Bug Tracker

Timeline


and

09/16/12:

08:20 Ticket #12545 (.on() not working with selector path starting at selected element on ...) created by fox_rgwxox@…
On version 1.8.1, $(element).on(event,selector,fn) isn't working when the …

09/15/12:

20:46 Ticket #12544 (Width property) closed by ajpiano
notabug: jQuery objects don't have width or height properties, they have width and …
19:39 Ticket #12544 (Width property) created by chrst96@…
jQuery not reading the image width. It will only return a function as a …

09/14/12:

21:53 Ticket #12543 (Large selector performance regression) closed by timmywil
duplicate: Duplicate of #12436.
21:38 Ticket #12543 (Large selector performance regression) created by r.m.graham@…
I have a CRUD app (aka html with large tables) that was hit pretty hard …
18:41 Ticket #12542 (SCRIPT5022: Syntax error, unrecognized expression: :visible:) created by Dave.Gordon@…
SCRIPT5022: Syntax error, unrecognized expression: :visible: …
18:38 Ticket #12541 (1.8.0 and 1.8.1: Double :not() selector fails in IE6/7) created by erwin@…
$('div.list').find( 'dd:not(:last-child), li:not(:last-child)' ); Above …
14:19 Ticket #12536 (Make .offset() calc less wrong on browsers w/o getBoundingClientRect) closed by Dave Methvin
fixed: Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect. This lets …
14:18 Ticket #12540 ($(window).height() grabs document's height in version 1.8.1) closed by dmethvin
duplicate: Duplicate of #12388. You're in Quirks.
14:11 Ticket #12540 ($(window).height() grabs document's height in version 1.8.1) created by anonymous
$(window).height() grabs document's height in version 1.8.1
14:01 Ticket #12539 (jQuery.parseXML() not showing results on chrome) closed by dmethvin
worksforme: This is working fine for me in Chrome 21 and Firefox 15.
13:53 Ticket #12539 (jQuery.parseXML() not showing results on chrome) created by i.arunkk@…
go to this URL -  http://api.jquery.com/jQuery.parseXML/ and look …
12:54 Ticket #12538 (HTML String instances not handled as string) closed by dmethvin
notabug: This isn't something we'd check for. In all places in the documentation we …
10:25 Ticket #12538 (HTML String instances not handled as string) created by ilja.everila@…
JQuery does not (up till 1.8.1 at least) handle String instances as …
10:21 Ticket #12537 (element.css('filter') returns undefined in IE9) created by macagp@…
The following returns undefined in Internet Explorer 9 (IE8 works fine) …
10:12 Ticket #12536 (Make .offset() calc less wrong on browsers w/o getBoundingClientRect) created by gabriel.schulhof@…
We had agreed that the fix was not for the whole offset function to return …
04:41 Ticket #12337 (:nth-child selector not accurate after new child element added) reopened by gibson042
00:32 Ticket #12524 (Stackoverflow error when selector contains :Eq (ex ...) closed by dmethvin
duplicate: Duplicate of #12303.
00:29 Ticket #12507 (.animate() does not start from existing position in v1.8.1 as it did in ...) closed by dmethvin
duplicate: Duplicate of #12447.

09/13/12:

