Timeline
Nov 4, 2010:
- 10:40 PM Ticket #6417 (Script tags behave oddly when added to the document) closed by
- duplicate
- 10:25 PM Ticket #4345 (add isDescendantOf and isAncestorOf) closed by
- fixed: http://api.jquery.com/jQuery.contains/
- 10:22 PM Ticket #4128 (live function doesn't work on current elements) closed by
- worksforme: Works in 1.3.2 all the way up to the current version.
- 10:20 PM Ticket #3004 (cache option for getScript) closed by
- wontfix: This is trivially easy to do by appending a random number to the url, …
- 10:17 PM Ticket #4306 (children selector error in opera) closed by
- worksforme: Thanks jitter!
- 10:10 PM Ticket #6458 (jQuery html(text) parses the javascript code out of its level) closed by
- duplicate
- 10:07 PM Ticket #6479 (.load() not using right context) closed by
- duplicate
- 10:05 PM Ticket #6484 (data attribute overwrited in new node creation) closed by
- fixed: Fixed in 1.4.3, with this commit: …
- 9:53 PM Ticket #7359 (Cannot detect mouse position over a disabled field in Firefox) closed by
- wontfix: A plugin seems like a great way to fix this, thanks jason_lau!
- 7:50 PM Ticket #4887 (DOMSubtreeModified triggers twice when using jQuery.fn.html()) closed by
- wontfix: Mutation Events are not documented as supported by jQuery. In fact - …
- 7:45 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) reopened by
- 7:44 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) closed by
- wontfix: To clarify, my cases are meant to show proven, tested workaround to …
- 7:43 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) reopened by
- 7:28 PM Ticket #7406 (Infinite loop in IE6 using option:selected) created by
- In IE 6 (Service Pack 3): [yeh, I'd like to drop support for it too] …
- 7:17 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) closed by
- worksforme: Per addyosmani request, a third method: …
- 7:10 PM Ticket #7405 (jQuery.onReady fires before IE is ready to look at document.namespaces) closed by
- worksforme: Tested in IE 6, 7, 8 http://jsfiddle.net/rwaldron/25xUX/3/ …
- 6:58 PM Ticket #7405 (jQuery.onReady fires before IE is ready to look at document.namespaces) created by
- Problem comes up in Openlayers and is documented here: …
- 6:50 PM Ticket #3950 ($("select option[value='']") fails) closed by
- worksforme: This is no longer an issue http://jsfiddle.net/rwaldron/tHGqR/1/
- 6:21 PM Ticket #7404 (getScript does not wait until code has finished executing before ...) closed by
- worksforme: Tested: * FF3.0.12,3.6.12,4b6 (sorry, no 3.6.3) * Chrome 5,6,7,8 * …
- 6:13 PM Ticket #7404 (getScript does not wait until code has finished executing before ...) created by
- $.getScript("mylib.js", function() { thingFromMyLib(); }); Result: …
- 6:12 PM Ticket #6715 (ie7 won't select [disabled='disabled']) closed by
- worksforme: Tested FF3.0.12,3.6.11,4b6 Chrome5,6,7,8 Safari5 IE6,7,8 Opera10.60 …
- 5:49 PM Ticket #7403 (Animate shows odd behavior with negative values over 9,999) closed by
- duplicate
- 4:48 PM Ticket #7403 (Animate shows odd behavior with negative values over 9,999) created by
- In jQuery 1.4.3 (and not in 1.4.2) I'm seeing an odd behavior when …
- 4:05 PM Ticket #7398 (tds[0] does not exist) closed by
- worksforme: Closing as per reporter request, and due to lack of a reproducible …
- 2:16 PM Ticket #7401 (Quoteless HREF attribute selectors followed by .live() fail to execute ...) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The selector you …
- 2:13 PM Ticket #7402 (In IE --> $.ajax shows textStatus=parsererror and TypeError: Object ...) closed by
- invalid: The bug tracker is not a support forum. Please use the …
- 12:54 PM Ticket #7402 (In IE --> $.ajax shows textStatus=parsererror and TypeError: Object ...) created by
- hi, tried to use the following code. This works fine with Firefox and …
- 12:40 PM Ticket #7401 (Quoteless HREF attribute selectors followed by .live() fail to execute ...) created by
- Beginning with jQuery 1.4.3 and still in 1.4.4 rc2, the selector …
- 11:36 AM Ticket #7400 (Setting CSS opacity in IE to an element showing PNG image with ...) created by
- This problem occurs in any 1.3.x and and 1.4.x release. The black …
- 6:17 AM Ticket #7399 (Animate Padding to Zero) created by
- The '.animate()' for padding always starts from zero pixel padding. A …
- 5:42 AM Ticket #7398 (tds[0] does not exist) created by
- I get the following error warning in firebug using the lastest version …
- 12:02 AM Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) created by
- I just upgraded from 1.4.2 to 1.4.3, and it looks like a bug similar …
Nov 3, 2010:
- 11:58 PM Ticket #7396 ($(window).bind is undefine) created by
- $(window) will lost the property bind sometimes.
- 10:36 PM Ticket #7395 (css() and the dimensions functions broken) created by
- The dimensions functions …
- 8:32 PM Ticket #7394 (http://docs.jquery.com/Category:Manipulation Database error) closed by
- duplicate
- 8:31 PM Ticket #5407 (fadeOut Fails When an Element Has float:left) closed by
- worksforme: Reproducible with 1.3.2 but not with 1.4.
- 7:00 PM Ticket #7393 (Elements hidden before appended to the DOM can't be shown) closed by
- fixed: Limit the scope of the CSS 'auto' change to just height/width. Fixes …
- 7:00 PM Changeset [a4df694]1.12-stable2.2-stablekillphp by
- 6:59 PM Changeset [d947895]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/effects.js
- 6:57 PM Changeset [3e38a86]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/effects.js
- 6:34 PM Ticket #7369 ($('<div>ff</div>').closest('[attr]'); raises exception in all browsers) reopened by
- Seems like it should be possible to use
.closest()
on … - 6:24 PM Ticket #7394 (http://docs.jquery.com/Category:Manipulation Database error) created by
- link to this page creates a database error
- 6:17 PM Ticket #7393 (Elements hidden before appended to the DOM can't be shown) created by
- Worked before:
[…]
It works if
hide()
is called after the … - 6:11 PM Ticket #7385 ([web][plugins] Spam as Plugin) closed by
- fixed: I deleted the laptopbattery plugin despite my benchmarks showing a …
- 6:08 PM Ticket #7386 ([web][plugins] Issues - Page not found) closed by
- fixed: I removed the broken link from the left sidebar menu.
- 5:30 PM Ticket #6621 (urlFilter function on the omgrequire branch incorrectly handle namespaces) closed by
- wontfix: omgrequire is not maintained.
- 5:28 PM Ticket #6589 (jQuery.ajax Browser History Enhancement) closed by
- wontfix: Most people don’t require their AJAX requests to be stateful, and …
- 5:25 PM Ticket #6512 (can't unset CSS property clip in IE) closed by
- invalid: Thanks for the report, but this is not a jQuery bug.
null
is not a … - 5:16 PM Ticket #7391 (ajax async:false does not properly block in IE7/IE8) closed by
- wontfix: Hi KingKaeru, unfortunately, this is an issue specific to the browser. …
- 4:46 PM Ticket #7392 (ajax async:false does not properly block in IE7/IE8) closed by
- duplicate
- 4:43 PM Ticket #7392 (ajax async:false does not properly block in IE7/IE8) created by
- jQuery ajax requests do not appear to be blocking properly when async …
- 4:43 PM Ticket #7391 (ajax async:false does not properly block in IE7/IE8) created by
- jQuery ajax requests do not appear to be blocking properly when async …
- 3:46 PM Changeset [335e0a3]1.12-stable2.2-stablekillphp by
- version.txt
- 3:46 PM Changeset [4d7f745]1.12-stable2.2-stablekillphp1.4.4rc2 by
- version.txt
- 3:39 PM Changeset [fb44450]1.12-stable2.2-stablekillphp by
- src/css.js
- 1:42 PM Ticket #3930 (Make sure .load() callbacks for images are always called) closed by
- wontfix: Having spent an extreme amount of time and effort with peol trying to …
- 1:36 PM Ticket #5983 (Add in load event support for images) closed by
- duplicate
- 1:35 PM Ticket #7390 (Chrome7: window.open blocked on synchronous ajax call) closed by
- invalid: Thanks for the report, but this is not a bug in either product. …
- 12:26 PM Ticket #6754 (a.find(b) produces bad selector if a or b have grouped selectors) closed by
- invalid: OK. I think I see what these guys are pointing out. The .selector …
- 12:02 PM Ticket #7390 (Chrome7: window.open blocked on synchronous ajax call) created by
- I've noticed a bug appeared in jquery-1.4.js Basicly, chrome always …
- 10:52 AM Ticket #7389 (change .selector property into .selectors array) created by
- I'm just throwing this out there, but based on questions I've received …
- 10:12 AM Ticket #7387 ([web] Link to jQuery nightly) closed by
- fixed
- 10:00 AM Ticket #7383 (error on web site) closed by
- duplicate
- 9:18 AM Ticket #7384 (Error with IE7 and jQuery 1.4.3 only) closed by
- duplicate: In the future, please follow the …
- 8:19 AM Ticket #7388 (hoverintent + superfish no more working with 1.4.3 & 1.4.4 rc) created by
- works ok with jquery 1.4.2 (and lower) when using jquery 1.4.3 , the …
- 7:16 AM Ticket #7387 ([web] Link to jQuery nightly) created by
- I think several links in [http://docs.jquery.com/How_to_Report_Bugs …
- 7:00 AM Ticket #7386 ([web][plugins] Issues - Page not found) created by
- On plugins.jquery.com main page, under "Navigation" page "Issues" is …
- 6:57 AM Ticket #7385 ([web][plugins] Spam as Plugin) created by
- Pleae remove spam added as plugin. …
- 6:39 AM Ticket #7384 (Error with IE7 and jQuery 1.4.3 only) created by
- Hello everyone. I have found a bug who occurs with the jQuery 1.4.3 …
- 12:17 AM Ticket #7383 (error on web site) created by
- http://docs.jquery.com/Validation causes the following error message: …
Nov 2, 2010:
- 11:33 PM Ticket #6426 (Problem with jQuery, IE 8 and overflow:auto) closed by
- wontfix: If you are satisfied with that solution, I will close this.
- 10:39 PM Ticket #6696 (Delegate does not work with child selector "> *") closed by
- invalid: This is because technically, '> *' is an invalid css selector. You …
- 9:49 PM Ticket #4431 (Change the jQuery expando prefix to data-jquery) closed by
- invalid: I hadn't had a chance to re-read the data-* attrs portion of the spec, …
- 9:47 PM Ticket #6468 (Pass data into custom filters) closed by
- wontfix: I took a quick look at this and it isn't that straightforward to add. …
- 9:24 PM Ticket #7380 (.slideToggle <span> WebKit browsers OS X does not slide up) closed by
- worksforme: Thanks for the report, but this is not a jQuery bug. In 1.4.3 jQuery …
- 9:21 PM Ticket #7377 ((Internet Explorer 9) IE9 returns cached GET response on POST) closed by
- invalid: This is a bug in a beta product. We aren’t going to do anything to …
- 9:16 PM Ticket #5526 (can't remove "border" element style in IE) closed by
- invalid: The original reporter never provided a response. In general the …
- 9:11 PM Ticket #6081 (delay an event) closed by
- invalid: Essentially this is like a debouncing operation on a button, and …
- 5:06 PM Ticket #7379 (Hover function on disabled input doesn't work) closed by
- duplicate
- 3:13 PM Ticket #7382 (CSS selector [class!=invalid] not working) closed by
- fixed: Further reduced for readability: http://jsfiddle.net/rwaldron/ThcbG/2/
- 2:08 PM Ticket #7381 (.live binding of form submit event does not work in IE versions < 9) closed by
- worksforme: Thanks Jitter
- 1:52 PM 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 "!=" …
- 1:51 PM Ticket #4785 ($.get() and $.post() ignore `type` when not passing `data`) closed by
- duplicate
- 1:51 PM Ticket #4785 ($.get() and $.post() ignore `type` when not passing `data`) reopened by
- 12:08 PM 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 …
- 10:11 AM 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 …
- 10:04 AM 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 …
- 9:48 AM Ticket #7378 (New method: $.fn.classlist()) created by
- Essentially, a jQuery method that wraps the brains of classList where …
- 5:39 AM 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 …
- 5:36 AM Ticket #7376 (Setting backgroundColor with .css in 1.4.3) created by
- Noticed a Div stopped changing colors when I upgraded jQuery today. …
- 3:38 AM Ticket #7375 (Allow custom easing functions with animate) created by
- I would like to make a jQuery plugin which would allow using cubic …
- 2:52 AM 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 …
Nov 1, 2010:
- 11:25 PM 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 …
- 11:24 PM Ticket #6836 (Array incorrectly dealt as object breaking functionality of clone ...) closed by
- fixed: This was fixed in 1.4.3
- 11:07 PM Ticket #7373 (find("select") method on version 1.4.3 doesn't work properly.) closed by
- duplicate
- 10:42 PM 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: …
- 9:51 PM 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
… - 9:30 PM 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 …
- 9:21 PM Ticket #3951 (New /= regex filter) closed by
- invalid: In order to use native querySelectorAll in more cases, we need to …
- 9:19 PM 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 …
- 9:12 PM 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 …
- 9:05 PM Ticket #6612 (Support additional request types for caldav) closed by
- duplicate
- 8:03 PM Ticket #5299 (odd & even methods improvements) closed by
- wontfix: There is no effective performance difference between these two …
- 7:59 PM Ticket #7371 (Delay Execution of Eval Test) created by
- So that we don't throw errors due to CSP we should delay the script …
- 7:42 PM 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 …
- 7:29 PM 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. …
- 7:29 PM Changeset [62c83a7]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 7:05 PM 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' …
- 7:04 PM Changeset [9d1bfeb7]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 6:23 PM 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. … - 5:28 PM Ticket #1118 (Migrate AJAX setRequestHeader() to a mapping in ajaxSettings) closed by
- duplicate
- 5:27 PM Ticket #6002 (css("border-width")) closed by
- wontfix: With differing top, right, bottom, left widths you have to access the …
- 5:18 PM Ticket #6694 (The selector $('input[type=date]') does not work in ie6) closed by
- invalid: HTML attributes are not the same as JavaScript properties. …
- 5:13 PM Ticket #5065 (add context argument to appendTo() etc.) closed by
- wontfix: See http://bugs.jquery.com/ticket/5065#comment:1
- 5:10 PM Ticket #4317 (die() kills events on similar elements) closed by
- worksforme: The reported issue no longer exists; http://jsfiddle.net/rwaldron/6b3fR/4/
- 5:00 PM Ticket #4717 (jQuery creates permanent failed state in Firefox when rapidly reloaded) closed by
- invalid
- 4:46 PM Ticket #6699 (Selector context issue on $("tag[attrname=value]", ctxnode)) closed by
- worksforme: Issue no longer exists; http://jsfiddle.net/rwaldron/QUFqr/1/
- 2:30 PM Ticket #7370 (IE 8 trim BUG) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Calling
val
… - 1:41 PM 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.
- 1:39 PM 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 …
- 10:43 AM Ticket #7370 (IE 8 trim BUG) created by
- this code not work in ie , work fine under ff , chrome […]
- 10:00 AM Ticket #7369 ($('<div>ff</div>').closest('[attr]'); raises exception in all browsers) created by
- raises exceptions... […] does not raise exception... […] …
- 9:04 AM Ticket #7368 (Set index with index(number)) created by
- It would be nice if the index() method allowed you to set the index of …
- 6:56 AM 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 …
- 4:50 AM Ticket #7366 (Asynchronously loading scripts need special care with jQuery.fn.ready) created by
- Current implementation of jQuery.fn.ready is like this. […] When …
- 1:44 AM 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 …
- 1:43 AM 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 …
- 1:41 AM Ticket #5763 (Give Setter Functions Value As Argument) closed by
- worksforme: Seems to have been added at some point…
- 1:39 AM Ticket #5840 (ajax callbacks lose exceptions) closed by
- worksforme: test case works for me.
- 1:36 AM Ticket #5883 (:heading) closed by
- wontfix
- 1:35 AM Ticket #5931 (jQuery.parseJSON not working with single quotes) closed by
- invalid
- 1:35 AM Ticket #5731 (live("focus") lost) closed by
- duplicate
- 1:34 AM 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
. … - 1:33 AM 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 …
- 1:30 AM Ticket #5932 (not work change event at first time.) closed by
- worksforme
- 1:30 AM 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.
- 1:29 AM Ticket #5802 (Load function error) closed by
- worksforme
- 1:26 AM Ticket #5591 (Chrome event order is reversed) closed by
- worksforme
- 1:24 AM Ticket #5490 (Few fixes for release) closed by
- worksforme
- 1:21 AM Ticket #5585 (jQuery.ajax should support onInteractive callbacks (readyState == 3)) closed by
- duplicate
- 1:19 AM Ticket #5755 (Bug in IE6 (on double-margin float div after comment in body with ...) closed by
- worksforme
- 1:19 AM Ticket #5846 (slideToggle in Internet Explorer 6) closed by
- wontfix: This is almost certainly an artifact of adding layout to the element, …
- 1:13 AM Ticket #7364 (ie8 toggle nested span) closed by
- invalid: The jQuery bug tracker is not a support forum. Please use the …
- 1:12 AM Ticket #7365 (IE9 Event Problem) closed by
- invalid: Thank you for your report, but this is not a jQuery bug. Please use …
- 12:41 AM Ticket #7365 (IE9 Event Problem) created by
- in rtl page mouse is invert and move objects inverted;
Oct 31, 2010:
- 10:46 PM Ticket #7364 (ie8 toggle nested span) created by
- only ie8 nested span <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 …
- 5:41 PM Ticket #4908 (bad "display" attribute for table row when using effects) closed by
- duplicate
- 5:40 PM 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 …
- 5:37 PM Ticket #5646 (Long AJAX request takes all CPU on Chrome) closed by
- worksforme: Current versions of jQuery use onreadystatechange and do not poll.
- 5:35 PM Ticket #4766 (input:hidden bug (?)) closed by
- wontfix
- 5:28 PM 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 …
- 3:39 PM 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 …
- 2:28 PM Ticket #4961 ($('<style/>').append('styles') throws error in IE) closed by
- invalid
- 2:27 PM Ticket #6314 (Version 1.4.1 & 1.4.2 crash customizerd IE 7 when "native XMLHTTP ...) closed by
- worksforme: IE7 with native XMLHTTP support disabled works for me with current …
- 2:23 PM 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 …
- 2:17 PM 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.
- 5:20 AM 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.
- 5:18 AM Ticket #5860 (preventDefault() does not work in live('submit, ...) when triggered ...) closed by
- worksforme: Works as expected in jQuery 1.4.2.
- 5:15 AM Ticket #6636 (When hiding a tr, they get pushed into a block before hidding.) closed by
- worksforme: This was resolved in 1.4.3.
- 5:13 AM Ticket #6697 (Navbar of *.jquery.com wrapping badly in Chrome stable (Ubuntu 9.10)) closed by
- wontfix: Please install msttcorefonts.
- 5:11 AM Ticket #6712 (Using return false to cancel 'bubbling' in live() handlers also ...) closed by
- worksforme: This should work properly now. Please reopen this ticket with a test …
- 4:55 AM Ticket #6376 (ajax() data parameter's array handling worked in 1.3.2 but not 1.4.2) closed by
- invalid: As per [http://api.jquery.com/jQuery.ajax/ the jQuery.ajax …
- 4:44 AM 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.
- 4:42 AM Ticket #6776 (.attr issue with readonly and disable) closed by
- invalid: In HTML, the mere presence of an attribute is what determines whether …
- 12:00 AM Ticket #7356 (.parents() method doesnt select ':first' parent) closed by
- duplicate: This doesn’t have anything to do with the
.parents
method.
Oct 30, 2010:
- 10:09 PM 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
- 9:35 PM Ticket #4590 (Querying element data (jQuery.data) as attributes) closed by
- wontfix: Use html5
data-
attributes for queryable data. - 9:31 PM Ticket #6800 ("ret" variable from liveHandler() (v1.4.3) leaks into global namespace) closed by
- worksforme
- 9:24 PM Ticket #4748 (selector strangeness) closed by
- worksforme: test case works for me. Looks like …
- 9:14 PM 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 … - 9:11 PM 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 … - 9:06 PM Ticket #7354 (order of cloned modified elements mismatches) closed by
- wontfix: When nodes are disconnected, we can’t guarantee sort order. I’ll make …
- 9:06 PM Ticket #7362 (position: absolute is lost when .stop() is used with .show('blind')) created by
- Hello, $('#hoverme-stop').hover(function() { …
- 8:57 PM 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 …
- 7:24 PM Ticket #7355 (wrapInner has no effect on IE8) closed by
- invalid: thanks again jitter
- 3:49 PM Ticket #7361 ($elem.show() hides the elment) closed by
- worksforme: First, Your example is invalid. #test{ display:"none";} Should be: …
- 3:30 PM 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 …
- 3:27 PM Ticket #7360 (.val(undefined) returns jQuery obj instead of value) closed by
- wontfix: This is by design. See #4130.
- 2:27 PM Ticket #7357 (unable to redirect pagewith 1.4.3) closed by
- invalid: I second everything Jitter posted. Also you had a typo: "herf" !== "href"
- 12:54 PM Ticket #7360 (.val(undefined) returns jQuery obj instead of value) created by
- In jQuery 1.4.3 the 'val' function behaves inconsistently if an …
- 10:25 AM 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 …
- 10:06 AM 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 …
- 4:54 AM Ticket #7357 (unable to redirect pagewith 1.4.3) created by
- I am using successfully in up to 1.4.2 this code …
Oct 29, 2010:
- 9:46 PM 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 …
- 9:38 PM Ticket #7355 (wrapInner has no effect on IE8) created by
- demonstrates what I believe to be a bug with wrapInner and IE8. (The …
- 6:36 PM 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 …
- 6:14 PM Ticket #7354 (order of cloned modified elements mismatches) created by
- With more than 8 elements in the "orig"-div, jQuery mixes up the order …
- 5:41 PM Ticket #7353 (Subsequent live event handlers can't be cancelled by returning false) closed by
- invalid
- 5:35 PM 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 …
- 4:53 PM 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 …
- 4:21 PM 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 …
- 2:59 PM Ticket #6840 (.append() from iframe to top document) closed by
- duplicate
- 2:39 PM Ticket #4755 (Unable to match HTML nodes with $(n1).find("*").is(n2)) closed by
- worksforme
- 2:34 PM Ticket #7352 (Appending iframe on "ready" causes re-trigger of "ready") created by
- == What is affected (at least) == This happens (at least) with jQuery …
- 1:23 PM Ticket #4636 (Another next function. either: $().nextOf() or $().verynext(sel)) closed by
- wontfix: $('foo').next() does this. http://jsfiddle.net/rwaldron/WmLhE/
- 1:14 PM Ticket #4297 ([readonly="true"] for IE6 / [readonly=""] for Firefox) closed by
- invalid: readonly="readonly" is the valid usage.
- 1:10 PM Ticket #4275 (Annotate selectors with "!" to mean "must match") closed by
- invalid: ! is reserved for representing "not"
- 1:06 PM Ticket #3572 (Add array support to addClass/removeClass) closed by
- fixed: This has been implemented
- 1:05 PM Ticket #6485 (Solution for HTML5 in IE) closed by
- invalid
- 1:02 PM Ticket #3463 (serialize functions only for forms?) closed by
- invalid
- 12:46 PM Ticket #6785 (DOM mutation events can have text nodes as target) closed by
- duplicate
- 12:43 PM Ticket #5539 (Event target is wrong on DOMCharacterDataModified) closed by
- invalid: Thanks for that. I've further reduced the test here: …
- 12:32 PM 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: …
- 12:02 PM 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 …
- 11:48 AM Ticket #4587 (Webkit not complying with simple selector) closed by
- fixed: 1.4.4-git Passes: Supported Versions; Chrome, Safari, FF, IE Note: …
- 10:48 AM 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 …
- 10:26 AM Ticket #7349 (bug in cleanData jquery-1.4.2.js line 4522) closed by
- fixed: Thanks jitter
- 8:14 AM Ticket #7351 (Cannot find element in form with "id" field) closed by
- duplicate
- 7:36 AM Ticket #7351 (Cannot find element in form with "id" field) created by
- A form contais a field named "id" and some other meaningless items. …
- 5:58 AM Ticket #7350 (ie9 append bug) created by
- Appending a stylesheet fails in IE9: $('head').append('<link …
- 5:17 AM 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 …
- 2:38 AM 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 …
- 2:22 AM Ticket #4428 (SELECTOR doesn't work) closed by
- invalid: Your test case is using invalid HTML (for this particular problem) …
- 2:18 AM Ticket #4463 (element selector doesn't work on Mac Safari) closed by
- worksforme: I've recreated your test case here …
- 2:14 AM Ticket #5078 (More Selector Strangeness) closed by
- duplicate
- 2:11 AM Ticket #4798 (Selecting descendants of something:last yields duplicates) closed by
- worksforme: I have recreated your test case here …
- 2:04 AM 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 …
- 1:39 AM Ticket #7334 (children) closed by
- invalid: Yes. Those two are not functionally equivalent, because the initial * …
- 1:22 AM 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 …
- 12:12 AM 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
- 12:02 AM Ticket #3462 (Multinamespaced event handler bug) closed by
- invalid: No longer applicable. If this can still be reproduced, we will gladly …
- 12:00 AM Ticket #3484 (Better tests for classname) closed by
- invalid
Oct 28, 2010:
- 11:52 PM Ticket #3592 (append() evaluates script tags with non-script types) closed by
- fixed: According to this: …
- 11:40 PM Ticket #3559 (IE: Cloning an element that contains an applet: Error: Object ...) closed by
- worksforme: Issue appears resolved; Thanks Mike for updating your test case with …
- 10:55 PM Ticket #7347 (The bug in IE7 jquery1.4.2) created by
- Modify the parent window under a div img attribute cause div object …
- 10:35 PM Ticket #4676 (fadeTo, fadeIn and fadeOut does not fork correcty in FF3.0 and Chrome 2) closed by
- worksforme
- 10:30 PM Ticket #4676 (fadeTo, fadeIn and fadeOut does not fork correcty in FF3.0 and Chrome 2) reopened by
- 6:18 PM 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 …
- 3:59 PM Changeset [e377621e]1.12-stable2.2-stablekillphp by
- src/effects.js
- 3:05 PM Ticket #7345 (Support relative values for $().css()) created by
- Pulled from: …
- 2:11 PM 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 …
- 1:27 PM 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/
- 12:58 PM Changeset [6020b6b]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 9:02 AM Ticket #7343 (.offset() setter works incorrectly in Opera) created by
- Elements that have top: "auto" prior to calling .offset() are …
- 4:32 AM 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 …
- 3:56 AM Ticket #7339 (Change title page) closed by
- wontfix: Use
document.title
. - 3:34 AM Ticket #7341 (Slow .add() in IE) created by
- The .add()-function performance is significantly poorer in IE (7 & 8), …
- 2:06 AM 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 …
- 12:59 AM 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 …
- 12:52 AM Ticket #5031 (height() returns 0 for children of hidden DIV (IE, Chrome, other ...) closed by
- worksforme: Testing this using jQuery 1.4.3 [http://jsfiddle.net/addyosmani/rhCmL/ …
- 12:49 AM Ticket #5027 (jquery failure when using prototype.js - getElementsByClassName, IE) closed by
- duplicate
- 12:44 AM Ticket #7339 (Change title page) created by
- Hello. We found a small jquery bug in IE. The essence of the bug: …
- 12:38 AM Ticket #5018 (Javascript Exectuion order when using replaceWith) closed by
- worksforme: With jQuery 1.4.3, I notice that the divs/html content actually …
- 12:25 AM Ticket #5006 ($('iframe').attr('src') != $('iframe')[0].src) closed by
- worksforme: For the two cases submitted, ie $('iframe').attr('src') != …
- 12:15 AM Ticket #5002 ($.EACH utility LENGTH property bug) closed by
- duplicate
Note: See TracTimeline
for information about the timeline view.