Timeline
Dec 29, 2010:
- 11:51 PM Ticket #6355 (clone(true) creates bogus event bindings if you extend Array.prototype) closed by
- fixed: Fixed by [82ac384b494258e17e2856ee2259475ecb0174ca]
- 11:18 PM Ticket #7378 (New method: $.fn.classlist()) closed by
- duplicate
- 11:05 PM Ticket #7215 (.not() on contents() has problems with selector) closed by
- invalid: After retrieving text nodes, any function that filters using a …
- 11:04 PM Ticket #7865 (jQuery.getScript() success callback does not fire in 0 GIT) closed by
- fixed
- 10:43 PM Changeset [64902e03]1.12-stable2.2-stablekillphp by
- src/transports/script.js
- 10:41 PM Changeset [dfa5707]1.12-stable2.2-stablekillphp by
- src/transports/script.js
- 10:27 PM Ticket #7045 (Memory leaks when using events and iframes) closed by
- patchwelcome: There are several tricky issues with dealing with cross-frame issues, …
- 10:03 PM Ticket #7211 (trim is 8 times slower on 1.4.3 than 1.4.2 (Chrome 6+)) closed by
- wontfix: I think Morgan hit the nail on the head on this one.
- 9:51 PM Ticket #6704 (In efficient use of the dedicated body element selector) closed by
- invalid: The patch has disappeared.
- 9:14 PM Ticket #7866 (Conditional compilation with #if #else) closed by
- wontfix: We’d all love to drop support for old versions of IE. However, there …
- 7:40 PM Ticket #7866 (Conditional compilation with #if #else) created by
- There are a growing number of special hacks for various browsers …
- 5:22 PM Ticket #7865 (jQuery.getScript() success callback does not fire in 0 GIT) created by
- Confirmed by ajpiano, slexaxton and myself : …
- 4:15 PM 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 …
- 2:35 PM Ticket #7864 (Resolve "scrollable" root (body or html/documentElement)) created by
- Several places (6, I think) within jQuery perform a check similar to: …
- 2:18 PM Ticket #7863 (Setting value of select based on ID containing brackets does not work) created by
- Example: […]
- 12:44 PM Changeset [7490eb4]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 12:29 PM 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 …
- 10:01 AM 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 …
- 9:24 AM Ticket #7859 (jQuery.fx.cur hard coded minimum value) closed by
- duplicate
- 9:22 AM Ticket #7858 (Access to attributes of location object) closed by
- invalid: It may have worked but it was never supported or documented. Simply …
- 9:12 AM Ticket #7860 (selector.css(name) returns inconsistently across browsers) created by
- When a percentage value is used in CSS, the value returned depends on …
- 9:06 AM Ticket #7859 (jQuery.fx.cur hard coded minimum value) created by
- There is a hard coded minimum value of -10000 at line 6624 of …
- 5:43 AM Ticket #7858 (Access to attributes of location object) created by
- The following code worked with jQuery Versions <= 1.4.2: […] With …
- 4:26 AM 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 …
- 2:49 AM 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 …
Dec 28, 2010:
- 9:24 PM Ticket #7852 (Problem of Adding same Event listener Hanlder) closed by
- wontfix: This is, unfortunately, intentional. The same handler can be bound …
- 9:07 PM Changeset [c27d5ca6]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 10:24 AM Ticket #7854 ($(XMLResultObject).find(descendant) in IE6 works fine in jQuery-1.3.2 ...) closed by
- duplicate: As documented at api.jquery.com, $() is not intended to parse XML.
- 7:42 AM Ticket #7854 ($(XMLResultObject).find(descendant) in IE6 works fine in jQuery-1.3.2 ...) created by
- $(XMLResultObject).find(descendant) in IE6 works fine in jQuery-1.3.2 …
- 7:18 AM 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 … - 5:40 AM Ticket #7852 (Problem of Adding same Event listener Hanlder) created by
- jQuery 1.4.2 line 1663-1664: […] to […] I guess, This …
- 3:01 AM 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 …
- 3:01 AM 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 …
- 3:01 AM 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 …
- 3:01 AM 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 …
- 3:01 AM 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 …
Dec 27, 2010:
- 10:13 PM Changeset [54d965f]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- test/unit/core.js
- 9:10 PM Ticket #7851 (Draggable functionality small problem) closed by
- invalid: ARE YOU IN THE RIGHT PLACE? For jQuery Core or Official jQuery …
- 8:30 PM Changeset [8c9d327]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- test/unit/ajax.js
- 8:28 PM Ticket #7851 (Draggable functionality small problem) created by
- The .draggable function in jquery moves away from the mouse position …
- 8:02 PM Changeset [97b32d7]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/core.js
- src/data.js
- src/event.js
- src/manipulation.js
- src/support.js
- test/data/testinit.js
- test/unit/core.js
- test/unit/event.js
- test/unit/manipulation.js
- 5:57 PM Ticket #7750 (jquery tmplate not working on ie7 but ie8/chrome/ff.., any ideas?) closed by
- invalid
- 5:48 PM Ticket #7841 (Explicitly triggered $(window).scroll() behaves differently on IE8 ...) closed by
- patchwelcome: Let me first state that I do sympathise with where you're coming from, …
- 3:23 PM Ticket #7418 (JsonP not removing script tag when call completed) closed by
- fixed
- 2:44 PM 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 …
- 2:43 PM Changeset [5fd21fc]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 2:30 PM 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 …
- 2:30 PM Changeset [64ee558]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 2:04 PM Ticket #7102 (Register jQuery as a CommonjS async module) closed by
- fixed: Register as a CommonJS async module if in that kind of environment. …
- 2:03 PM Changeset [6ffa730]1.12-stable2.2-stablekillphp by
- src/core.js
- test/data/testinit.js
- test/unit/core.js
- 12:43 PM Changeset [b8931f74]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 11:56 AM Ticket #7850 (Jquery UI 1.8.4 dilaog problem) closed by
- invalid: ARE YOU IN THE RIGHT PLACE? For jQuery Core or Official jQuery …
- 11:38 AM Ticket #7850 (Jquery UI 1.8.4 dilaog problem) created by
- jQuery UI dialog executes script that is present inside the container …
- 11:35 AM Ticket #7849 (ie6 卡死) closed by
- invalid: The jQuery bug tracker is for reproducible bugs with jQuery core. As …
- 10:43 AM Ticket #7849 (ie6 卡死) created by
- ie6运行卡死
- 9:22 AM Ticket #7848 (File upload) closed by
- invalid: Thank you for submitting a ticket to the jQuery Bug Tracker! jQuery …
- 6:22 AM Ticket #7848 (File upload) created by
- when we have the file uploading feature in jquery?
- 1:20 AM 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. …
Dec 26, 2010:
- 11:14 PM Ticket #6842 (Expando Collision Possible With noConflict()) closed by
- fixed: Changed the expando string to use a random number instead of the time, …
- 11:12 PM Changeset [01cba2e]1.12-stable2.2-stablekillphp by
- src/data.js
- 11:07 PM Changeset [faabb2c]1.12-stable2.2-stablekillphp by
- src/data.js
- 9:59 PM Ticket #7847 ($.get and $.post are WET) closed by
- fixed: WETness getting you down? Fear not, the $.get and $.post methods are …
- 9:56 PM Changeset [4443371]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 8:19 PM Ticket #7787 (Ajax abort triggers failure event) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The XHR spec …
- 5:49 PM Changeset [78a6f5b]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 4:00 PM Ticket #7750 (jquery tmplate not working on ie7 but ie8/chrome/ff.., any ideas?) reopened by
- 3:28 PM Changeset [37d297c]1.12-stable2.2-stablekillphp by
- src/event.js
- 3:28 PM Changeset [a939ade]1.12-stable2.2-stablekillphp by
- src/event.js
- 1:52 PM Changeset [1830db4]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 1:48 PM Ticket #7847 ($.get and $.post are WET) created by
- I'm making them DRY
- 12:32 PM 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 …
- 11:46 AM 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 …
- 11:35 AM Changeset [52b1709]1.12-stable2.2-stablekillphp by
- src/support.js
- 10:53 AM 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 …
- 2:56 AM 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 …
Dec 25, 2010:
- 5:00 PM Changeset [85f0dda]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 12:54 PM Changeset [f7ed2ac]1.12-stable2.2-stablekillphp 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
- 9:38 AM Changeset [00fb8a9a]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/xhr.js
- 6:52 AM Changeset [5237b09]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
Dec 24, 2010:
- 10:43 PM Ticket #7845 (Memory leak in globalEval in core.js) created by
- In globalEval, the following code will leak in IE8: […] We need …
- 10:41 PM Ticket #7844 (Memory leak in offset initialize) created by
- In the initialize method of offset.js, the following code will leak in …
- 10:36 PM Ticket #7843 (Memory leak in clean method) created by
- In the clean method (manipulation.js), when the following code is …
- 10:25 PM Ticket #7842 (Mmeory leak in support code) created by
- The following code will cause the "div" to leak in IE8: […] To …
- 7:29 PM Changeset [846c52d]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 7:27 PM Changeset [e3f3f18]1.12-stable2.2-stablekillphp by
- src/xhr.js
- 5:57 PM Ticket #7841 (Explicitly triggered $(window).scroll() behaves differently on IE8 ...) created by
- The bug is demonstrated here: http://jsfiddle.net/fMjpw/ My …
- 5:39 PM 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 …
- 1:32 PM 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 …
- 12:53 PM Changeset [1e1a9c7]1.12-stable2.2-stablekillphp by
- src/core.js
- src/xhr.js
- test/unit/core.js
- 12:02 PM Changeset [d303687]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/xhr.js
- test/unit/ajax.js
- 12:02 PM Changeset [11642ba]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:10 AM Ticket #7780 ($.isPlainObject inconsistent) closed by
- worksforme: Dave, yes - there are too many host objects that have too many …
- 9:53 AM Changeset [c9e8a95]1.12-stable2.2-stablekillphp by
- src/event.js
- 7:03 AM Changeset [8ece429d]1.12-stable2.2-stablekillphp by
- 6:59 AM Changeset [76102f4d]1.12-stable2.2-stablekillphp by
- src/core.js
- 6:59 AM Changeset [38101be]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/xhr.js
- 6:59 AM Changeset [0daf722]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/transports/jsonp.js
- src/transports/script.js
- src/transports/xhr.js
- src/xhr.js
- 6:55 AM Changeset [56628c7]1.12-stable2.2-stablekillphp by
- src/core.js
- 6:55 AM Changeset [116c82b]1.12-stable2.2-stablekillphp by
- src/core.js
- src/xhr.js
- test/unit/core.js
- 5:17 AM Ticket #7839 (.closest() returns duplicates, .parents() does not) created by
- The following query: $('td').parents('table') will return a unique …
- 5:09 AM Ticket #7838 ($(elem).width() silently fails in opera on element with style = "width: 0%") closed by
- duplicate
- 3:35 AM Ticket #7838 ($(elem).width() silently fails in opera on element with style = "width: 0%") created by
- jQuery: 1.4.4 Opera: Version 10.63 Build 8450 …
- 12:04 AM 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 …
Dec 23, 2010:
- 11:55 PM Ticket #4407 (Empty selectbox) closed by
- worksforme: The differences don't seem that large to me; I even increased the …
- 9:53 PM Ticket #5097 (getJSON break FF history) closed by
- worksforme
- 9:46 PM Ticket #3016 (Textarea loses current value when cloned) closed by
- patchwelcome: This is similar to #1736 (if not an outright dup) and seems equally …
- 9:40 PM Ticket #1736 (wrap removes expandos) closed by
- patchwelcome: I guess we've been leaving this open in the hopes that some solution …
- 8:04 PM 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 …
- 7:59 PM Changeset [0b6afce]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 7:07 PM 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 …
- 1:58 PM 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 … - 1:33 PM 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 …
- 1:22 PM Ticket #7836 (jquery attempts (improperly) to get ownerDocument of window.document) created by
- I ran into this error when my code (accidentally) attempted …
- 1:19 PM 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 …
- 1:16 PM 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 …
- 12:59 PM Ticket #4067 (offset() method: return offsetWidth and offsetHeight too) closed by
- invalid: Although those values have the word "offset" in them they are not …
- 12:47 PM Ticket #7542 (scrollWidth/scrollHeight function) closed by
- patchwelcome: These kinds of suggestions are great to implement as simple plugins …
- 12:37 PM Ticket #7490 (global queue or a named queue for all animations) closed by
- duplicate: Yep, #6281 proposes a specific implementation and looks good.
- 12:21 PM Ticket #7480 (Has attribute selector not working for <a> elements) closed by
- invalid: Like jitter said, HTML5 has claimed the
text
attribute and several … - 11:54 AM Ticket #7834 (bugged example) closed by
- invalid: As this is clearly a user experiencing bugs with jQuery UI …
- 11:49 AM 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, …
- 9:54 AM Ticket #7835 (FadeOut and FadeIn) created by
- Hello. The window has scroll. When I use FadeOut and FadeIn, window is …
- 7:47 AM Ticket #7834 (bugged example) created by
- hey brothers, i was checking and trying out the examples, and when I …
- 6:19 AM Ticket #7833 ($("<property/>").attr("k", "v") has no attribute on IE but ...) created by
- Here the test case with jsfiddle I …
Dec 22, 2010:
- 10:54 PM Ticket #7261 (Body Table) closed by
- patchwelcome: I'm going to close this ticket patchwelcome. It may be possible to …
- 7:54 PM Changeset [1f92edee]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 7:33 PM 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. …
- 7:32 PM Changeset [82ac384b]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- src/xhr.js
- test/unit/manipulation.js
- 7:31 PM 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 …
- 7:23 PM Ticket #7717 (.clone(true) does not clone data properly) closed by
- wontfix: That fix was not applied.
- 7:22 PM Ticket #7717 (.clone(true) does not clone data properly) reopened by
- 7:21 PM Ticket #7165 (wrap leaks objects in $.cache) closed by
- fixed: Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help …
- 7:19 PM Changeset [f28c774]1.12-stable2.2-stablekillphp by
- src/data.js
- src/manipulation.js
- test/unit/data.js
- test/unit/manipulation.js
- 7:17 PM Changeset [a2bf7ab]1.12-stable2.2-stablekillphp by
- src/data.js
- 4:03 PM Changeset [e199ead]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 3:54 PM Changeset [f5d4bf89]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 3:43 PM Changeset [445fdf7]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 3:24 PM Changeset [18fa1fd9]1.12-stable2.2-stablekillphp by
- src/dimensions.js
- 2:11 PM Ticket #7717 (.clone(true) does not clone data properly) closed by
- wontfix: For performance and reliability reasons (e.g., potential circular …
- 1:01 PM Ticket #7832 (jQuery Speed Up) closed by
- worksforme: jQuery's selector engine Sizzle uses
document.querySelectorAll
… - 12:01 PM Ticket #7832 (jQuery Speed Up) created by
- Hi, I've got 2 recommendations: 1. It may come interesting for you to …
- 10:16 AM Changeset [2a47cea]1.12-stable2.2-stablekillphp by
- 10:14 AM Changeset [5607bd8]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 10:13 AM Changeset [7f617e0]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 6:19 AM Ticket #7831 (JQuery 1.3.1) created by
- Hallo Jquery Bugtracking Team, following issue appeared by build …
- 5:54 AM 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 …
- 4:14 AM 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 …
- 4:02 AM Ticket #7829 (if id includes char DOT the size() will be wrong in IE7) created by
- Example html: span id="hotel.query.keyword" span …
- 3:52 AM Ticket #7828 (Chrome 9.x or jquery 1.4.1, not sure) closed by
- duplicate
- 1:52 AM 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 …
- 12:49 AM Ticket #7827 (Stop reloading JQGrid when ddl change) closed by
- invalid: This is the bug tracker for clear, reproducible bugs with jQuery Core. …
- 12:29 AM Ticket #7827 (Stop reloading JQGrid when ddl change) created by
- Am using jqgrid. i have dropdown control. when i change the dropdown …
Note: See TracTimeline
for information about the timeline view.