22:48 Ticket #12534 (.offset() throws an error on BlackBerry5 and iOS3) closed by Dave Methvin
fixed: Fix #12534. Don't die on browsers lacking getBoundingClientRect. …
22:31 Ticket #12534 (.offset() throws an error on BlackBerry5 and iOS3) created by dmethvin
After the slimming done for jQuery 1.8.0 we lost the try/catch that used …
16:58 Ticket #12525 (Problem on Firefox 15+ with event live) closed by dmethvin
notabug
15:16 Ticket #12531 (elem[attr] selector) created by phantick@…
Hi. jQuery JavaScript Library v1.7.1 I have element <tr …
14:27 Ticket #12527 ("Uncaught RangeError: Maximum call stack size exceeded" exceptions is ...) closed by timmywil
duplicate: Duplicate of #12303. #12303 has been reopened.
14:17 Ticket #12303 (Attribute selector fails if the attribute value contains :first :last) reopened by timmywil
Woopsie. Looks like tokenization was fixed and handlePOS doesn't recognize …
13:44 Ticket #12521 (Deferred.promise( target) only works fine when typeof( target)=='object') closed by jaubourg
fixed: deferred.promise(obj) should work with non-objects. Fixes #12521. Much …
13:29 Ticket #12455 (Button click occurs when Enter is pressed in text input) closed by dmethvin
cantfix: The fiddle is still incorrect, here is a cleaned-up version: …
13:00 Ticket #12528 (Can't move focus to the control because it is invisible) closed by dmethvin
notabug: Setting focus to an invisible control doesn't make sense. The user can't …
11:49 Ticket #12530 ($.fn.css return values for background-color) created by ada99@…
$("element without background-color").css("background-color"); return FF …
11:09 Ticket #12475 (the ajax function post wrong arguments in ie7) closed by jaubourg
notabug: This is too fuzzy as a bug report and belongs in the forum where you'll …
10:53 Ticket #12529 (jQuery.browser.version for IE is always returning '7.0') closed by jaubourg
worksforme: I open this fiddle with IE9 and I get 9.
10:40 Ticket #12529 (jQuery.browser.version for IE is always returning '7.0') created by jdborg
Doesn't matter if I'm in 7, 8 or 9, I'm always getting '7.0' returned. …
09:00 Ticket #12427 (animation changes display property) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
09:00 Ticket #12425 (Doing attr('type', 'hidden') twice when creating a new jQuery element ...) closed by trac-o-bot
invalid: Because we get so many tickets, we often need to return them to the …
08:19 Ticket #12528 (Can't move focus to the control because it is invisible) created by anonymous
Can't move focus to the control because it is invisible, not enabled, or …
08:16 Ticket #12527 ("Uncaught RangeError: Maximum call stack size exceeded" exceptions is ...) created by nikolay.r.rusev@…
The issue is related to this one: http://bugs.jquery.com/ticket/12303 The …
07:34 Ticket #12526 (:last selector fails to find a match) created by tomascassidy
jsfiddle test case:  http://jsfiddle.net/bfVBH/ Tested in Chromium …

09/12/12:

21:23 Ticket #12525 (Problem on Firefox 15+ with event live) created by jesuskateadio@…
Hi, First of all, sorry for my english, because is not perfect. This is my …
19:43 Ticket #12524 (Stackoverflow error when selector contains :Eq (ex ...) created by iulian@…
Example jsFiddle:  http://jsfiddle.net/h9VRc/2/ Results in error: Uncaught …
17:03 Ticket #12523 (JQuery renders line breaks as text nodes) created by pbcomm
Line breaks are rendered as text nodes which also breaks closest selector: …
15:42 Ticket #12522 (jQuery 1.8.1 slow in IE7) closed by dmethvin
notabug: No test case required. 1.8.2 should be out within a couple of weeks.
14:48 Ticket #12522 (jQuery 1.8.1 slow in IE7) created by rokeefe1@…
jQuery 1.8.1 is significantly slower in IE7 on Windows XP SP3 than version …
12:13 Ticket #12520 (CANNOT FIND ELEMENTS OF NODES IN XML) closed by dmethvin
notabug: $(xml) does not parse XML. $.parseXML() parses XML. I don't know …
10:09 Ticket #12521 (Deferred.promise( target) only works fine when typeof( target)=='object') created by lars.gersmann@…
Deferred.promise( target) should work fine for any type of target except …
10:01 Ticket #12426 (jquery 1.8.0 $(window).height() and .width() is broken and does not work ...) closed by mikesherov
notabug
08:28 Ticket #12520 (CANNOT FIND ELEMENTS OF NODES IN XML) created by no
Hi, i try to find some data in my xml file. i would like to find …
02:22 Ticket #12519 (Public API methods should not have private arguments) created by dmethvin
Private variables make extending the API calls difficult. They also make …
01:48 Ticket #12518 (Don't use offsetWidth in jQuery.event.trigger()) created by dmethvin
It's currently used to determine whether it's safe to call .focus() on an …

09/11/12:

21:06 Ticket #12517 (css() doesn't succeed in chromium) closed by dmethvin
cantfix: Confirmed, and a non-jQuery case fails the same way so there isn't much we …
20:40 Ticket #12517 (css() doesn't succeed in chromium) created by sfornengo@…
see this testcase:  http://jsfiddle.net/M2G8q/2/
19:51 Ticket #12516 (Fix TestSwarm failure of ajax.js tests on Chrome) created by dmethvin
This just revealed further problems down the line: …
18:50 Ticket #12492 (In textarea focus event handler, $(this).is(':focus') == false in Chrome & ...) closed by Timmy Willison
fixed: Sizzle: fix selector in Chrome 21. Fixes #12492. Changeset: …
16:39 Ticket #12515 ($.isPlainObject() should return false when obj.constructor === undefined) created by anonymous
An object with an undefined constructor is certainly not a plain object, …
16:21 Ticket #12512 (IE8/IE9 no longer fires "change" event when pressing enter key in a text ...) closed by dmethvin
duplicate: Duplicate of #11556. It works in 1.6.x because it didn't use the IE …
15:34 Ticket #12512 (IE8/IE9 no longer fires "change" event when pressing enter key in a text ...) reopened by timmywil
Ah, didn't realize that. Well, then it must be our handling of delegating …
15:31 Ticket #12512 (IE8/IE9 no longer fires "change" event when pressing enter key in a text ...) closed by timmywil
cantfix: I don't think this is something we can control. I'd suggest checking for …
15:29 Ticket #12513 (jQuery 1.8.1 slow click function response time) closed by timmywil
duplicate: Duplicate of #12436.
15:28 Ticket #12514 (.ajax() headers not set in IE 7/8 when header value is empty or is empty ...) created by jonhoffman1@…
when using the .ajax() function, you cannot set a custom header to a blank …
15:27 Ticket #12513 (jQuery 1.8.1 slow click function response time) created by dominik@…
Hi! After upgrading from jQuery 1.8.0 to 1.8.1 simple …
15:19 Ticket #12512 (IE8/IE9 no longer fires "change" event when pressing enter key in a text ...) created by dos-one
See  http://jsfiddle.net/6dazt/4/ Basically the change event no longer …
15:19 Ticket #12511 ($.closest(selector) also return starting element) closed by timmywil
notabug
15:11 Ticket #12511 ($.closest(selector) also return starting element) created by anonymous
The documentation says that $closest() is similar to $.parents() but stop …
15:09 Ticket #12510 (Delegated events are much slower in IE 7/8 with 1.8.1 than with 1.7.2) closed by mikesherov
duplicate: Duplicate of #12436.
14:54 Ticket #12510 (Delegated events are much slower in IE 7/8 with 1.8.1 than with 1.7.2) created by simon.brent@…
If you have a large number of elements with delegated events attached, and …
12:38 Ticket #12509 (http://blog.jquery.com/ announces invalid feed url) closed by mikesherov
notabug: Thanks for contributing! This issue is being actively worked on, and will …
12:34 Ticket #12508 (Bug on finding by ID) closed by dmethvin
notabug: Your selector is definitely not valid. I think you may have been trying to …
12:17 Ticket #12509 (http://blog.jquery.com/ announces invalid feed url) created by r.wetzlmayr@…
The jQuery blog specifies […] which redirects to …
10:03 Ticket #12508 (Bug on finding by ID) created by hanan@…
I use this $("#[id='lbl']").html(""); for validation of forms on …
08:19 Ticket #12507 (.animate() does not start from existing position in v1.8.1 as it did in ...) created by petersphilo
Hello, in all of the v1.7.x versions of jQuery core that i used, the …
01:58 Ticket #12505 (replaceWith in google chrome giving error) closed by dmethvin
duplicate: Duplicate of #11663. Repro with some problems fixed, like duplicate …
01:37 Ticket #12505 (replaceWith in google chrome giving error) created by sksallaj@…
Okay, I didn't know if I should go to a google chrome forum or to this …
00:26 Ticket #12504 (.animate() css left and right on a 100% width box using percentages ...) created by anonymous
 http://jsfiddle.net/GTjNC/2/ When you animate right: '+=100%' it works …

09/10/12:

23:37 Ticket #12101 (ajaxStart working for .load(), but not for .ajax()) closed by mikesherov
notabug: As this is documented and intended behavior, closing as "not a bug".
18:16 Ticket #12503 (before/after will choke if collection has not first disconnected node) created by anonymous
 Example Logical fix for this situation …
