Bug Tracker

Timeline


and

07/30/12:

21:22 Ticket #12161 (.focus doesn't work when performed within blur callback) closed by timmywil
cantfix: Scott is right. Use setTimeout to add the focus call to the end of the …
20:55 Ticket #12161 (.focus doesn't work when performed within blur callback) created by cwilkins1@…
When blurring from a text field I should be able to refocus on the field …
14:45 Ticket #12158 (jQuery 1.8rc1 does not work with YUICompressor 1.4.7) closed by Timmy Willison
fixed: Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. …
12:40 Ticket #12159 (1.8rc1: outerHeight() returns object) closed by dmethvin
invalid: Most likely some plugin is duck-punching outerHeight incorrectly. In 1.8, …
10:29 Ticket #12160 (mouseleave inconsistent with docs, across browsers when using form fields) created by alastair@…
Here is an example page demonstrating the use of a select box inside a div …
08:51 Ticket #12159 (1.8rc1: outerHeight() returns object) created by alec
I'm currently unable to reproduce this with a fiddle, but after update to …

07/29/12:

11:44 Ticket #12158 (jQuery 1.8rc1 does not work with YUICompressor 1.4.7) created by sebastian.goettschkes@…
I don't know if this is a problem with jQuery or YUICompressor. If this …

07/28/12:

19:58 Ticket #12157 (.is(':empty') should be true on characterless and whitespaced) closed by timmywil
invalid: It may be useful for some, but the place to argue for it is on the w3c, …
19:42 Ticket #12157 (.is(':empty') should be true on characterless and whitespaced) created by rudeboiidevil2k7@…
Wouldn't it be good if […] works on whitespaced elements, this …

07/27/12:

21:34 Ticket #10499 (:nth-child() inside :has() treated as if outside it) closed by Timmy Willison
fixed: Sizzle: fix a small bug with combinator cache. Fixes #10499. Changeset: …
21:33 Ticket #10499 (:nth-child() inside :has() treated as if outside it) reopened by timmywil
This wasn't actually fixed, just changed. Fix incoming.
20:11 Ticket #12153 (Error occurs in the selector) closed by Timmy Willison
fixed: Sizzle: adjust pseudos regex. Fixes #12153. Changeset: …
14:50 Ticket #12155 (IE7 SCRIPT1028: Expected identifier, string or number) closed by dmethvin
invalid: class is a reserved word, please quote it.
14:49 Ticket #12155 (IE7 SCRIPT1028: Expected identifier, string or number) created by anonymous
When I try creating and appending an element o body with a class IE throws …
13:04 Ticket #12154 (.replaceWith() seems to erase document when used on root.) closed by dmethvin
invalid: Yes, it does sound very atypical and not something we can officially …
12:14 Ticket #12154 (.replaceWith() seems to erase document when used on root.) created by gravitezero@…
It seems that when I use .replaceWith() on the root element of the DOM, …
12:05 Ticket #12153 (Error occurs in the selector) created by diego@…
Try " http://jsfiddle.net/DiegoLopesLima/63cGG/"
08:34 Ticket #12070 (jquery 1.7.2 ajax does not work) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
08:34 Ticket #12067 (Unable to bind mouseenter/mouseleave events for SVG elements) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
00:45 Ticket #12152 (Jquery-1.7.2 failing on line 1883 when there is a change event attached to ...) closed by dmethvin
invalid: This is a forum question, not a bug report.
00:44 Ticket #12152 (Jquery-1.7.2 failing on line 1883 when there is a change event attached to ...) created by anaqvi31@…
I am using query date picker. In our application we are using query to …

07/26/12:

15:03 Ticket #12150 (border-spacing property accumulates when rows are shown and hidden) closed by timmywil
fixed: That fiddle pulls in jquery-latest, not jquery-git. Closing as fixed in …
13:57 Ticket #12151 (IE 10 jQuery.parseXML) created by mattBate
When trying to parse xml in IE 10 jQuery uses the window.DOMParser method …
13:51 Ticket #12150 (border-spacing property accumulates when rows are shown and hidden) created by mblase75@…
 http://jsfiddle.net/mblase75/CN7re/9/ Clicking on the button shows and …
02:27 Ticket #12149 ('change' event handler leaks in IE7/8) created by anonymous
Reproducing fiddle:  http://jsfiddle.net/En8Ue/51/
02:25 Ticket #12127 (Clone does not correctly copy checked state in IE10) closed by Daniel Chatfield
fixed: Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. …
01:27 Ticket #12148 (hide event don't fire when toggle) closed by Dave Methvin
fixed: Fix #12148. Let .toggle() call the public .hide() for punching. There is …

07/25/12:

