Timeline
11/02/10:
- 21:06 Ticket #7379 (Hover function on disabled input doesn't work) closed by
- duplicate
- 19:13 Ticket #7382 (CSS selector [class!=invalid] not working) closed by
- fixed: Further reduced for readability: http://jsfiddle.net/rwaldron/ThcbG/2/
- 18:08 Ticket #7381 (.live binding of form submit event does not work in IE versions < 9) closed by
- worksforme: Thanks Jitter
- 17:52 Ticket #7382 (CSS selector [class!=invalid] not working) created by
- Upon upgrading to jquery 1.4.3 I've noticed I can no longer use "!=" and …
- 17:51 Ticket #4785 ($.get() and $.post() ignore `type` when not passing `data`) closed by
- duplicate
- 17:51 Ticket #4785 ($.get() and $.post() ignore `type` when not passing `data`) reopened by
- 16:08 Ticket #7381 (.live binding of form submit event does not work in IE versions < 9) created by
- The following code produces a form with a jQuery live binding on the …
- 14:11 Ticket #7380 (.slideToggle <span> WebKit browsers OS X does not slide up) created by
- In WebKit browsers chrome and Safari on OS X the command .slideToggle did …
- 14:04 Ticket #7379 (Hover function on disabled input doesn't work) created by
- When using the hover event on a disabled input, no event is raised (beside …
- 13:48 Ticket #7378 (New method: $.fn.classlist()) created by
- Essentially, a jQuery method that wraps the brains of classList where …
- 09:39 Ticket #7377 ((Internet Explorer 9) IE9 returns cached GET response on POST) created by
- The latest IE9 Beta returns the response of GET request when you submit a …
- 09:36 Ticket #7376 (Setting backgroundColor with .css in 1.4.3) created by
- Noticed a Div stopped changing colors when I upgraded jQuery today. This …
- 07:38 Ticket #7375 (Allow custom easing functions with animate) created by
- I would like to make a jQuery plugin which would allow using cubic easing …
- 06:52 Ticket #7374 ((Google Chrome) ready Event is fired twice on back button.) created by
- On Google Chrome(version 7.0.517.41 and possible others) the ready event …
- 03:25 Ticket #6768 (Patch for ready() (Corrected submission)) closed by
- fixed: This was implemented in 1.4.3, not sure if it was based on this code or …
- 03:24 Ticket #6836 (Array incorrectly dealt as object breaking functionality of clone function ...) closed by
- fixed: This was fixed in 1.4.3
- 03:07 Ticket #7373 (find("select") method on version 1.4.3 doesn't work properly.) closed by
- duplicate
- 02:42 Ticket #7316 (draggable clone doesn't work, without clone works fine) closed by
- worksforme: If you want a separate draggable, apply it to the clone: …
- 01:51 Ticket #6462 (MERGE HTTP verb does not submit options.data in an ajax call) closed by
- fixed: Fixed in jQuery 1.4.3; GET and HEAD requests have their .data …
- 01:30 Ticket #7373 (find("select") method on version 1.4.3 doesn't work properly.) created by
- The find method doesn't work properly for searching <select> html items. …
- 01:21 Ticket #3951 (New /= regex filter) closed by
- invalid: In order to use native querySelectorAll in more cases, we need to avoid …
- 01:19 Ticket #7372 (find("select") on version 1.4.3 really works?) closed by
- invalid: This is not a useful report. Please use the [ http://forum.jquery.com …
- 01:12 Ticket #7372 (find("select") on version 1.4.3 really works?) created by
- Hi, Sorry if this is a repeated known issue, unfortunately I am in the …
- 01:05 Ticket #6612 (Support additional request types for caldav) closed by
- duplicate
- 00:03 Ticket #5299 (odd & even methods improvements) closed by
- wontfix: There is no effective performance difference between these two operations. …
11/01/10:
- 23:59 Ticket #7371 (Delay Execution of Eval Test) created by
- So that we don't throw errors due to CSP we should delay the script …
- 23:42 Ticket #7283 (jQuery 1.4.3 .css("width") gets scrollWidth) closed by
- worksforme: Based upon the improved test case posted by snover this is definitely the …
- 23:29 Ticket #7212 (1.4.3 find() doesn't find elements when selecting from a form) closed by
- fixed: Only change ID on nodes that don't already have an ID for rooted qSA. …
- 23:29 Changeset [62c83a764cdb3f6e7f6a9b696de1636570df19bf] by
-
- test/unit/selector.js
- 23:05 Ticket #7337 ("auto" keyword is coerced to empty string, breaking backward compatibility) closed by
- fixed: Make sure that accessing computed CSS for elements returns 'auto' instead …
- 23:04 Changeset [9d1bfeb7ffe63b5a7488929b7be847bc1a00f6a6] by
-
- src/css.js
- test/unit/css.js
- 22:23 Ticket #4785 ($.get() and $.post() ignore `type` when not passing `data`) closed by
- invalid: $.get and $.post do not have a type argument per your definition. They …
- 21:28 Ticket #1118 (Migrate AJAX setRequestHeader() to a mapping in ajaxSettings) closed by
- duplicate
- 21:27 Ticket #6002 (css("border-width")) closed by
- wontfix: With differing top, right, bottom, left widths you have to access the css …
- 21:18 Ticket #6694 (The selector $('input[type=date]') does not work in ie6) closed by
- invalid: HTML attributes are not the same as JavaScript properties. …
- 21:13 Ticket #5065 (add context argument to appendTo() etc.) closed by
- wontfix: See http://bugs.jquery.com/ticket/5065#comment:1
- 21:10 Ticket #4317 (die() kills events on similar elements) closed by
- worksforme: The reported issue no longer exists; http://jsfiddle.net/rwaldron/6b3fR/4/
- 21:00 Ticket #4717 (jQuery creates permanent failed state in Firefox when rapidly reloaded) closed by
- invalid
- 20:46 Ticket #6699 (Selector context issue on $("tag[attrname=value]", ctxnode)) closed by
- worksforme: Issue no longer exists; http://jsfiddle.net/rwaldron/QUFqr/1/
- 18:30 Ticket #7370 (IE 8 trim BUG) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Calling val with no …
- 17:41 Ticket #7359 (Cannot detect mouse position over a disabled field in Firefox) reopened by
- I'm changing this to an "enhancement" that is up for review.
- 17:39 Ticket #7369 ($('<div>ff</div>').closest('[attr]'); raises exception in all browsers) closed by
- invalid: You can't call closest() on a document fragment that hasn't actually been …
- 14:43 Ticket #7370 (IE 8 trim BUG) created by
- this code not work in ie , work fine under ff , chrome […]
- 14:00 Ticket #7369 ($('<div>ff</div>').closest('[attr]'); raises exception in all browsers) created by
- raises exceptions... […] does not raise exception... […] …
- 13:04 Ticket #7368 (Set index with index(number)) created by
- It would be nice if the index() method allowed you to set the index of the …
- 10:56 Ticket #7367 (jquery 1.4.3 multiple-selector on IE7 slow to a halt.) created by
- http://jsfiddle.net/godric/ZjTzy/ Simple, using multiple-selector to …
- 08:50 Ticket #7366 (Asynchronously loading scripts need special care with jQuery.fn.ready) created by
- Current implementation of jQuery.fn.ready is like this. […] When a …
- 05:44 Ticket #5395 (jQuery.ajax should append 'data' as url-encoded query params when for ...) closed by
- worksforme: I believe this has been fixed as of 1.4.4. Please reopen, with testcase, …
- 05:43 Ticket #5365 (.width() and .height() reports wrong lengths in Firefox 3.5 on Mac 10.5) closed by
- wontfix: I’m not sure what jQuery is supposed to do about this; if the browser is …
- 05:41 Ticket #5763 (Give Setter Functions Value As Argument) closed by
- worksforme: Seems to have been added at some point…
- 05:39 Ticket #5840 (ajax callbacks lose exceptions) closed by
- worksforme: test case works for me.
- 05:36 Ticket #5883 (:heading) closed by
- wontfix
- 05:35 Ticket #5931 (jQuery.parseJSON not working with single quotes) closed by
- invalid
- 05:35 Ticket #5731 (live("focus") lost) closed by
- duplicate
- 05:34 Ticket #5881 (document.title needs special handling in Internet Explorer) closed by
- wontfix: The correct way to set the title is to set document.title. Manipulating …
- 05:33 Ticket #5865 (Allow User To Specify A Reviver Function For Parsing JSON In AJAX Requests) closed by
- wontfix: json2.js manages to allow the use of a reviver, but I think the fact of …
- 05:30 Ticket #5932 (not work change event at first time.) closed by
- worksforme
- 05:30 Ticket #5686 ($.map is not consistent with $#each, $#map and $.each) closed by
- wontfix: There is no way to fix this and maintain backward-compatibility.
- 05:29 Ticket #5802 (Load function error) closed by
- worksforme
- 05:26 Ticket #5591 (Chrome event order is reversed) closed by
- worksforme
- 05:24 Ticket #5490 (Few fixes for release) closed by
- worksforme
- 05:21 Ticket #5585 (jQuery.ajax should support onInteractive callbacks (readyState == 3)) closed by
- duplicate
- 05:19 Ticket #5755 (Bug in IE6 (on double-margin float div after comment in body with ...) closed by
- worksforme
- 05:19 Ticket #5846 (slideToggle in Internet Explorer 6) closed by
- wontfix: This is almost certainly an artifact of adding layout to the element, and …
- 05:13 Ticket #7364 (ie8 toggle nested span) closed by
- invalid: The jQuery bug tracker is not a support forum. Please use the …
- 05:12 Ticket #7365 (IE9 Event Problem) closed by
- invalid: Thank you for your report, but this is not a jQuery bug. Please use the …
- 04:41 Ticket #7365 (IE9 Event Problem) created by
- in rtl page mouse is invert and move objects inverted;
- 02:46 Ticket #7364 (ie8 toggle nested span) created by
- only ie8 nested span <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 …
10/31/10:
- 21:41 Ticket #4908 (bad "display" attribute for table row when using effects) closed by
- duplicate
- 21:40 Ticket #5946 (Animated show of element with transparency looks bad in Internet Explorer) closed by
- wontfix: This is impossible to fix. The only way you can have an alpha-transparent …
- 21:37 Ticket #5646 (Long AJAX request takes all CPU on Chrome) closed by
- worksforme: Current versions of jQuery use onreadystatechange and do not poll.
- 21:35 Ticket #4766 (input:hidden bug (?)) closed by
- wontfix
- 21:28 Ticket #7363 (ajax() fails silently in callbacks -- "complete" callback never happens) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. You are responsible …
- 19:39 Ticket #7363 (ajax() fails silently in callbacks -- "complete" callback never happens) created by
- karl suggested this belongs in the bug tracker, so here it is: WRT …
- 18:28 Ticket #4961 ($('<style/>').append('styles') throws error in IE) closed by
- invalid
- 18:27 Ticket #6314 (Version 1.4.1 & 1.4.2 crash customizerd IE 7 when "native XMLHTTP support" ...) closed by
- worksforme: IE7 with native XMLHTTP support disabled works for me with current …
- 18:23 Ticket #4804 (Safari XHR bug -- returns 404 when 401 on synchronous calls.) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Furthermore, use of …
- 18:17 Ticket #5624 (.css('font-size') incorrect when Mozilla Firefox applies minimum font size) closed by
- invalid: If this is a bug, it’s a bug in Firefox, not jQuery.
- 09:20 Ticket #5176 (Inserted elements with unbalenced quotes become unselectable) closed by
- invalid: Don’t pass invalid HTML to jQuery. It’s invalid; it won’t work right.
- 09:18 Ticket #5860 (preventDefault() does not work in live('submit, ...) when triggered from ...) closed by
- worksforme: Works as expected in jQuery 1.4.2.
- 09:15 Ticket #6636 (When hiding a tr, they get pushed into a block before hidding.) closed by
- worksforme: This was resolved in 1.4.3.
- 09:13 Ticket #6697 (Navbar of *.jquery.com wrapping badly in Chrome stable (Ubuntu 9.10)) closed by
- wontfix: Please install msttcorefonts.
- 09:11 Ticket #6712 (Using return false to cancel 'bubbling' in live() handlers also prevents ...) closed by
- worksforme: This should work properly now. Please reopen this ticket with a test case …
- 08:55 Ticket #6376 (ajax() data parameter's array handling worked in 1.3.2 but not 1.4.2) closed by
- invalid: As per the jQuery.ajax documentation, …
- 08:44 Ticket #5670 (:visible broken in IE8 on element following a display:inline) closed by
- duplicate: This should be fixed in 1.4.3 and later.
- 08:42 Ticket #6776 (.attr issue with readonly and disable) closed by
- invalid: In HTML, the mere presence of an attribute is what determines whether or …
- 04:00 Ticket #7356 (.parents() method doesnt select ':first' parent) closed by
- duplicate: This doesn’t have anything to do with the .parents method.
- 02:09 Ticket #6737 (.attr() does not return "undefined" in IE6/7 for an undefined attribute) closed by
- wontfix: This is not a bug, please see post by dmethvin
- 01:35 Ticket #4590 (Querying element data (jQuery.data) as attributes) closed by
- wontfix: Use html5 data- attributes for queryable data.
- 01:31 Ticket #6800 ("ret" variable from liveHandler() (v1.4.3) leaks into global namespace) closed by
- worksforme
- 01:24 Ticket #4748 (selector strangeness) closed by
- worksforme: test case works for me. Looks like it …
- 01:14 Ticket #3450 (contains selector using non-breaking space doesn't work in IE7) closed by
- invalid: The ticket as described is invalid because :contains functions on text …
- 01:11 Ticket #7362 (position: absolute is lost when .stop() is used with .show('blind')) closed by
- invalid: blind is a jQuery UI effect. You need to report this in the …
- 01:06 Ticket #7354 (order of cloned modified elements mismatches) closed by
- wontfix: When nodes are disconnected, we can’t guarantee sort order. I’ll make sure …
- 01:06 Ticket #7362 (position: absolute is lost when .stop() is used with .show('blind')) created by
- Hello, $('#hoverme-stop').hover(function() { …
- 00:57 Ticket #7359 (Cannot detect mouse position over a disabled field in Firefox) closed by
- wontfix: Unfortunately, there really isn’t anything that jQuery can do about this. …
10/30/10:
- 23:24 Ticket #7355 (wrapInner has no effect on IE8) closed by
- invalid: thanks again jitter
- 19:49 Ticket #7361 ($elem.show() hides the elment) closed by
- worksforme: First, Your example is invalid. #test{ display:"none";} Should be: …
- 19:30 Ticket #7361 ($elem.show() hides the elment) created by
- I tried this code to show or hide the element but it does not work in …
- 19:27 Ticket #7360 (.val(undefined) returns jQuery obj instead of value) closed by
- wontfix: This is by design. See #4130.
- 18:27 Ticket #7357 (unable to redirect pagewith 1.4.3) closed by
- invalid: I second everything Jitter posted. Also you had a typo: "herf" !== "href"
- 16:54 Ticket #7360 (.val(undefined) returns jQuery obj instead of value) created by
- In jQuery 1.4.3 the 'val' function behaves inconsistently if an undefined …
- 14:25 Ticket #7359 (Cannot detect mouse position over a disabled field in Firefox) created by
- Seems I can't detect the mouseX or mouseY while over a disabled form …
- 14:06 Ticket #7358 (Error object needs to be added to class2type map) created by
- If you were to do anything like the following […] It would alert …
- 08:54 Ticket #7357 (unable to redirect pagewith 1.4.3) created by
- I am using successfully in up to 1.4.2 this code …
- 01:46 Ticket #7356 (.parents() method doesnt select ':first' parent) created by
- alert() returns 'undefined' in 1.4.3 and correct field value in 1.4.2 …
- 01:38 Ticket #7355 (wrapInner has no effect on IE8) created by
- demonstrates what I believe to be a bug with wrapInner and IE8. (The …
10/29/10:
- 22:36 Ticket #7348 (Current "set" of Matched Elements: jQuery.self or jQuery.last) closed by
- wontfix: Most of the code you’ve written for this example wouldn’t work properly …
- 22:14 Ticket #7354 (order of cloned modified elements mismatches) created by
- With more than 8 elements in the "orig"-div, jQuery mixes up the order in …
- 21:41 Ticket #7353 (Subsequent live event handlers can't be cancelled by returning false) closed by
- invalid
- 21:35 Ticket #4668 (new HTML5 input types not recognized by attr()) closed by
- worksforme: I'm seeing 100% pass in browsers that actually support these input types. …
- 20:53 Ticket #7344 (New "readyWait" logic and webkit don't get along) closed by
- duplicate: Sounds like #7352 is a duplicate of this - also has a test case. Will be …
- 20:21 Ticket #7353 (Subsequent live event handlers can't be cancelled by returning false) created by
- Documentation for live events says the following: "To stop further …
- 18:59 Ticket #6840 (.append() from iframe to top document) closed by
- duplicate
- 18:39 Ticket #4755 (Unable to match HTML nodes with $(n1).find("*").is(n2)) closed by
- worksforme
- 18:34 Ticket #7352 (Appending iframe on "ready" causes re-trigger of "ready") created by
- == What is affected (at least) == This happens (at least) with jQuery …
- 17:23 Ticket #4636 (Another next function. either: $().nextOf() or $().verynext(sel)) closed by
- wontfix: $('foo').next() does this. http://jsfiddle.net/rwaldron/WmLhE/
- 17:14 Ticket #4297 ([readonly="true"] for IE6 / [readonly=""] for Firefox) closed by
- invalid: readonly="readonly" is the valid usage.
- 17:10 Ticket #4275 (Annotate selectors with "!" to mean "must match") closed by
- invalid: ! is reserved for representing "not"
- 17:06 Ticket #3572 (Add array support to addClass/removeClass) closed by
- fixed: This has been implemented
- 17:05 Ticket #6485 (Solution for HTML5 in IE) closed by
- invalid
- 17:02 Ticket #3463 (serialize functions only for forms?) closed by
- invalid
- 16:46 Ticket #6785 (DOM mutation events can have text nodes as target) closed by
- duplicate
- 16:43 Ticket #5539 (Event target is wrong on DOMCharacterDataModified) closed by
- invalid: Thanks for that. I've further reduced the test here: …
- 16:32 Ticket #5326 (Cannot unbind mouseenter/mouseleave events using a 'namespace') closed by
- worksforme: Issue no longer exists; 1.4.4-git Tested with supported versions of: …
- 16:02 Ticket #6757 (Attempting to send an element as POST value hangs browser.) closed by
- invalid: jQuery does not support passing collections (which is what you are …
- 15:48 Ticket #4587 (Webkit not complying with simple selector) closed by
- fixed: 1.4.4-git Passes: Supported Versions; Chrome, Safari, FF, IE Note: IE …
- 14:48 Ticket #3435 (WebKit browsers can't find() using expression with escaped character) closed by
- fixed: This issue no longer exists - tested with attached test case files …
- 14:26 Ticket #7349 (bug in cleanData jquery-1.4.2.js line 4522) closed by
- fixed: Thanks jitter
- 12:14 Ticket #7351 (Cannot find element in form with "id" field) closed by
- duplicate
- 11:36 Ticket #7351 (Cannot find element in form with "id" field) created by
- A form contais a field named "id" and some other meaningless items. …
- 09:58 Ticket #7350 (ie9 append bug) created by
- Appending a stylesheet fails in IE9: $('head').append('<link …
- 09:17 Ticket #7349 (bug in cleanData jquery-1.4.2.js line 4522) created by
- I found an issue in in Internet explorer when unbinding events, the fix is …
- 06:38 Ticket #7348 (Current "set" of Matched Elements: jQuery.self or jQuery.last) created by
- I am constantly finding myself wanting to reference the current set of …
- 06:22 Ticket #4428 (SELECTOR doesn't work) closed by
- invalid: Your test case is using invalid HTML (for this particular problem) which …
- 06:18 Ticket #4463 (element selector doesn't work on Mac Safari) closed by
- worksforme: I've recreated your test case here …
- 06:14 Ticket #5078 (More Selector Strangeness) closed by
- duplicate
- 06:11 Ticket #4798 (Selecting descendants of something:last yields duplicates) closed by
- worksforme: I have recreated your test case here …
- 06:04 Ticket #4909 ($('<input />') is no longer :visible) closed by
- worksforme: If you use jQuery 1.4.3 and run your minimal test with it, you'll find …
- 05:39 Ticket #7334 (children) closed by
- invalid: Yes. Those two are not functionally equivalent, because the initial * …
- 05:22 Ticket #5010 (show() & hide() do not work on elements that have a hidden parent) closed by
- invalid: I went through this and figured out exactly which combinations work which …
- 04:12 Ticket #4637 (show(): style is mistakenly set in the first loop) closed by
- invalid: Changes over 1.4.2, 1.4.3, 1.4.4rc1 render this invalid
- 04:02 Ticket #3462 (Multinamespaced event handler bug) closed by
- invalid: No longer applicable. If this can still be reproduced, we will gladly …
- 04:00 Ticket #3484 (Better tests for classname) closed by
- invalid
- 03:52 Ticket #3592 (append() evaluates script tags with non-script types) closed by
- fixed: According to this: …
- 03:40 Ticket #3559 (IE: Cloning an element that contains an applet: Error: Object doesn't ...) closed by
- worksforme: Issue appears resolved; Thanks Mike for updating your test case with the …
- 02:55 Ticket #7347 (The bug in IE7 jquery1.4.2) created by
- Modify the parent window under a div img attribute cause div object …
- 02:35 Ticket #4676 (fadeTo, fadeIn and fadeOut does not fork correcty in FF3.0 and Chrome 2) closed by
- worksforme
- 02:30 Ticket #4676 (fadeTo, fadeIn and fadeOut does not fork correcty in FF3.0 and Chrome 2) reopened by
10/28/10:
- 22:18 Ticket #7346 ($('#id').html(data[i][2]); results in uncaught exception) created by
- used: jQuery JavaScript Library v1.4.3 on Win7/Mozilla Firefox 3.6.12 …
- 19:59 Changeset [e377621eaf85915b8459632cf2565e40e54d6c19] by
-
- src/effects.js
- 19:05 Ticket #7345 (Support relative values for $().css()) created by
- Pulled from: http://github.com/paulirish/lazyweb-requests/issues/issue/10 …
- 18:11 Ticket #7344 (New "readyWait" logic and webkit don't get along) created by
- The 1.4.3 "jQuery.ready" code differs from the 1.4.2 code. In particular, …
- 17:27 Ticket #7342 (.Show() and .Hide() produces wrong .css('display') value in firefox) closed by
- worksforme: This issue is not reproducing with 1.4.4rc? http://jsfiddle.net/d9uJS/1/
- 16:58 Changeset [6020b6bb38499e445e047f8a01de81f170ae20f5] by
-
- test/unit/css.js
- 13:02 Ticket #7343 (.offset() setter works incorrectly in Opera) created by
- Elements that have top: "auto" prior to calling .offset() are positioned …
- 08:32 Ticket #7342 (.Show() and .Hide() produces wrong .css('display') value in firefox) created by
- When using .hide() and .show() on a $('<a>') element, firefox sets display …
- 07:56 Ticket #7339 (Change title page) closed by
- wontfix: Use document.title.
- 07:34 Ticket #7341 (Slow .add() in IE) created by
- The .add()-function performance is significantly poorer in IE (7 & 8), …
- 06:06 Ticket #7340 (.focus() not triggering focusin event for .live binding (1.4.3)?) created by
- As demonstrated with this jsFiddle ( http://jsfiddle.net/yt7Jd/2/), the …
- 04:59 Ticket #5049 (Fading a pure black image in IE 6 causes white pixels to appear) closed by
- worksforme: This appears to be working fine for me in IE6 using your original test …
- 04:52 Ticket #5031 (height() returns 0 for children of hidden DIV (IE, Chrome, other brwsrs ...) closed by
- worksforme: Testing this using jQuery 1.4.3 [ http://jsfiddle.net/addyosmani/rhCmL/ …
- 04:49 Ticket #5027 (jquery failure when using prototype.js - getElementsByClassName, IE) closed by
- duplicate
- 04:44 Ticket #7339 (Change title page) created by
- Hello. We found a small jquery bug in IE. The essence of the bug: trying …
- 04:38 Ticket #5018 (Javascript Exectuion order when using replaceWith) closed by
- worksforme: With jQuery 1.4.3, I notice that the divs/html content actually appears to …
- 04:25 Ticket #5006 ($('iframe').attr('src') != $('iframe')[0].src) closed by
- worksforme: For the two cases submitted, ie $('iframe').attr('src') != …
- 04:15 Ticket #5002 ($.EACH utility LENGTH property bug) closed by
- duplicate
- 03:28 Ticket #7338 (remove() with lots of elements inside has gotten significantly slower ...) created by
- Starting with jQuery 1.4.3 I have noticed that .remove() on IE8 has become …
- 02:15 Ticket #7337 ("auto" keyword is coerced to empty string, breaking backward compatibility) created by
- In [53396b879bd29c090824da182e3cf69158829f82], when curCSS returns "auto", …
- 00:12 Ticket #7336 (CSS width and height of hidden elements is different in opera from all ...) created by
- I made a test case on jsfiddle and all …
10/27/10:
- 23:43 Ticket #7335 (JQuery 1.4.3 breaks flexbox rendering in Webkit?) created by
- Please see http://jsfiddle.net/Heerq/7/ using Chrome 7.0.x on Mac or …
- 23:11 Ticket #4676 (fadeTo, fadeIn and fadeOut does not fork correcty in FF3.0 and Chrome 2) closed by
- worksforme: Issue no longer exists http://jsfiddle.net/rwaldron/GPufL/1/
- 23:09 Ticket #4304 (failed test 64 (.text) on Chrome 1.0.154.48) closed by
- worksforme
- 23:03 Ticket #4394 (Jquery 1.3.2 (Sizzle) cannot use attribute selectors with an odd number of ...) closed by
- invalid: The best part is that the value of the second span'a title attr is "St. …
- 23:01 Ticket #7212 (1.4.3 find() doesn't find elements when selecting from a form) reopened by
- I that that back, it's the same phenomenon but not the same code/solution.
- 22:54 Ticket #7212 (1.4.3 find() doesn't find elements when selecting from a form) closed by
- duplicate
- 22:47 Ticket #4581 (don't work selector such as $('#some_id #another_id).anything) closed by
- worksforme: This issue (whatever that might've been) no longer exists …
- 22:40 Ticket #5073 (eq(n) has issues when spaces present) closed by
- invalid: Documented selector syntax does not purport the allowance of spaces in …
- 22:37 Ticket #5144 (Spaces in Selector) closed by
- invalid: Solution, delete spaces: $("input[id$='_txtInstituteName']")
- 22:34 Ticket #5343 (bugs in show/hide) closed by
- duplicate
- 22:33 Ticket #5347 (Function Parameter is Redeclared) closed by
- invalid: This error cannot be reproduced. Additionally, the codebase has changed.
- 22:30 Ticket #5393 (jquery.height() returns incorrect values in Google Chrome 3.0) closed by
- worksforme: No longer an issue http://jsfiddle.net/rwaldron/vHLGg/1/ Also - did you …
- 22:21 Ticket #5411 (Cannot use prototype methods for event handler) closed by
- invalid: The test case contained incorrect code to achieve the desired result. …
- 22:14 Ticket #5400 (attr(name), property of an object with dash/hyphen in name returns ...) closed by
- invalid: .attr() is designed for use with element attributes and properties, …
- 22:07 Ticket #5546 (find does not work with two sets of brackets in attribute selector) closed by
- worksforme: This issue no longer exists http://jsfiddle.net/rwaldron/GUwm8/1/
- 22:04 Ticket #7212 (1.4.3 find() doesn't find elements when selecting from a form) reopened by
- Please do not paste test code in tickets! …
- 22:04 Ticket #7324 (Jquery 1.4.3 bug ( id="id" or name="id" )) closed by
- duplicate
- 21:23 Ticket #7324 (Jquery 1.4.3 bug ( id="id" or name="id" )) reopened by
- Confirmed; http://gyazo.com/c9668e7a95d2b7459be705fc0c6b4953.png
- 19:23 Ticket #7334 (children) created by
- The selector (* > *) behaves differently than $().children().children() I …
- 19:06 Ticket #7333 (bug report) created by
- hi, i meet a bug when testing my codes . the codes go below: …
- 19:04 Ticket #6437 (AJAX IE error "Object doesn't support this property or method") reopened by
- In light of the new information that daflip posted can we reevaluate this …
- 18:54 Ticket #7332 (.data() without args doesn't work with HTML data- attributes) closed by
- duplicate
- 18:47 Ticket #7332 (.data() without args doesn't work with HTML data- attributes) created by
- Now that HTML5 data- attributes are in the core, those values should be …
- 18:35 Ticket #7331 (Problem with .hide().show()) closed by
- fixed: Calling .hide().show() on a stylesheet-hidden element wasn't bringing it …
- 18:35 Changeset [6e7a4e73a2d821fd2a7b71e080b9284909af1596] by
-
- src/effects.js
- test/unit/effects.js
- 18:34 Ticket #7331 (Problem with .hide().show()) created by
- See: http://jsfiddle.net/JYFuV/2/ and: …
- 18:34 Ticket #7330 (Jquery wont down load properly) closed by
- worksforme: I've just checked and you can successfully download jQuery from the …
- 18:15 Ticket #7330 (Jquery wont down load properly) created by
- Hello, JQuery is not downloading correctly for me. I am on a MAC. But …
- 18:03 Ticket #6879 (Add custom comparator to inArray) closed by
- wontfix: inArray is an implementation of the ES5 spec, if I recall correctly. I …
- 17:28 Ticket #6256 (IE8 AJAX GET request fails due to unexpected call to abort handler) closed by
- duplicate: This is a duplicate (notably of a newer bug), but since that one was …
- 15:58 Ticket #7329 (Error in DatePicker with Chile - Santiago GMT) closed by
- invalid: Please note that this bug tracker is for issues to do with jQuery core …
- 15:52 Ticket #7329 (Error in DatePicker with Chile - Santiago GMT) created by
- This line doesn't work correctly when you use Chile - Santiago - GMT on …
- 15:49 Ticket #7328 (Should data-foo-bar be accessible via .data( 'fooBar' ) as well as .data( ...) closed by
- wontfix: I disagree - and intentionally did not implement this functionality. …
- 15:19 Ticket #7328 (Should data-foo-bar be accessible via .data( 'fooBar' ) as well as .data( ...) created by
- I was looking at …
- 15:06 Ticket #7324 (Jquery 1.4.3 bug ( id="id" or name="id" )) closed by
- duplicate
- 15:05 Ticket #7325 (pls help in the general query of this log and its basic simplest purpose ...) closed by
- invalid: From the sounds of it, you're requesting information about what particular …
- 13:42 Ticket #7326 (Line 372 & 375 of 1.4.3) closed by
- worksforme: This was already fixed in the latest nightlies.
- 13:10 Ticket #7327 (jQuery animate passes fixed firstNum, diff to easing function) created by
- jQuery.animete uses easing function with firstNum, diff always set to 0,1: …
- 11:59 Ticket #7326 (Line 372 & 375 of 1.4.3) created by
- clone is set to be a global variable; I don't think this is intentional.
- 10:23 Ticket #7325 (pls help in the general query of this log and its basic simplest purpose ...) created by
- /* * jQuery JavaScript Library v1.3.2 * http://jquery.com/ * * …
- 07:44 Ticket #7324 (Jquery 1.4.3 bug ( id="id" or name="id" )) created by
- If id="id" or name="id" then .find() fails. <script …
- 05:24 Ticket #6470 (Inconsistencies when escaping characters in selector for <script> element) closed by
- duplicate: Having dug deeper into #7128, I too am quite sure that it's the same issue …
- 05:17 Ticket #7232 (jquery 1.4.3 buged this small script) closed by
- worksforme: Looking at the test case, I understood what was being explained but the …
- 04:11 Ticket #7323 (Allow removing multiple data keys at once with $.fn.removeData) created by
- I just saw some code in Wijmo that had a string of chained removeData() …
- 02:10 Ticket #4493 (hide( ) method with nested elements (IE7)) closed by
- invalid: This bug is due to incorrectly formatted HTML. Were you to include, as …
- 01:42 Ticket #4489 (Chrome bug on elements selection (Sizzle)) closed by
- worksforme: Issue no longer exists: http://jsfiddle.net/rwaldron/gM3Xf/1/
- 01:26 Ticket #4194 (show() sometimes uses wrong display type) closed by
- fixed: Issue no longer exists: http://jsfiddle.net/rwaldron/YDhwb/2/
- 01:23 Ticket #4227 ($.extend erratic behavior with objects that have a length property) closed by
- worksforme: Additional testing: http://jsfiddle.net/rwaldron/nqnBr/2/ I don't think …
- 01:06 Ticket #4335 ($(window).height() / Safari 3.0.x / jQuery 1.3.x incorrect value) closed by
- duplicate
- 00:29 Ticket #6866 (Feature request for removeCSS) closed by
- wontfix: I don’t see any use case for this that is not already addressed in jQuery.
- 00:27 Ticket #6873 (Incorrect cross-site XHR detecting) closed by
- duplicate
- 00:21 Ticket #4064 (jQuery animations fail without firebug) closed by
- invalid: I’m sorry, how is this a jQuery bug? You are trying to access a property …
10/26/10:
- 23:35 Ticket #7275 (jQuery.fn.find() returns no results in Firefox for forms that contain ...) closed by
- duplicate
- 23:34 Ticket #7275 (jQuery.fn.find() returns no results in Firefox for forms that contain ...) reopened by
- 23:30 Ticket #5154 (function for using post with load) reopened by
- I guess I didn't realize that it HAD to be a post. In that case, take a …
- 21:58 Ticket #7322 (basic filter pseudo-selectors function strangely when used with .parents) created by
- Color-prefixed selectors always search 'down' the DOM tree (toward …
- 21:44 Ticket #7315 ($.fn.show fails to show element if element hidden with style rule) closed by
- fixed: For .show() with no arguments, only set display of elements in the second …
- 21:37 Changeset [6ab402dced3339d24ad007ecf3a6c3f5af3e7610] by
-
- src/effects.js
- test/unit/effects.js
- 20:34 Ticket #4155 ($(window).width() and $(window).height() incorrect in Safari/Webkit) closed by
- worksforme: http://jsfiddle.net/rwaldron/d3yWm/1/ http://jsfiddle.net/snover/fUfeU/ …
- 20:13 Ticket #7320 (jQuery.now enhancement) closed by
- wontfix: Seeing as how new Date().getTime() can be called at least 3 million times …
- 20:13 Ticket #4306 (children selector error in opera) reopened by
- 20:10 Ticket #4179 (no focus event in iframe, opera) reopened by
- 20:04 Ticket #4367 (Can not clone attributes in opera) reopened by
- 19:57 Ticket #7321 ($(document).width() body is null) closed by
- worksforme: Since you didn’t provide a test case, all I can do is confirm that this …
- 18:59 Ticket #4367 (Can not clone attributes in opera) closed by
- invalid: Please reopen with a working test case.
- 18:58 Ticket #4306 (children selector error in opera) closed by
- invalid: Please reopen with a working test case.
- 18:34 Ticket #2576 (css( name, value ) problem with opera 9.26) closed by
- worksforme: Works for me using latest jQuery.
- 18:33 Ticket #3465 (Fade effects cuts end of words on Opera with letter-spacing style added) closed by
- invalid: Closing as invalid, as there is no test case. Please reopen if you still …
- 18:32 Ticket #3530 (JQuery does not work on Opera Mobile 9,5) closed by
- invalid: jQuery proper doesn't claim mobile browser support. jquerymobile.com is …
- 18:31 Ticket #3608 (css(propname) glitch on Opera) closed by
- worksforme: Using your test case, and updating to the latest jQuery, this works in …
- 18:27 Ticket #3994 ($('#id1 > div') does not work correct in Opera 9.27) closed by
- worksforme: Working in latest builds. http://jsfiddle.net/6aMtv/
- 18:26 Ticket #2129 (nightly builds aren't being built) closed by
- invalid: The nightlies have been replaced with jQuery Git. …
- 18:22 Ticket #4179 (no focus event in iframe, opera) closed by
- invalid: Closing as invalid. Please reopen with a working testcase.
- 18:22 Ticket #4217 (load event fails on frameset in Opera) closed by
- duplicate
- 18:21 Ticket #5185 (Setting "cursor" CSS property to null causes MSIE to request "null" file ...) closed by
- wontfix: Closing as null is not a valid value for the cursor property.
- 18:14 Ticket #4478 (jsonp not working in ie6) closed by
- duplicate
- 18:14 Ticket #4583 (Offset doesn't work correctly in Opera) closed by
- invalid: Can you reopen with a working testcase? Closing as invalid for now.
- 18:11 Ticket #2109 (Adding xhtml+xml capabitlity to ajax load()) closed by
- duplicate
- 18:10 Ticket #4700 (Tests #25 and #26 fail in jQuery test suite, in Opera 9.64 (Mac)) closed by
- worksforme
- 18:09 Ticket #5044 (Problem with js redirect when using getJSON) closed by
- duplicate
- 18:07 Ticket #4821 (Normalise keyboard events for all browsers) closed by
- invalid: The forum is really a better place to have this discussion …
- 18:05 Ticket #4927 (Wrong ClientX/ClientY calculating in FF < 1.9, Opera > 9.27 and IE) closed by
- invalid: Closing as invalid. Please reopen with a working testcase. Thanks!
- 17:59 Ticket #5121 (jQuery fires DOMContentLoaded during initialization in FF2 & Opera 9.27) closed by
- invalid: Please reopen with a testcase.
- 17:59 Ticket #5156 (Empty JSON response) closed by
- duplicate
- 17:58 Ticket #5207 (iexplorer & Opera bug with swf's sliding in &sliding out) closed by
- invalid: I don't see any sliding .swfs at www.seniorict.com, and the Flash version …
- 17:54 Ticket #5541 (hide() does not hide inputs in opera9 when [content:''] is applied to them) closed by
- wontfix: Closing as this is fixed in Opera 10+. You could probably write an Opera …
- 17:49 Ticket #5811 ($("#id").load doesn't work in opera and firefox) closed by
- invalid: Closing as invalid as this test-case isn't really usable. Please feel free …
- 17:33 Ticket #7321 ($(document).width() body is null) created by
- using $(document).width() in IE 8, get " 'body' is null or not an object" …
- 17:26 Ticket #6788 (getWH is a function declared as a statement) closed by
- invalid: getWH() is a function declaration on line 269 of src/css.js
- 15:19 Ticket #7320 (jQuery.now enhancement) created by
- Date.now is faster than (new Date()).getTime() in supporting browsers. …
- 15:11 Ticket #7319 (IE: event.pageX and event.pageY not using scroll if element belongs to a ...) created by
- I ran into an issue in IE where the pageX and pageY were not being …
- 14:56 Ticket #7318 (Support Closure Compiler ADVANCED_OPTIMIZATIONS) created by
- If I paste jQuery minified code to the top of my JS file and my code to …
- 14:32 Ticket #6471 (XHR request sometimes throw an error when it is aborted in IE8) closed by
- duplicate
- 13:49 Ticket #7317 (Expose: jQuery.cloneCopyEvent(orig, ret)) created by
- This could certainly be useful to end developers
- 13:17 Ticket #7313 (Can't get input object with same id in different forms) closed by
- invalid: Closing; DOM elements may not share an id value in the same document.
- 13:15 Ticket #7314 (Trying to animate a VML element in IE throws error) closed by
- invalid: Closing this ticket. jQuery makes no claims to being capable of animating …
- 13:13 Ticket #7316 (draggable clone doesn't work, without clone works fine) created by
- <script src="jquery-1.4.3.min.js"></script> <script …
- 11:45 Ticket #7315 ($.fn.show fails to show element if element hidden with style rule) created by
- If an element is hidden using a style rule and you call show: …
- 10:46 Ticket #7314 (Trying to animate a VML element in IE throws error) created by
- When trying to animate position of a vml element in IE I get "Object …
- 10:18 Ticket #7313 (Can't get input object with same id in different forms) created by
- When in IE7 or IE6, I can't get a input value with same id. My sample code …
- 07:57 Ticket #7312 (add class does not work for multiple calls) created by
- Hi jQuery team. First of all, i very much like the job that you are doing …
- 03:45 Ticket #7310 (document ready fires twice in FireFox) closed by
- duplicate
- 03:26 Changeset [7066bb384bb4b6e91dac787642f616a4dbc475e5] by
-
- src/event.js
- 03:25 Changeset [a68a85ad09dc79cb2a7ea8b6abd1f880f218277c] by
-
- src/ajax.js
- src/event.js
- test/unit/ajax.js
- 03:05 Ticket #4893 (jQuery test suite fails in Opera) closed by
- worksforme: Opera 9.64 (and later versions) pass all core tests in the current repo.
- 02:48 Ticket #5432 (Voting on Trac) closed by
- fixed: We've got voting now, thanks to Colin Snover.
- 02:45 Ticket #5637 (Boolean (and Empty) Attribute Selectors Fail) closed by
- wontfix: Closing since there is a valid workaround. :'( If anyone cares to reopen …
- 02:39 Ticket #5650 (jquery-latest.js not being regenerated) closed by
- wontfix: An up-to-date build can be grabbed for testing purposes at …
- 01:20 Ticket #7311 (Blur() callback is not issued if the focus is changed from form.submit() ...) created by
- Make a simple page with two inputs - #first and #second - and a Submit …
- 01:04 Ticket #5803 (Set JSONP dataType is jsonpCallback is used) reopened by
- I backed out that patch due to possible problems with the implementation.
- 00:54 Changeset [de58db0cdf4dc08db8683ad6cd0035c5d64b26ac] by
-
- src/ajax.js
- test/unit/ajax.js
- 00:17 Ticket #7310 (document ready fires twice in FireFox) created by
- In FireFox 3.6.11 and jquery-1.4.3 The document ready function fires …
Note: See TracTimeline
for information about the timeline view.
