Timeline
02/26/12:
- 22:33 Ticket #11395 (Promises should use the term "fulfilled" instead of "resolved") created by
- I had a discussion with Promises/A spec co-creator Kris Kowal recently, …
- 15:43 Ticket #11394 (Long delay with multiple selector (including id selector) in Internet ...) created by
- I will try to post a new bug report, since my old one (#11313) was …
- 14:32 Ticket #11360 (Bug in the mouse up event (Not fire then 8 seconds)) closed by
- invalid: From the mouseup docs: > The mouseup …
- 14:26 Ticket #11388 (Jquery-1.7.1- with DatePicker->Can't move focus to the control because it ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. Unfortunately we …
- 14:19 Ticket #11393 (Not working ...follow a tab's URL instead of loading its content via ajax) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. Unfortunately we …
- 12:52 Ticket #11393 (Not working ...follow a tab's URL instead of loading its content via ajax) created by
- This feature is not working jquery 1.7.1 jquery-ui 1.8.18 ...follow a …
- 06:08 Ticket #11392 (Trigger() after clone(true) doesn't fire events) closed by
- invalid: Use trigger("click")
- 05:27 Ticket #11392 (Trigger() after clone(true) doesn't fire events) created by
- Live events attached to cloned elements ( withDataAndEvents = true ) are …
- 03:55 Ticket #11311 (IE8 css 'bottom' returning incorrect value) reopened by
- Yes, that's what happened.
- 02:08 Ticket #11380 (no place to 'create account') closed by
- fixed
02/25/12:
- 15:54 Ticket #10693 (generalize the "test something in an iframe" code in unit tests) closed by
- fixed
- 15:27 Ticket #11391 (IE8 error when calling .html() on input element) closed by
- invalid: The input element can't contain child elements. Use .val() instead.
- 15:08 Ticket #11391 (IE8 error when calling .html() on input element) created by
- Unexpected call to method or property access in IE8. No error in IE9 or …
- 13:09 Ticket #11390 (Setting *{box-sizing:border-box} breaks offset() on scrolling in IE8) created by
- When applying box-sizing: border-box; to all elements, .offset() wrongly …
- 08:12 Ticket #11321 (.clone().addClass() don't work together) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:12 Ticket #11313 (Delay with multiple selector (including id selector) in Internet Explorer ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:12 Ticket #11311 (IE8 css 'bottom' returning incorrect value) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
02/24/12:
- 16:05 Ticket #11389 (if the css defind in <head></head> the border color does not work) created by
- use the code,the border color of td is not change to #FF5500,but always …
- 15:21 Ticket #11388 (Jquery-1.7.1- with DatePicker->Can't move focus to the control because it ...) created by
- Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; …
- 09:26 Ticket #11383 (manipulating the contents of a script tag with type=x-jquery-tmpl fails in ...) closed by
- duplicate
- 09:00 Ticket #11387 (JQuery creates "placeholder" attribute on every input element) closed by
- invalid: jQuery does return undefined. You can't …
- 08:27 Ticket #11387 (JQuery creates "placeholder" attribute on every input element) created by
- Somehow JQuery silently creates an empty "placeholder" attribute on every …
- 05:17 Ticket #7986 (Bug in $.support.boxModel if page has DIV-element CSS) closed by
- fixed: Fix #7986. $.support.boxModel shan't be fooled by page-level CSS. …
- 04:49 Ticket #11386 (for ... in syntax works incorrectly with arguments object on safari 5) created by
- for in syntax won't iterate through every property of a arguments object …
- 04:40 Ticket #11337 (Bug in $.support.reliableMarginRight) closed by
- fixed: Fix #11337. Properly calculate $.support.reliableMarginRight. Changeset: …
- 03:42 Ticket #11370 ($('<div>').siblings() throws exception) closed by
- fixed: Fix #11370: .siblings() shouldn't throw exception on a detached element …
02/23/12:
- 21:26 Ticket #11385 (parents() orders each tier of results back-to-front) created by
- Not sure if this counts as a bug, but when finding parents of a collection …
- 21:24 Ticket #11384 (href gets encoded after appending the html to a div in ff, but not in ...) created by
- When loading http://jsfiddle.net/yJWuQ/ in firefox, i see the curly brace …
- 21:16 Ticket #11383 (manipulating the contents of a script tag with type=x-jquery-tmpl fails in ...) created by
- I am using jQuery tmpl and want to do some dynamic manipulations of the …
- 20:30 Ticket #11382 (Mouseenter doesn't fire on a disabled input element) created by
- This was done intentionally in jQuery.event.dispatch based on #6911 to …
- 19:45 Ticket #11381 (IE8 problems [unknown runtime error & invalid procedure call or argument] ...) created by
- I am experiencing bugs in IE8 inside jquery.js file, newest version, …
- 17:54 Ticket #11380 (no place to 'create account') created by
- on your documentation page, I was wanting to contribute a small edit, but …
- 15:34 Ticket #11377 (outerSize() on input with type=hidden should be 0) closed by
- wontfix: The change was made so we might provide useful values for hidden elements, …
- 14:46 Ticket #11376 (jQuery does not respect Content-Type with respect to converters) closed by
- worksforme: As this works fine with the approach @jaubourg outlined above, we're going …
- 14:43 Ticket #11379 (bug: jQuery.find() returns unexpected result in Chrome) closed by
- worksforme: Tested with Chrome stable, beta and canary: http://jsfiddle.net/Tr2f5/. …
- 14:32 Ticket #11379 (bug: jQuery.find() returns unexpected result in Chrome) created by
- I cant't get acess content of iframe in the same domain, using Google …
- 13:09 Ticket #11378 (Disabled link not reported as ":disabled") closed by
- invalid: The "a" tag doesn't have the "disabled" attribute, which is why it isn't …
- 13:02 Ticket #11378 (Disabled link not reported as ":disabled") created by
- When using the ":disabled" selector on a disabled link, it is reported as …
- 10:04 Ticket #11377 (outerSize() on input with type=hidden should be 0) created by
- This is the commit in question: …
- 09:34 Ticket #11376 (jQuery does not respect Content-Type with respect to converters) created by
- It seems not to be possible to hit this converter: […] This should be …
- 08:31 Ticket #11305 (ie select change) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:31 Ticket #11289 (.toggle doesn't toggle br elements' style in Opera) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:37 Ticket #11375 (references to two methods are set twice) closed by
- wontfix: jQuery source is built in modules wrapped in IIFEs... It's collateral …
- 03:05 Ticket #11375 (references to two methods are set twice) created by
- 1. toString = Object.prototype.toString appears in core and then at …
- 01:34 Ticket #11374 (Maybe jQuery v1.7.1 's a bug.) closed by
- invalid: The elements must be in a document to be visible. …
- 01:10 Ticket #11374 (Maybe jQuery v1.7.1 's a bug.) created by
- alert($("<LI class=err_tx><SPAN style=\"DISPLAY: inline\" id=rfvUrl …
02/22/12:
- 15:09 Ticket #11373 (Firefox misreporting width, outerWidth and innerWidth when using @import ...) created by
- Tested on Firefox 10.0.2 I'm not sure if this is a Firefox, Google Web …
- 08:06 Ticket #11295 (.children() traversing error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:06 Ticket #11285 (jQuery Ajax call causing IE8 to crash when data returned from WCF service) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:05 Ticket #11372 (html() does not work for <link>) created by
- 1. open http://jsfiddle.net/QF7e8/4/ in ie6789,chrome,firefox expected: …
- 03:55 Ticket #11371 ($.parseJSON on utf-8 with BOM) created by
- Hello dears; for resolving the problem of bom in parsing json we must …
- 02:08 Ticket #11370 ($('<div>').siblings() throws exception) created by
- $('<div>').siblings() throws exception instead of empty jQuery object
- 00:56 Ticket #7305 (Cant retrive current left and top css when $(obj) is hidden) closed by
- worksforme: I can no longer reproduce this bug. Since no new reports have come in, I'm …
- 00:54 Ticket #8949 (.width() and .height() with css atrrbute clip in opera) closed by
- worksforme: I can no longer reproduce this using timmywil's fiddle as of today. I …
02/21/12:
- 20:59 Ticket #11369 (Why does the param method automatically turn all %20's into +'s ?) closed by
- duplicate: Explained in #3400, but in case that's a TL;DR: …
- 20:48 Ticket #11369 (Why does the param method automatically turn all %20's into +'s ?) created by
- It seems like it should first consult ajaxSettings to find out what the …
- 13:18 Ticket #11367 (Custom events on form fail if it has an input with the same name) closed by
- wontfix: The easiest fix to this problem is to not use custom events with the same …
- 12:11 Ticket #11362 (.timeStamp) closed by
- duplicate: Test case here: http://jsfiddle.net/y4U9U/. This is a dupe of 10755 where …
- 12:00 Ticket #11332 (KeyError: 'captcha_redirect') closed by
- invalid: I've just tried this again and can no longer reproduce the issue. Closing.
- 11:18 Ticket #11368 (scrollTop in animate in FF 10.0 not working) created by
- example: $('html,body').animate({scrollTop: …
- 10:34 Ticket #11366 (:target selector does not work in Webkit immediately after page ready/load) closed by
- invalid: The ":target" selector is not supported in jQuery, and because of that, …
- 10:22 Ticket #11367 (Custom events on form fail if it has an input with the same name) created by
- Example: http://jsfiddle.net/6WDsU/ Patch: …
- 10:14 Ticket #11366 (:target selector does not work in Webkit immediately after page ready/load) created by
- Webkit cannot find $(':target') on body.load or window.ready. After a …
- 08:19 Ticket #11365 (selectbox- list positioned vertically above control?) closed by
- invalid: Thanks for taking the time to try to contribute to the jQuery project but …
- 08:17 Ticket #11281 (ajax partial render does not execute JQuery java script anymore) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:13 Ticket #11365 (selectbox- list positioned vertically above control?) created by
- is it possible to make the select list appear above the control if there …
02/20/12:
- 12:02 Ticket #11364 (ajax Basic Authentification does not seem to work in latest Chrome ...) created by
- This test: […] always returns 401 not authorized in the latest Chrome …
- 05:32 Ticket #11363 (problem with form submit) created by
- Dear sir/madam Please check this code $('form').submit(function() { …
02/19/12:
- 20:53 Ticket #11362 (.timeStamp) created by
- e.timeStamp wrong value "-2147483648" in Opera 11.61 (JQ 1.7.1)
- 08:07 Ticket #9758 (Invalid argument in IE7 and IE9 compatibility mode.) 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.