20:35 Ticket #12147 (Reword documentation for .width() method) closed by rwaldron
invalid: Please file api doc related bugs here: …
20:06 Ticket #10726 ($(#document).closest('[foo]') throws error in IE) closed by Timmy Willison
fixed: Fail silently if closest is somehow called on a document. Fixes #10726. …
19:47 Ticket #12146 (multiple find() methods on a selector not working) closed by timmywil
wontfix: It's true that having multiple elements on the same page with the same ID …
19:23 Ticket #12148 (hide event don't fire when toggle) created by anonymous
see  http://jsfiddle.net/hQ6P2/1/ created hide event doesn't fire when …
19:06 Ticket #11586 ($.ajax DELETE request not passing data parameters) reopened by dmethvin
Just to link, you're quoting …
18:53 Ticket #12147 (Reword documentation for .width() method) created by mail@…
The wording on the page  http://api.jquery.com/width/ is confusing. This …
18:41 Ticket #12127 (Clone does not correctly copy checked state in IE10) reopened by dmethvin
Test fails:  http://swarm.jquery.org/job/377
15:50 Ticket #12146 (multiple find() methods on a selector not working) created by adofito
See attached js fiddle  http://jsfiddle.net/adofito/Vdpge/5/
15:15 Ticket #12145 (adding a new css file using a relative url does not work in IE8 on Windows ...) created by maspetsberger
I added a new, relative css link using jQuery in the following way: […] …
14:07 Ticket #12138 (fadeOut doesn't work in Chrome on basic SVG elements) closed by dmethvin
fixed: Ok, then it was fixed in the effects rewrite.
13:20 Ticket #12097 (crossDomain in IE9 is interpreted wrong) closed by jaubourg
invalid:  http://jsfiddle.net/44yue/3/ This is, of course, failing in IE9 with an …
12:20 Ticket #12143 (Inconsistency in appendTo()'ing incorrect HTML accross browsers) closed by dmethvin
invalid: The docs are extremely clear on this point: "To ensure cross-platform …
11:21 Ticket #12144 (Cursor not coming by default in the Comment Box) created by neha_sharma25@…
In the comment section, cursor does not appear so when you start typing …
10:22 Ticket #12143 (Inconsistency in appendTo()'ing incorrect HTML accross browsers) created by pawel@…
There is some difference in rendering the page between e.g. IE7 and …
09:29 Ticket #12142 (选择器错误) created by wangy567@…
<ul><li style="cursor:pointer;" onclick="GetNodes(this,event)" value="1" …
07:10 Ticket #12141 (Filter works ok in 1.7.1 but not in 1.8b2) created by ktecho@…
This filter works ok in 1.7.1: …
05:58 Ticket #12140 (Incorrect event type reported on hover within a setTimeout) closed by rwaldron
duplicate
05:52 Ticket #12140 (Incorrect event type reported on hover within a setTimeout) created by Motty
When I add a setTimeout within a hover function, the e.type returns …
03:40 Ticket #12139 (ie7 offsetParent bug) created by sexnothing@…
$("<div>").css({"position":"absolute"}).appendTo(document.body).offsetParen …
02:24 Ticket #11029 (Display of the sponsor information in the API reference) closed by dmethvin
fixed
02:17 Ticket #11916 (Adding a button type="button" .. element in iE8 + iE7 compatibility mode ...) closed by dmethvin
cantfix: I spent some time tracing this through. When the button HTML goes through …
01:47 Ticket #11898 (prevAll() with a complicated :not() selector returns results in wrong ...) closed by dmethvin
fixed: This appears to have been fixed with the Sizzle rewrite(s) in 1.8.
01:18 Ticket #10366 (animate() does not work for font-weight) closed by dmethvin
cantfix: This isn't us. Here's an example where I tried several things: …
00:50 Ticket #8515 (Animate hiding contained borders) closed by dmethvin
invalid: We can't do anything about this, it's the default CSS box model. As gnarf …
00:46 Ticket #7442 (slideDown/slideUp "jump" when surrounding elements are margin collapsing) closed by dmethvin
patchwelcome: We've looked at this and can't figure a general way to solve it. …
00:44 Ticket #9896 (animate border width with 'toggle' value causes element to dissappear) closed by dmethvin
invalid

07/24/12:

