Timeline
Apr 11, 2012:
- 3:40 PM Changeset [5181ce0]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/manipulation.js
- 1:44 PM Ticket #11582 (regexp case typo) closed by
- invalid: jQuery 1.7.2 has the same casing as your second example. Don't know …
- 1:04 PM Ticket #11582 (regexp case typo) created by
- Line 5744: […] throws an error in Chrome for undefined regexp. …
Apr 10, 2012:
- 10:30 PM Changeset [0f827c8]1.12-stable2.2-stablekillphp by
- test/index.html
- 9:54 PM Changeset [2f1ddd4]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:38 PM Changeset [62a4c84]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/index.html
- test/unit/manipulation.js
- 6:25 PM Changeset [0e2642d2]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 5:49 PM Ticket #11580 (unbind with added spaces unbinds everything, not just the namespaced ...) closed by
- invalid: Even though it worked in 1.6 doesn't necessarily mean it's an …
- 5:38 PM Ticket #11581 (select.val() returns an object in IE 8) closed by
- invalid: Tried removing the type="text" and it returned a string again.
- 5:32 PM Changeset [376e0d9]1.12-stable2.2-stablekillphp by
- src/core.js
- 5:26 PM Changeset [d7217cc]1.12-stable2.2-stablekillphp by
- src/css.js
- src/dimensions.js
- src/support.js
- test/unit/css.js
- 12:49 PM Ticket #11581 (select.val() returns an object in IE 8) created by
- Hi, I've found (maybe) a bug in Internet Explorer 8. If I try to get …
- 12:25 PM Ticket #11580 (unbind with added spaces unbinds everything, not just the namespaced ...) created by
- Test code: $(window).unbind(); $(window).bind('click', function () { …
- 11:01 AM Ticket #11579 (Modify 'document.stylesheet' directly in addition to individual ...) closed by
- plugin: There are several jQuery stylesheet plugins, this does not need to be …
- 10:58 AM Ticket #11577 (A issue after $.post) closed by
- invalid: Please ask for help on a forum, this is not a bug report.
- 10:51 AM Ticket #11579 (Modify 'document.stylesheet' directly in addition to individual ...) created by
- As featured on this …
- 10:50 AM Ticket #11578 ($.offset({left, top}) calculated error coordinates when style.position ...) created by
- API: $.offset(coords) An error happens on three conditions: …
- 10:50 AM Ticket #11577 (A issue after $.post) created by
- Hi, I am using the jquery-1.7.2 here is the code: […] code end. …
- 9:29 AM Ticket #11576 (innerHTML issues) closed by
- duplicate
- 9:15 AM Ticket #11576 (innerHTML issues) created by
- Dear mother of god! I've spent 3h debugging an IE8- bug today. Here is …
- 8:55 AM Ticket #11574 (jquery does not recognize recognize :hover in IE compatibility view) closed by
- invalid: :hover is not a valid jQuery selector: …
- 8:15 AM Ticket #11575 (Cross-Domain ajax request error handler does not get called in Firefox 11) created by
- I have the following AJAX JSONP request, to a third-party free …
- 7:46 AM Ticket #11574 (jquery does not recognize recognize :hover in IE compatibility view) created by
- Hi I recently get an error when use is(':hover') in IE9 compatibility …
- 6:22 AM Ticket #11573 ([jQuery.each] gives wrong result when a object adds a property [length].) closed by
- duplicate
- 4:43 AM Ticket #11573 ([jQuery.each] gives wrong result when a object adds a property [length].) created by
- var testEachObj = {length : 2}; $.each(testEachObj, function(key, …
- 4:32 AM Ticket #11513 (jquery .attr('checked') undefined For A Checked Checkbox) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 12:40 AM Ticket #11572 (attr's argument's length may be changed) closed by
- duplicate
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 …
Note: See TracTimeline
for information about the timeline view.