16:52 Ticket #12499 (.height() behaves oddly with margin on child elements) closed by mikesherov
notabug: No problem! Thanks for contributing and feel free to submit another bug …
16:48 Ticket #12502 (Bug in .css() regarding positioning with non-pixel values) closed by mikesherov
cantfix: We're not going to fix these differences at this point, mainly because we …
14:59 Ticket #12502 (Bug in .css() regarding positioning with non-pixel values) created by wyverns.spirit@…
If you have an absolutely positioned element using anything but a pixel …
12:40 Ticket #12493 (null value in WebKit) closed by mikesherov
wontfix: Thanks for contributing! However, unexpected inputs produce unexpected …
12:15 Ticket #12501 (selectors or hide bug) created by sejda@…
$orig.find('li:not(:eq(' + $x + '))').hide() in 1.7.2 ok in 1.8.1 does …
08:54 Ticket #12499 (.height() behaves oddly with margin on child elements) created by admin@…
I was trying to make a "one size fits all" method for dynamic height …
01:30 Ticket #12436 (Performance degradation with delegate events and pseudo-classes) closed by Dave Methvin
fixed: Fix #12436, make delegated events fast again. Close gh-923. Retains the …
01:17 Ticket #12498 (GPL License Missing) closed by mikesherov
notabug: Thanks for contributing! This issue has been ported to: …
01:09 Ticket #12498 (GPL License Missing) created by anonymous
FYI the jquery.org/license has link to gpl license, which is a dead link.
01:02 Ticket #12497 (jQuery 1.8.1 transitions crashing android 2.3.4 browser) created by alanneilnix@…
The following code seems to be crashing the stock browser on Android 2.3.4 …
00:34 Ticket #12496 (#<HTMLButtonElement> has no method 'apply') created by anonymous
<table cellspacing="0" cellpadding="3"> <tr> …
00:34 Ticket #12495 ("animate({right: result}, 900)" hangs Firefox) closed by dmethvin
duplicate: Duplicate of #12447.
00:27 Ticket #12495 ("animate({right: result}, 900)" hangs Firefox) created by anonymous
See  https://bugzilla.mozilla.org/show_bug.cgi?id=787782 for a testcase and …

09/09/12:

23:27 Ticket #12485 (html() include javascript twice) closed by mikesherov
notabug: Sorry, but that not how JavaScript scoping works. If it was truly in there …
17:18 Ticket #12491 (outerWidth() / outerHeight() returns the jquery object when called with ...) closed by mikesherov
notabug
16:25 Ticket #12492 (In textarea focus event handler, $(this).is(':focus') == false in Chrome & ...) reopened by mikesherov
Actually, this is really easy to fix. We can just declare chrome's …
16:10 Ticket #12494 (IDE shows error) closed by dmethvin
notabug: This isn't a jQuery bug. Ask for help on a forum.
15:47 Ticket #12494 (IDE shows error) created by leeds1234567
downloaded 1.8.1 into RapidPHP ide. The last line })( window …
15:04 Ticket #12493 (null value in WebKit) created by stefano@…
In Chrome passing a null value to a $("div").text(null) method results in …
14:10 Ticket #12492 (In textarea focus event handler, $(this).is(':focus') == false in Chrome & ...) closed by dmethvin
wontfix: Seems like a Webkit bug to me. One workaround is to use …
13:52 Ticket #12492 (In textarea focus event handler, $(this).is(':focus') == false in Chrome & ...) created by paulcalcraft@…
jsFiddle here:  http://jsfiddle.net/hJwKC/4/ All browsers report …
05:18 Ticket #12183 (Link not working) closed by mikesherov
notabug: Thanks for contributing! This issue has been ported over to: …
05:14 Ticket #6670 (OpenSearch Provider for api.jquery.com) closed by mikesherov
notabug: Thanks for contributing! This ticket has been ported to: …
05:07 Ticket #7972 (jQuery Homepage Dell Logo) closed by mikesherov
wontfix: Thanks for contributing! The jquery homepage is being redesigned shortly, …
05:03 Ticket #11140 (Bug Tracker sometimes fail - MySQL server has gone away) closed by mikesherov
notabug: We are painfully aware of this. Thanks for the report, but this is now …
04:59 Ticket #10834 (Page for help on searching jQuery website contains just the single word ...) closed by mikesherov
wontfix: Thanks for contributing! The entire current docs.jquery.com is going away …
04:54 Ticket #9877 (documentation FAQ has some old examples.) closed by mikesherov
wontfix: Thanks for contributing! The entire old docs site is going away shortly, …
04:51 Ticket #11186 (KeyError: 'captcha_redirect') closed by mikesherov
duplicate: Duplicate of #12401.
04:47 Ticket #10332 (a lot of js error on this page) closed by mikesherov
wontfix: Thanks for contributing! The entire old docs site is going away, and this …
04:17 Ticket #11676 (Animate jumps to end if starting position is negative percentage in Safari) reopened by mikesherov
04:00 Ticket #12281 (Empty child object) reopened by mikesherov
03:28 Ticket #11851 (IE9 crashes when using fadeout) reopened by mikesherov
03:22 Ticket #12373 (outerWidth()/outerHeight() may return wrong results in IE with enabled hw ...) reopened by mikesherov
It was autoclosed because you replied with a different username than you …
Note: See TracTimeline for information about the timeline view.