22:30 Ticket #12138 (fadeOut doesn't work in Chrome on basic SVG elements) created by dkordik.public@…
fadeOut doesn't work in Google Chrome for basic SVG elements, such as …
22:01 Ticket #11185 (isPlainObject gives wrong result in IE6/7/8 when constructor adds ...) closed by dmethvin
patchwelcome: Since this method is intended primarily for our internal use, it doesn't …
21:10 Ticket #12137 (Deprecate use of $.ajaxSettings.traditional as $.param default) created by dmethvin
Currently $.param(array, traditional) will fill in its traditional
21:06 Ticket #12089 (Deprecate $.ajaxSettings.traditional default in $.param()) closed by dmethvin
invalid: The description here was wrong, it's easier to create a new ticket with an …
20:38 Ticket #12106 (Datepicker in modal Dialogue box not working correct in IE) closed by dmethvin
invalid: This is not a jQuery core bug report. Ask for help on a forum please.
20:37 Ticket #12114 (:last, :eq, and :first Not Working Correctly When Delegated to a Specific ...) closed by dmethvin
duplicate
20:33 Ticket #12118 (AJAX : send XML data by POST) closed by dmethvin
invalid: It sounds like you should ask for help in the forum. If you determine …
20:31 Ticket #11996 (RSS-feed down) closed by dmethvin
invalid: This will be fixed as part of the infrastructure rework, but doesn't …
20:30 Ticket #12122 (jQuery.ajax() async deprecate use with $.Deferred) closed by dmethvin
fixed: Documentation updated to clarify that async: false is still allowed but …
18:53 Ticket #12132 (IE10 bug when cloning an object element without a parentNode) closed by Elijah Manor
fixed: Fix #12132. IE10 dislikes detached object elements. Close gh-870. …
16:46 Ticket #12136 (Double script inclusion warning) closed by dmethvin
invalid: Nope. See  http://api.jquery.com/jQuery.noConflict/ See  http://latimes.com
15:58 Ticket #12136 (Double script inclusion warning) created by dtyschenko@…
When jQuery is included twice at the page, it just reinits. And that's …
13:01 Ticket #12135 (Opera find(:checked) fails on frame navigation) created by MrMamen
 http://jsfiddle.net/mrmamen/3kKgE/ This is a rather obscure error, and …
09:56 Ticket #12134 (implement HTML5 compilant form data construction into $.fn.serialzeArray) created by info@…
The way the data of a form is constructed differs a little bit from the …
08:27 Ticket #12045 (border-box on dynamically altered child elements in Chrome does not update ...) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
05:24 Ticket #12133 (Incorrect JQuery Documentation (or a bug)) created by wfoster232@…
The documentation for .prop (To maintain backwards compatability, the …
01:42 Ticket #12132 (IE10 bug when cloning an object element without a parentNode) created by elijahmanor
Only one of all the existing unit tests in jQuery fails when ran against …
01:09 Ticket #12130 (jQuery.each on object with length element.) closed by dmethvin
duplicate
01:06 Ticket #12131 (Syntax error, unrecognized expression: link) closed by dmethvin
invalid: It isn't supported, as documented, on non-qSA browsers like IE8. See …
00:46 Ticket #12131 (Syntax error, unrecognized expression: link) created by spicyj
In IE8 I can't run .is(":link") without an error. It gives Syntax error, …
00:40 Ticket #12130 (jQuery.each on object with length element.) created by jakecigar@…
I think jQuery.each should check for length to be present and an integer, …

07/23/12:

17:10 Ticket #12127 (Clone does not correctly copy checked state in IE10) closed by dmethvin
duplicate: > how do I take ownership of this ticket? Normally you'd be the owner if …
16:36 Ticket #12128 (dynamic html checkbox value bug (IE only)) closed by dmethvin
invalid: You shouldn't change the type after you've set the value. …
16:18 Ticket #12129 (jQuery.on() binds event handler twice) created by petrbuchyn@…
Hi! I realized that .on() binds event handler twice. Example: […]
16:09 Ticket #12128 (dynamic html checkbox value bug (IE only)) created by adrienfrediani
When creating a dynamic input checkbox, using $.(html, json) when we pass …
15:07 Ticket #12126 (jquery html from xml) closed by dmethvin
invalid: The text markup string may be valid HTML5, but the in-memory data …
15:04 Ticket #12127 (Clone does not correctly copy checked state in IE10) created by chatfielddaniel@…
The bug is with IE not jQuery but viewing the source shows that a similar …
14:21 Ticket #12125 (Peculiar default in $.contains) closed by dmethvin
duplicate: Yes indeedy! A test case would have shown that quickly. :)
13:45 Ticket #12126 (jquery html from xml) created by puchuu
 http://stackoverflow.com/questions/11609028/jquery-html-from-xml For …
13:41 Ticket #12125 (Peculiar default in $.contains) created by dwt
If you look at $.contains, it has a rather peculiar definition. Some …
13:25 Ticket #12124 (jquery html from xml) closed by dmethvin
invalid: Use $.parseXML if you're parsing XML. Read the documentation where it is …
11:59 Ticket #12124 (jquery html from xml) created by aladjev.andrew@…
 http://stackoverflow.com/questions/11609028/jquery-html-from-xml
07:01 Ticket #12123 (Inconsistent number of in-focus elements across different browsers) created by lihan
Have already created a test page  http://jsfiddle.net/MMJSP/ In …
02:18 Ticket #9217 (javascript error in IE8 when animating element is removed before animation ...) closed by Corey Frang
fixed: Fix #9217. oldIE error when changing detached elements, close gh-861 …
02:03 Ticket #12088 (Webkit now returning percentages for more getComputedStyle properties) closed by Mike Sherov
fixed: Fix #12088, Safari 5 and more percentages in getComputedStyle In …
Note: See TracTimeline for information about the timeline view.