Timeline
09/17/12:
- 23:26 Ticket #12551 (jQuery.ajax 2xx statusCode callbacks are invoked with error-callback ...) closed by
- notabug: From the documentation: > If the request is successful, the status code …
- 18:08 Ticket #12551 (jQuery.ajax 2xx statusCode callbacks are invoked with error-callback ...) created by
- Given an ajax request with json dataType and a 2xx statusCode callback, if …
- 16:49 Ticket #10067 (Firing $.ready on document.readyState === 'interactive' too) closed by
- notabug
- 16:49 Ticket #10067 (Firing $.ready on document.readyState === 'interactive' too) reopened by
- 16:45 Ticket #12516 (Fix TestSwarm failure of ajax.js tests on Chrome) closed by
- notabug: This turned out to be an issue with Browserstack, not Testswarm or …
- 16:44 Ticket #12474 (Using find on a collection with append does not return the correct ...) closed by
- duplicate: Duplicate of #12337.
- 16:41 Ticket #12437 (.on() not working on version 1.8.1 after ajax call) closed by
- notabug: We have not had any additional reports and have not received any test …
- 16:12 Ticket #10977 (Incorrect documentation for the index method?) closed by
- notabug
- 16:00 Ticket #12076 (In IE8 and below, time elements in cloned table elements have incorrect ...) closed by
- patchwelcome: The only reasonable solution to solving this is to copy innerHTML from the …
- 14:15 Ticket #12550 (jQuery Ajax cache=false doesn't always work) created by
- When sending an ajax request with the "cache" option set to "false" then …
- 13:40 Ticket #10257 (HTTP PUT and DELETE methods shorthand functions) closed by
- plugin: Anyone who wants this can easily conjure a plugin that wraps $.ajax. It …
- 13:39 Ticket #10257 (HTTP PUT and DELETE methods shorthand functions) reopened by
- 13:13 Ticket #12071 (width() return correct value with one shift pixel on FF13) closed by
- wontfix: @mikesherov excellent sleuthing :)
- 12:11 Ticket #12549 (Button with a long id not found through jquery selector) closed by
- notabug: You have to escape the points: http://jsfiddle.net/TY2ft/1/ Your selector …
- 11:36 Ticket #12549 (Button with a long id not found through jquery selector) created by
- Button with a long id not found through jquery selector
- 11:08 Ticket #12548 (fadeIn() does not work for relative positioned child elements in Internet ...) created by
- If you have a relative positioned div inside a main div, and you use the …
- 10:32 Ticket #12547 (window.onbeforeunload fires twice with IE8 under special circumstances) created by
- The event window.onbeforeunload fires twice when we click a button via …
- 02:35 Ticket #12546 (jQuery1.8 .width(value) incorrect in Firefox) closed by
- duplicate: Duplicate of #12071.
- 02:27 Ticket #12546 (jQuery1.8 .width(value) incorrect in Firefox) created by
- please check, jsfiddle - http://jsfiddle.net/xkhgT/ IE - 100% Chrome - …
- 01:41 Ticket #10833 (Update style guide to reflect new argument whitespace rules) closed by
- fixed
09/16/12:
- 08:20 Ticket #12545 (.on() not working with selector path starting at selected element on ...) created by
- 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
- notabug: jQuery objects don't have width or height properties, they have width and …
- 19:39 Ticket #12544 (Width property) created by
- 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
- duplicate: Duplicate of #12436.
- 21:38 Ticket #12543 (Large selector performance regression) created by
- 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
- 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
- $('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
- 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
- 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
- $(window).height() grabs document's height in version 1.8.1
- 14:01 Ticket #12539 (jQuery.parseXML() not showing results on chrome) closed by
- 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
- 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
- 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
- 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
- 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
- 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
- 00:32 Ticket #12524 (Stackoverflow error when selector contains :Eq (ex ...) closed by
- 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
- duplicate: Duplicate of #12447.
09/13/12:
- 22:48 Ticket #12534 (.offset() throws an error on BlackBerry5 and iOS3) closed by
- fixed: Fix #12534. Don't die on browsers lacking getBoundingClientRect. …
- 22:31 Ticket #12534 (.offset() throws an error on BlackBerry5 and iOS3) created by
- 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
- notabug
- 15:16 Ticket #12531 (elem[attr] selector) created by
- 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
- duplicate: Duplicate of #12303. #12303 has been reopened.
- 14:17 Ticket #12303 (Attribute selector fails if the attribute value contains :first :last) reopened by
- 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
- 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
- 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
- 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
- $("element without background-color").css("background-color"); return FF …
- 11:09 Ticket #12475 (the ajax function post wrong arguments in ie7) closed by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Example jsFiddle: http://jsfiddle.net/h9VRc/2/ Results in error: Uncaught …
- 17:03 Ticket #12523 (JQuery renders line breaks as text nodes) created by
- 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
- 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
- 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
- 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
- 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
- notabug
- 08:28 Ticket #12520 (CANNOT FIND ELEMENTS OF NODES IN XML) created by
- 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
- 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
- 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
- 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
- see this testcase: http://jsfiddle.net/M2G8q/2/
- 19:51 Ticket #12516 (Fix TestSwarm failure of ajax.js tests on Chrome) created by
- 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
- fixed: Sizzle: fix selector in Chrome 21. Fixes #12492. Changeset: …
- 16:39 Ticket #12515 ($.isPlainObject() should return false when obj.constructor === undefined) created by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- See http://jsfiddle.net/6dazt/4/ Basically the change event no longer …
- 15:19 Ticket #12511 ($.closest(selector) also return starting element) closed by
- notabug
- 15:11 Ticket #12511 ($.closest(selector) also return starting element) created by
- 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
- 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
- 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
- notabug: Thanks for contributing! This issue is being actively worked on, and will …
- 12:34 Ticket #12508 (Bug on finding by ID) closed by
- 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
- The jQuery blog specifies […] which redirects to …
- 10:03 Ticket #12508 (Bug on finding by ID) created by
- 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
- 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
- duplicate: Duplicate of #11663. Repro with some problems fixed, like duplicate …
- 01:37 Ticket #12505 (replaceWith in google chrome giving error) created by
- 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
- 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
- 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
- Example Logical fix for this situation …
- 16:52 Ticket #12499 (.height() behaves oddly with margin on child elements) closed by
- 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
- 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
- If you have an absolutely positioned element using anything but a pixel …
- 12:40 Ticket #12493 (null value in WebKit) closed by
- wontfix: Thanks for contributing! However, unexpected inputs produce unexpected …
- 12:15 Ticket #12501 (selectors or hide bug) created by
- $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
- 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
- fixed: Fix #12436, make delegated events fast again. Close gh-923. Retains the …
- 01:17 Ticket #12498 (GPL License Missing) closed by
- notabug: Thanks for contributing! This issue has been ported to: …
- 01:09 Ticket #12498 (GPL License Missing) created by
- 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
- 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
- <table cellspacing="0" cellpadding="3"> <tr> …
- 00:34 Ticket #12495 ("animate({right: result}, 900)" hangs Firefox) closed by
- duplicate: Duplicate of #12447.
- 00:27 Ticket #12495 ("animate({right: result}, 900)" hangs Firefox) created by
- See https://bugzilla.mozilla.org/show_bug.cgi?id=787782 for a testcase and …
Note: See TracTimeline
for information about the timeline view.
