Timeline
Apr 9, 2012:
- 11:47 PM Ticket #11572 (attr's argument's length may be changed) created by
- when some other js code override attr function, it may be always send …
- 2:28 PM Ticket #11571 (Problem with preventdefault on mousedown event in Internet Explorer 8) closed by
- invalid: jQuery doesn't normalize
event.button
, look atevent.which
instead … - 2:20 PM Ticket #11571 (Problem with preventdefault on mousedown event in Internet Explorer 8) created by
- This demo locks the scroll when the user clicks with the mouse wheel …
- 11:44 AM Ticket #11570 (Move element cache to the element[expando] to avoid cleanup and reduce ...) created by
- Soo way back in 2005 Dean Edwards proposed an event system that …
Apr 8, 2012:
- 5:01 PM Ticket #11569 (MutationRecord's previous sibling (and prev())) closed by
- wontfix: The ink is still drying on those drafts - a little premature to file …
- 4:06 PM Ticket #11569 (MutationRecord's previous sibling (and prev())) created by
- I just started playing with DOM4's new …
- 1:21 PM Ticket #11568 (unreliable behaviour with selecting tabIndex with attributes selectors) created by
- I found that using [tabIndex] or [tabIndex=0] or [tabIndex='0'] as …
- 12:58 PM Ticket #11567 (Add reset() method for partially/fully resetting form inputs) closed by
- plugin: That's a lot of code for a new feature that doesn't appear to have …
- 10:14 AM Ticket #11567 (Add reset() method for partially/fully resetting form inputs) created by
- Working code: […] This will search for and reset any form inputs …
Apr 7, 2012:
- 7:45 PM Ticket #10014 (jQuery Extend does not properly perform a deep copy on an instance of ...) closed by
- wontfix: After looking through our existing tests and the code cost this might …
- 7:15 PM Ticket #11558 (Invoking $.data("name", undefined) does not remove data as documented) closed by
- invalid: This is actually not a bug, the docs need to be updated to show that …
- 10:11 AM Ticket #11479 (ValueError: invalid literal for int() with base 10: ...) closed by
- patchwelcome: Thanks, we're painfully aware of the Trac issues and are working to …
- 9:57 AM Ticket #11564 ($('option').attr('selected', true) does not work on IE6) closed by
- cantfix: The site jsdo.it does not work for me in IE6. This JSFiddle reproduces …
- 4:32 AM Ticket #11510 (.focus() has to be called twice on internet explorer) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:13 AM Changeset [fccfeef]1.12-stable2.2-stablekillphp by
- src/core.js
Apr 6, 2012:
- 10:22 PM Ticket #11566 (node.append et al. does not work when node is a DocumentFragment) created by
- The following does not work as expected: […] Namely, when a …
- 8:59 PM Ticket #11129 (.attr('href') returns full url in IE7) closed by
- cantfix
- 8:58 PM Ticket #11129 (.attr('href') returns full url in IE7) reopened by
- jQuery doesn't do that, IE does. We just put the text you asked for in …
- 7:03 PM Ticket #11565 (css() should auto-normalize vendor-specific CSS properties) closed by
- duplicate
- 7:02 PM Ticket #11565 (css() should auto-normalize vendor-specific CSS properties) reopened by
- 7:00 PM Ticket #11565 (css() should auto-normalize vendor-specific CSS properties) closed by
- duplicate
- 6:26 PM Ticket #11565 (css() should auto-normalize vendor-specific CSS properties) created by
- Per docs for jQuery.cssHooks: Before normalizing a vendor-specific …
- 1:46 PM Ticket #11564 ($('option').attr('selected', true) does not work on IE6) created by
- = jQuery version = == Error occurs == 1.7.0 1.7.1 1.7.2 == I tried …
- 8:39 AM Changeset [5376a80]1.12-stable2.2-stablekillphp by
- src/css.js
- src/support.js
- test/unit/dimensions.js
- 7:18 AM Ticket #11563 (Inconsistent behavior of :visible pseudo-selector for document) created by
- console.log($(document).filter(':visible').length); 0 …
- 6:42 AM Ticket #11562 ($('a').attr('href')) closed by
- duplicate
- 6:39 AM Ticket #11561 (v. 1.7.2 - iframe inside jquery dialog reloads content multiple times) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. …
- 4:36 AM Ticket #11502 (Live change input file event bug in IE 7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:36 AM Ticket #11501 (on() is no substitute for live()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:31 AM Ticket #11562 ($('a').attr('href')) created by
- The method .attr('href') on "a" elements returns an array containing …
- 2:55 AM Ticket #11561 (v. 1.7.2 - iframe inside jquery dialog reloads content multiple times) created by
- Hi all! I discovered this bug and somebody else on the net has the …
Apr 5, 2012:
- 11:28 PM Ticket #11560 (.ready() should not ignore the selector) closed by
- plugin: Sorry, nope. We're not going to mess with those semantics, it would no …
- 9:55 PM Changeset [77536f5]1.12-stable2.2-stablekillphp by
- build/jshint-check.js
- src/offset.js
- src/support.js
- test/unit/support.js
- 9:42 PM Changeset [91a6d9d]1.12-stable2.2-stablekillphp by
- src/dimensions.js
- 9:03 PM Changeset [590bcab]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 5:27 PM Ticket #11560 (.ready() should not ignore the selector) created by
- Currently,
$(<selector>).ready()
ignores the selector and acts as … - 4:41 PM Ticket #11559 ("Bugs with API site") created by
- Table of contents pages snap to the top of the window when alt-tabbing …
- 12:53 PM Changeset [c04bfce]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 12:26 PM Changeset [4cd57d7]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 11:06 AM Changeset [36d2d9a]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 8:18 AM Ticket #11554 (JQuery 1.4.2: 'Object' not defined) closed by
- invalid
- 1:21 AM Ticket #10014 (jQuery Extend does not properly perform a deep copy on an instance of ...) reopened by
- Reopening per #11557
- 1:21 AM Ticket #11557 (Deep $.extend does not properly copy properties of custom objects) closed by
- duplicate
- 12:51 AM Ticket #11558 (Invoking $.data("name", undefined) does not remove data as documented) created by
- The documentation for removeData …
- 12:50 AM Ticket #11557 (Deep $.extend does not properly copy properties of custom objects) created by
- See repro: http://jsfiddle.net/WjYWh/ One could argue that $.extend …
Apr 4, 2012:
- 11:30 PM Changeset [fdf37de]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 11:22 PM Changeset [d5ee856]1.12-stable2.2-stablekillphp by
- src/core.js
- src/deferred.js
- src/event.js
slice.call()
The zeroes were added …- 11:03 PM Changeset [22ad872]1.12-stable2.2-stablekillphp by
- src/core.js
- src/manipulation.js
- 10:29 PM Changeset [7c814f4]1.12-stable2.2-stablekillphp by
- MIT-LICENSE.txt
- 10:14 PM Changeset [da70ca6]1.12-stable2.2-stablekillphp by
- src/css.js
- 9:57 PM Changeset [077fd7e]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 9:38 PM Changeset [dc337f6]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 9:38 PM Changeset [203a168]1.12-stable2.2-stablekillphp by
- src/data.js
- src/event.js
- src/manipulation.js
- 2:57 PM Ticket #11483 ("current" context for add) closed by
- plugin: I think it makes more sense to do this with
.addPrior()
or an … - 10:47 AM Ticket #11556 (Pressing 'Return' in text input does not trigger change event in IE 6-9) created by
- This appears to be a regression from 1.6.4 where it works as expected. …
- 10:43 AM Ticket #11555 (jQuery.ajaxTransport.send.callback doesn't get called for readyState = ...) created by
- In my application I make a call to the server using a jQuery.post(). …
- 5:53 AM Ticket #11554 (JQuery 1.4.2: 'Object' not defined) created by
- JQuery version: 1.4.2 IE version: 9.0.5 the error "'Object' not …
- 4:10 AM Ticket #11494 (DOM Exception 12) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Apr 3, 2012:
- 10:22 PM Ticket #11472 (Comment Typo (nitpick)) closed by
- fixed: I've fixed it locally, my next commit will have it.
- 10:15 PM Ticket #11410 (Optimisation - delegate to $.has for calls to $.closest whicgh are ...) closed by
- wontfix: Doesn't seem common enough to add IMO. If someone has some real-life …
- 10:03 PM Ticket #11498 (Click event inconsistent firing on nested elements) closed by
- patchwelcome: I don't think there's some magic-wand solution we can apply here. If …
- 9:29 PM Ticket #11506 ("Bug Tracker" link in navbar on "jquery.com" is to now dead dev.jquery.com) closed by
- fixed: Fixed in github, will be visible on the next rebuild.
- 8:59 PM Ticket #11546 (Namespaced events not working for data change events) closed by
- wontfix
- 8:55 PM Ticket #11538 (all version of jQuery don't support .has on $(<text ...) closed by
- duplicate
- 8:15 PM Ticket #11550 (Jquery effects don't work if breakpoint debugging in Firebug) closed by
- cantfix: If it runs fine without the debugger, sounds like this should be …
- 8:07 PM Ticket #11553 (Error removing attributes in IE7 using a star-selector if you have an ...) closed by
- wontfix: I agree that you should technically be able do that without an error, …
- 7:32 PM Ticket #11545 (Jquery html() function doesn't work on IE 9 for select) closed by
- invalid: Please post a link to your jsfiddle testcase the next time. Testcase: …
- 7:12 PM Ticket #11372 (html() does not work for <link>) closed by
- duplicate
- 7:04 PM Ticket #11544 (Autocomplete assumes zIndex) closed by
- invalid
- 6:27 PM Ticket #11549 (Delegating click doesn't trigger middle click on Chrome) closed by
- duplicate
- 3:21 PM Ticket #11553 (Error removing attributes in IE7 using a star-selector if you have an ...) created by
- Hi, All I have an error that occurs in IE less-than 8: If I have a …
- 2:51 PM Ticket #11552 (Add support for :nth-of-type()) created by
- The :nth-of-type CSS selector has been removed in jQuery 1.0. Given …
- 2:03 PM Ticket #11551 (uncaught exception: Invalid JSON) closed by
- invalid: This is the bug tracker for jQuery bugs. It looks like your JSON is …
- 12:31 PM Ticket #11551 (uncaught exception: Invalid JSON) created by
- Hello, I am new to jQuery and am working on an application that uses …
- 11:39 AM Ticket #11550 (Jquery effects don't work if breakpoint debugging in Firebug) created by
- Here is an example, i got 2 friends to reproduce... …
- 8:19 AM Changeset [41056ab]1.12-stable2.2-stablekillphp by
- src/callbacks.js
- test/unit/callbacks.js
- 8:19 AM Changeset [03c5836]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/deferred.js
- test/unit/deferred.js
- 6:11 AM Ticket #11549 (Delegating click doesn't trigger middle click on Chrome) created by
- I need to detect the middle click for a click event. If I do […] …
Apr 2, 2012:
- 11:02 PM Ticket #11548 (inconsistent parameter order makes $.ajax().always() harder to use ...) created by
- Please unify the order of parameters between $.ajax(...).fail() and …
- 6:24 PM Ticket #11547 (XML DOM .removeAttr() doesn't remove cased attributes) created by
- In case of an XML DOM the .removeAttr() function doesn't remove cased …
- 2:18 PM Ticket #11546 (Namespaced events not working for data change events) created by
- Like the title says, namespaced events not working for data change …
- 12:20 PM Ticket #11489 ($.post() requires a value back) closed by
- invalid
- 12:20 PM Ticket #11489 ($.post() requires a value back) reopened by
- 12:10 PM Ticket #11545 (Jquery html() function doesn't work on IE 9 for select) created by
- Hi, Here is a simple test i've done on jsfiddle. For html take that …
- 10:49 AM Ticket #11540 (.next() different from .nextAll().eq(0)) closed by
- plugin: > it must do more to prevent ambiguity This must not be very …
- 9:32 AM Ticket #11544 (Autocomplete assumes zIndex) created by
- Autocomplete widget should not assume its zIndex as being plus 1 of …
- 6:00 AM Ticket #11543 (.has doesn't work on detached elements) created by
- After cloning an element, :has correctly filters elements, but .has …
Note: See TracTimeline
for information about the timeline view.