Timeline
12/29/10:
- 22:22 Ticket #7865 (jQuery.getScript() success callback does not fire in 0 GIT) created by
- Confirmed by ajpiano, slexaxton and myself : …
- 21:15 Ticket #7863 (Setting value of select based on ID containing brackets does not work) closed by
- fixed: This issue has already been fixed. I know because i spent an hour the …
- 19:35 Ticket #7864 (Resolve "scrollable" root (body or html/documentElement)) created by
- Several places (6, I think) within jQuery perform a check similar to: …
- 19:18 Ticket #7863 (Setting value of select based on ID containing brackets does not work) created by
- Example: […]
- 17:44 Changeset [7490eb4f8e1930ca370eec21b4d5469f87b65db6] by
-
- src/ajax.js
- 17:29 Ticket #7862 (jQuery.globalEval(): Execution Delayed By Remote Scripts in Firefox) created by
- This page demonstrates the issue. A remote script with a 5 second delay …
- 15:01 Ticket #7861 (FF 3.6.13 attempt to get the css("left") value) created by
- for example: set $("#element").css({left:100, width:400}); get for this …
- 14:24 Ticket #7859 (jQuery.fx.cur hard coded minimum value) closed by
- duplicate
- 14:22 Ticket #7858 (Access to attributes of location object) closed by
- invalid: It may have worked but it was never supported or documented. Simply use …
- 14:12 Ticket #7860 (selector.css(name) returns inconsistently across browsers) created by
- When a percentage value is used in CSS, the value returned depends on the …
- 14:06 Ticket #7859 (jQuery.fx.cur hard coded minimum value) created by
- There is a hard coded minimum value of -10000 at line 6624 of …
- 10:43 Ticket #7858 (Access to attributes of location object) created by
- The following code worked with jQuery Versions <= 1.4.2: […] With …
- 09:26 Ticket #7857 (bug with .hover() and links in IE) created by
- For starters both IE7 and IE8 have this. I'm having few panels on the …
- 07:49 Ticket #7737 (load throws an exception set div content to empty string) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:24 Ticket #7852 (Problem of Adding same Event listener Hanlder) closed by
- wontfix: This is, unfortunately, intentional. The same handler can be bound …
- 02:07 Changeset [c27d5ca6f5b69818c48fdc9b0f988790653fb1a5] by
-
- src/traversing.js
- test/unit/traversing.js
12/28/10:
- 15:24 Ticket #7854 ($(XMLResultObject).find(descendant) in IE6 works fine in jQuery-1.3.2 but ...) closed by
- duplicate: As documented at api.jquery.com, $() is not intended to parse XML.
- 12:42 Ticket #7854 ($(XMLResultObject).find(descendant) in IE6 works fine in jQuery-1.3.2 but ...) created by
- $(XMLResultObject).find(descendant) in IE6 works fine in jQuery-1.3.2 but …
- 12:18 Ticket #7853 (`context` issue (incompatible change) when using DOM elements with $) created by
- As of 1.4.x, using a DOM element with $() apparently sets the jQuery …
- 10:40 Ticket #7852 (Problem of Adding same Event listener Hanlder) created by
- jQuery 1.4.2 line 1663-1664: […] to […] I guess, This …
- 08:01 Ticket #7769 (Overriding the abort function appears to be invalidating the ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:01 Ticket #7764 (HTML tags not processed in IE7 using append instruction) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:01 Ticket #7758 (.append() adds the previous value of field) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:01 Ticket #7755 (animate with background-position and negative top position does not work) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:01 Ticket #7727 (get() always expects xml when used on the local filesystem) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:13 Changeset [54d965ffa50fcc308721d370f952251d3da3e017] by
-
- src/ajax.js
- src/core.js
- test/unit/core.js
- 02:10 Ticket #7851 (Draggable functionality small problem) closed by
- invalid: ARE YOU IN THE RIGHT PLACE? For jQuery Core or Official jQuery Plugins …
- 01:30 Changeset [8c9d32723a8943d4595eb5e04be8f891a8ff7a7f] by
-
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- test/unit/ajax.js
- 01:28 Ticket #7851 (Draggable functionality small problem) created by
- The .draggable function in jquery moves away from the mouse position …
- 01:02 Changeset [97b32d78307273f8bd2e5147bf5c0f0a45607a95] by
-
- Makefile
- Rakefile
- build.xml
- src/ajax.js
- src/core.js
- src/data.js
- src/event.js
- src/manipulation.js
- src/support.js
- src/transports/jsonp.js
- …
12/27/10:
- 22:57 Ticket #7750 (jquery tmplate not working on ie7 but ie8/chrome/ff.., any ideas?) closed by
- invalid
- 22:48 Ticket #7841 (Explicitly triggered $(window).scroll() behaves differently on IE8 than on ...) closed by
- patchwelcome: Let me first state that I do sympathise with where you're coming from, and …
- 20:23 Ticket #7418 (JsonP not removing script tag when call completed) closed by
- fixed
- 19:44 Ticket #6779 (Dom Manipulation fails if added text happens to match Object method) closed by
- fixed: Don't cache non-html strings in buildFragment to avoid possible collision …
- 19:43 Changeset [5fd21fc02bda43d4e31bcf2d5b55b918a9190a7f] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 19:30 Ticket #7793 ($.fn.delegate does not reflect event.preventdefault() from earlier ...) closed by
- fixed: When a native browser event is bubbling up the DOM, make sure that the …
- 19:30 Changeset [64ee5581afd6e9667ad45e75f082c95e2725efa6] by
-
- src/event.js
- test/unit/event.js
- 19:04 Ticket #7102 (Register jQuery as a CommonjS async module) closed by
- fixed: Register as a CommonJS async module if in that kind of environment. Fixes …
- 19:03 Changeset [6ffa730721a8ebcd128f3dc202706e46d9cfe249] by
-
- src/core.js
- test/data/testinit.js
- test/unit/core.js
- 17:43 Changeset [b8931f744859e598aad52140d8ca085e013ac798] by
-
- test/unit/event.js
- 16:56 Ticket #7850 (Jquery UI 1.8.4 dilaog problem) closed by
- invalid: ARE YOU IN THE RIGHT PLACE? For jQuery Core or Official jQuery Plugins …
- 16:38 Ticket #7850 (Jquery UI 1.8.4 dilaog problem) created by
- jQuery UI dialog executes script that is present inside the container of …
- 16:35 Ticket #7849 (ie6 卡死) closed by
- invalid: The jQuery bug tracker is for reproducible bugs with jQuery core. As far …
- 15:43 Ticket #7849 (ie6 卡死) created by
- ie6运行卡死
- 14:22 Ticket #7848 (File upload) closed by
- invalid: Thank you for submitting a ticket to the jQuery Bug Tracker! jQuery is …
- 11:22 Ticket #7848 (File upload) created by
- when we have the file uploading feature in jquery?
- 06:20 Ticket #7785 (jQuery throws exception if used inside an extension in FF4) closed by
- wontfix: We don’t fix bugs in beta browsers; too much of a moving target. Please …
- 04:14 Ticket #6842 (Expando Collision Possible With noConflict()) closed by
- fixed: Changed the expando string to use a random number instead of the time, so …
- 04:12 Changeset [01cba2ecaaedb5351f668bb09026db3e8bb69082] by
-
- .gitattributes
- Makefile
- Rakefile
- build.xml
- build/google-compiler-20091218.jar
- build/google-compiler-20100917.jar
- build/jslint-check.js
- src/ajax.js
- src/attributes.js
- src/core.js
- …
- 04:07 Changeset [faabb2c31883deabaddd5642eb5e708b5802f2b0] by
-
- src/data.js
- 02:59 Ticket #7847 ($.get and $.post are WET) closed by
- fixed: WETness getting you down? Fear not, the $.get and $.post methods are now …
- 02:56 Changeset [4443371dbaf751ce0d0d92e40f924e41fbd7b54c] by
-
- src/ajax.js
- 01:19 Ticket #7787 (Ajax abort triggers failure event) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The XHR spec does …
12/26/10:
- 22:49 Changeset [78a6f5b152f40739769169c76726cead5cb7206b] by
-
- src/ajax.js
- 21:00 Ticket #7750 (jquery tmplate not working on ie7 but ie8/chrome/ff.., any ideas?) reopened by
- 20:28 Changeset [37d297c67fe3569a5a9d81586e14d4a887df7879] by
-
- src/event.js
- 20:28 Changeset [a939ade9c6d2b42be24031d902c86ec52847c0cc] by
-
- src/event.js
- 18:52 Changeset [1830db422628d1556377621612b401bac5afa40e] by
-
- src/ajax.js
- 18:48 Ticket #7847 ($.get and $.post are WET) created by
- I'm making them DRY
- 17:32 Ticket #7739 (Regression slide breaks position:relative for IE) closed by
- invalid: This is still not a jQuery bug. The expand is working properly; there are …
- 16:46 Ticket #7846 (Inserting HTML content with table rows not being the first tag fails) closed by
- invalid: If you are inserting anything other than TR into a THEAD, TFOOT, or TBODY, …
- 16:35 Changeset [52b1709b94cf631e0641eebfa4f76b101528d93b] by
-
- src/support.js
- 15:53 Ticket #7846 (Inserting HTML content with table rows not being the first tag fails) created by
- Inside the clean() function, you wrap the inserted code with table and …
- 07:56 Ticket #7750 (jquery tmplate not working on ie7 but ie8/chrome/ff.., any ideas?) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
12/25/10:
- 22:00 Changeset [85f0dda56289ed6c044dadb3a42b1a4d2ddb0891] by
-
- src/ajax.js
- 17:54 Changeset [f7ed2aca562620f9424b1667170352e798e99ef3] by
-
- Makefile
- Rakefile
- build.xml
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/transports/xhr.js
- src/xhr.js
- test/index.html
- test/unit/ajax.js
- 14:38 Changeset [00fb8a9ad61eb6d13e6f6c7c668caa66074f05d1] by
-
- src/ajax.js
- src/xhr.js
- 11:52 Changeset [5237b09602d5e360da361823748b0f34861b5a9a] by
-
- src/core.js
- test/unit/core.js
- 03:43 Ticket #7845 (Memory leak in globalEval in core.js) created by
- In globalEval, the following code will leak in IE8: […] We need to …
- 03:41 Ticket #7844 (Memory leak in offset initialize) created by
- In the initialize method of offset.js, the following code will leak in IE: …
- 03:36 Ticket #7843 (Memory leak in clean method) created by
- In the clean method (manipulation.js), when the following code is …
- 03:25 Ticket #7842 (Mmeory leak in support code) created by
- The following code will cause the "div" to leak in IE8: […] To fix …
- 00:29 Changeset [846c52d1f8535a6283dcc42c6e8f0c26991936ad] by
-
- src/core.js
- test/unit/core.js
- 00:27 Changeset [e3f3f1892747004f86111fe17a8ed2e50c5d989e] by
-
- src/xhr.js
12/24/10:
- 22:57 Ticket #7841 (Explicitly triggered $(window).scroll() behaves differently on IE8 than on ...) created by
- The bug is demonstrated here: http://jsfiddle.net/fMjpw/ My assumption of …
- 22:39 Ticket #7840 (Element data cache is not cleared on removeData() when the method is ...) created by
- jQuery 1.4.4 IE8, FF3.6, Chrome 8 Windows 7 According to the …
- 18:32 Ticket #7839 (.closest() returns duplicates, .parents() does not) closed by
- duplicate: Thanks for taking the time to help out the jQuery project by filing a …
- 17:53 Changeset [1e1a9c7eb055511dce74e4b5f807b93d5a76bbd6] by
-
- src/core.js
- src/xhr.js
- test/unit/core.js
- 17:02 Changeset [d303687815581987f75f2e40e833022fc25c8741] by
-
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/xhr.js
- test/unit/ajax.js
- 17:02 Changeset [11642ba20c10ced6363d81d6e3a0239ac10dab27] by
-
- src/core.js
- 15:10 Ticket #7780 ($.isPlainObject inconsistent) closed by
- worksforme: Dave, yes - there are too many host objects that have too many …
- 14:53 Changeset [c9e8a95709e12c6838a312850ce645e96a53ff5d] by
-
- src/event.js
- 12:03 Changeset [8ece429d125785e36e468408f0dcb8c31f76da9e] by
-
- src/ajax.js
- src/data.js
- src/manipulation.js
- test/unit/data.js
- test/unit/manipulation.js
- 11:59 Changeset [76102f4d8b56d88f8e37bec65d552d132703198d] by
-
- src/core.js
- 11:59 Changeset [38101be0484d79cb2d849ea252f508fe50bf72a3] by
-
- src/ajax.js
- src/xhr.js
- 11:59 Changeset [0daf7223d08e2da983179e37e6c422abe90d6b82] by
-
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/transports/xhr.js
- src/xhr.js
- 11:55 Changeset [56628c7adffb4b5436257255f55e31b85b58aa8f] by
-
- src/core.js
- 11:55 Changeset [116c82b027a03a7a5670fa580fa9af819cc1cc03] by
-
- src/core.js
- src/xhr.js
- test/unit/core.js
- 10:17 Ticket #7839 (.closest() returns duplicates, .parents() does not) created by
- The following query: $('td').parents('table') will return a unique list …
- 10:09 Ticket #7838 ($(elem).width() silently fails in opera on element with style = "width: ...) closed by
- duplicate
- 08:35 Ticket #7838 ($(elem).width() silently fails in opera on element with style = "width: ...) created by
- jQuery: 1.4.4 Opera: Version 10.63 Build 8450 …
- 05:04 Ticket #7482 (.html() does not work when <input type="text"> is updated) closed by
- patchwelcome: This is a problem similar to #3016 and #1736; dynamic values are not …
- 04:55 Ticket #4407 (Empty selectbox) closed by
- worksforme: The differences don't seem that large to me; I even increased the number …
- 02:53 Ticket #5097 (getJSON break FF history) closed by
- worksforme
- 02:46 Ticket #3016 (Textarea loses current value when cloned) closed by
- patchwelcome: This is similar to #1736 (if not an outright dup) and seems equally …
- 02:40 Ticket #1736 (wrap removes expandos) closed by
- patchwelcome: I guess we've been leaving this open in the hopes that some solution will …
- 01:04 Ticket #7814 ([value=""] does not consider value of inputs) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Just because the …
- 00:59 Changeset [0b6afcedd22aaffb96d3d45b9b220a16229e2f7c] by
-
- src/event.js
- test/unit/event.js
- 00:07 Ticket #7837 ($.data don't behave the same as $.fn.data with data-* attributes) created by
- The bug is about jQuery.data and jQuery.fn.data. == Tests == I ran tests …
12/23/10:
- 18:58 Ticket #7833 ($("<property/>").attr("k", "v") has no attribute on IE but ...) closed by
- duplicate: The jQuery() method is documented to accept HTML, not XML. Some browsers …
- 18:33 Ticket #7749 (.ajaxError() isn't called when the page is in an iframe of another page) closed by
- worksforme: The behavior described by the reporter is correct. jQuery does not attempt …
- 18:22 Ticket #7836 (jquery attempts (improperly) to get ownerDocument of window.document) created by
- I ran into this error when my code (accidentally) attempted initializing a …
- 18:19 Ticket #7588 (Add functions for manipulating Caret position in text fields/editable ...) closed by
- worksforme: Since there's an existing plugin to address the need and it's non-trivial …
- 18:16 Ticket #7569 (ready event #2 does not fire when ready event #1 fails with exception) closed by
- invalid: I'd suggest that you replace the .ready() method to add your own portal …
- 17:59 Ticket #4067 (offset() method: return offsetWidth and offsetHeight too) closed by
- invalid: Although those values have the word "offset" in them they are not related …
- 17:47 Ticket #7542 (scrollWidth/scrollHeight function) closed by
- patchwelcome: These kinds of suggestions are great to implement as simple plugins where …
- 17:37 Ticket #7490 (global queue or a named queue for all animations) closed by
- duplicate: Yep, #6281 proposes a specific implementation and looks good.
- 17:21 Ticket #7480 (Has attribute selector not working for <a> elements) closed by
- invalid: Like jitter said, HTML5 has claimed the text attribute and several …
- 16:54 Ticket #7834 (bugged example) closed by
- invalid: As this is clearly a user experiencing bugs with jQuery UI (draggable), …
- 16:49 Ticket #7366 (Asynchronously loading scripts need special care with jQuery.fn.ready) closed by
- invalid: If we implemented this we'd be making a significant breaking change, …
- 14:54 Ticket #7835 (FadeOut and FadeIn) created by
- Hello. The window has scroll. When I use FadeOut and FadeIn, window is …
- 12:47 Ticket #7834 (bugged example) created by
- hey brothers, i was checking and trying out the examples, and when I …
- 11:19 Ticket #7833 ($("<property/>").attr("k", "v") has no attribute on IE but ...) created by
- Here the test case with jsfiddle I want to …
- 03:54 Ticket #7261 (Body Table) closed by
- patchwelcome: I'm going to close this ticket patchwelcome. It may be possible to work …
- 00:54 Changeset [1f92edee207829a28de80ee72548cdbd599bcc79] by
-
- src/ajax.js
- 00:33 Ticket #7817 (xhr.js breaks if Array.prototype methods are added) closed by
- fixed: Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin. …
- 00:32 Changeset [82ac384b494258e17e2856ee2259475ecb0174ca] by
-
- src/data.js
- src/manipulation.js
- src/xhr.js
- test/unit/data.js
- test/unit/manipulation.js
- 00:31 Ticket #5575 (Including jquery 1.3.2 breaks page layout) closed by
- fixed: Using the attached test case, I was able to reproduce the blue bar on …
- 00:23 Ticket #7717 (.clone(true) does not clone data properly) closed by
- wontfix: That fix was not applied.
- 00:22 Ticket #7717 (.clone(true) does not clone data properly) reopened by
- 00:21 Ticket #7165 (wrap leaks objects in $.cache) closed by
- fixed: Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing …
- 00:19 Changeset [f28c774f2cde004a33aefc28306d995c599d963b] by
-
- src/data.js
- src/manipulation.js
- test/unit/data.js
- test/unit/manipulation.js
- 00:17 Changeset [a2bf7ab3c002e921aa1d4c9be9d0f337dfd4143d] by
-
- src/data.js
12/22/10:
- 21:03 Changeset [e199ead4cba3687beca2444eea4bb8abc20f55b6] by
-
- src/data.js
- test/unit/data.js
- 20:54 Changeset [f5d4bf8920868c2d1f88cc4f3bfcf85c0b566b2e] by
-
- src/data.js
- test/unit/data.js
- 20:43 Changeset [445fdf720ce26b99aadace85b7ec976f90583c3a] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 20:24 Changeset [18fa1fd9da12fd6a259b422f91b663d9fbdb181e] by
-
- src/dimensions.js
- 19:11 Ticket #7717 (.clone(true) does not clone data properly) closed by
- wontfix: For performance and reliability reasons (e.g., potential circular …
- 18:01 Ticket #7832 (jQuery Speed Up) closed by
- worksforme: jQuery's selector engine Sizzle uses document.querySelectorAll wherever …
- 17:01 Ticket #7832 (jQuery Speed Up) created by
- Hi, I've got 2 recommendations: 1. It may come interesting for you to …
- 15:16 Changeset [2a47ceae5b9bdc45fdc890e3cd5ec01c82db1688] by
-
- 15:14 Changeset [5607bd8d53c5086bedb702f71dee02543cc7056a] by
-
- src/manipulation.js
- 15:13 Changeset [7f617e0c9f39d5cc608a05f808e6defade498fda] by
-
- src/manipulation.js
- 11:19 Ticket #7831 (JQuery 1.3.1) created by
- Hallo Jquery Bugtracking Team, following issue appeared by build …
- 10:54 Ticket #7830 (Browsers autofill feature dosen't fire .change event) created by
- If you use the browsers autofill feature to fill a form field, the change …
- 09:14 Ticket #7829 (if id includes char DOT the size() will be wrong in IE7) closed by
- duplicate: Whatever happened to people actually searching to see if an issue exists …
- 09:02 Ticket #7829 (if id includes char DOT the size() will be wrong in IE7) created by
- Example html: span id="hotel.query.keyword" span …
- 08:52 Ticket #7828 (Chrome 9.x or jquery 1.4.1, not sure) closed by
- duplicate
- 06:52 Ticket #7828 (Chrome 9.x or jquery 1.4.1, not sure) created by
- On Chrome 9.x (beta channel): Given parent block and some child elements …
- 05:49 Ticket #7827 (Stop reloading JQGrid when ddl change) closed by
- invalid: This is the bug tracker for clear, reproducible bugs with jQuery Core. It …
- 05:29 Ticket #7827 (Stop reloading JQGrid when ddl change) created by
- Am using jqgrid. i have dropdown control. when i change the dropdown the …
- 04:11 Ticket #7826 (.serialize() and and initial empty string on input) closed by
- worksforme: This is simply not true. http://jsfiddle.net/rwaldron/DkuZB/
- 04:02 Ticket #7826 (.serialize() and and initial empty string on input) created by
- When a hidden input (perhaps others but only tested with hidden) starts …
- 04:02 Ticket #7825 (Change page title bug in IE) closed by
- duplicate: This is the most frequently duplicated bug.. EVER.
- 03:52 Ticket #7825 (Change page title bug in IE) created by
- […] It's working every broswer except IE. […] It's working in all …
- 02:18 Ticket #7824 (IE7 slideUp / slideDown within position:relative containers) created by
- In ie7, the moreinfo/lessinfo button will jiggle after clicks. Removing …
Note: See TracTimeline
for information about the timeline view.
