Timeline
01/22/09:
- 22:12 Ticket #3967 ([validate] dependTypes[string] error and fix) created by
- line#671 in dependTypes original: return !!$(param, …
- 21:11 Ticket #3966 (Event doesn't get attached to all newly created elements when element is ...) created by
- I am creating a new div and assigning a mouseover event to it. I am then …
- 20:22 Ticket #3965 (serialize bug in IE) created by
- when using .serialize(), if any input in your selection has an ID of …
- 20:02 Ticket #3964 (Multiple click events fire on a single click) created by
- I'm not sure if this is a jQuery issue or an ASP.NET AJAX issue. I have …
- 19:59 Ticket #3963 (change function with IE) created by
- specifically with IE7, the change event doesn't seem to fire till i click …
- 19:36 Ticket #3962 ($.getScript leaks in IE) created by
- I've found and fixed a small memory leak in the jQuery 1.2.6 codebase that …
- 19:24 Ticket #3961 (XML selector doesnt work as it should, in IE6) created by
- Here is the example to explain http://pastebin.com/m4d396434 It works …
- 19:10 Ticket #3960 (Additional $.support property to detect IE6) created by
- In order to transition away from $.browser to $.support, people are going …
- 17:15 Ticket #3959 (How jQuery Works page links all broken by demo link.) created by
- http://docs.jquery.com/How_jQuery_Works is broken. The "demo" code from …
- 17:11 Ticket #3958 ($('.someclass[initialized!=1]') fails in 1.3; works in 1.2) created by
- Say i have several elements with class='someclass' and they DON'T have …
- 15:29 Ticket #3957 (endless loop in jquery.post) created by
- If you call jquery.post in a success callback for an earlier jquery.post …
- 15:23 Ticket #3956 (serializeArray() return a empty array) created by
- In little form serializeArray() work. But when tu form is big, …
- 15:09 Ticket #3955 (JavaScript error in new API browser for Event Handling 'bind' function) created by
- Using the online API browser at http://api.jquery.com/ use the menu to …
- 14:29 Ticket #3954 (Attribute selector in IE (at least)) created by
- Using [name='foo'] gives no results. Using [name = 'foo'] gives correct …
- 13:22 Ticket #3953 (val() on select isn't correct... ?) created by
- In the jQuery libray there's the next code (line 462 of jQuery 1.3.1) : …
- 12:22 Ticket #3952 (Cross document error in $.clone for !$.support.noCloneEvent browsers) created by
- Cloning a node in a child iframe document results in an error on browsers …
- 12:01 Ticket #3951 (New /= regex filter) created by
- A regex attribute filter that might be very useful for xml data search. …
- 10:50 Ticket #3950 ($("select option[value='']") fails) created by
- $("select option[value=]").addClass("highlight") This fails on 1.3.1 …
- 08:06 Ticket #3949 (filter is not a function) created by
- In jquery-1.3.1.js, one of my scripts fails (where it didn't in 1.2.6) …
- 05:37 Ticket #3948 (wrap() throws NS_ERROR_DOM_HIERARCHY_REQUEST_ERR exception) created by
- wrapping an element in the document tree throws an exception in Firefox …
- 05:06 Ticket #3947 (Selectors with "$" symbol) created by
- I have ran into this problem where I was using the a star rating plugin …
- 02:58 Ticket #2400 (error message: event.type has no properties) closed by
- invalid: The changes to jQuery 1.3 events have mooted this, I think.
- 02:42 Ticket #3923 (.css('background-image') returns different result for in ie and the others) closed by
- invalid: See the W3C: http://www.w3.org/TR/CSS21/syndata.html#uri Quoting is …
- 01:42 Changeset [2ff3e49279744ecd099693fa5b7faeb14ca301d8] by
-
- version.txt
- 01:42 Ticket #3936 (Documentation for isFunction should specify what it works for) closed by
- fixed: I did some edits to the page. …
- 00:30 Changeset [8b79ea13656727e2449807a812dd0fd8c2783aad] by
-
- version.txt
- 00:29 Changeset [5143ecbc58cb669095b0c53ca355e00aea988db5] by
-
- src/selector.js
- 00:11 Changeset [b438d8391613d4f66f2c2bbaa89b944b93f3c9ee] by
-
- test/unit/selector.js
01/21/09:
- 23:57 Ticket #3946 (Some UI effects fail in 1.3) created by
- In upgrading to 1.3 I noted that several of the UI effects (such as bounce …
- 23:56 Changeset [68b49cf4273ce500e2666616771e2731c6833bca] by
-
- src/selector.js
- 23:51 Ticket #2859 (Datepicker 3.4.3 'change' commits changes to all datepickers) closed by
- fixed: Fixed. Change should only affect the targetted controls.
- 23:49 Ticket #2074 (datepicker does not display correctly using blueprint css framework) closed by
- wontfix: No further response
- 23:48 Ticket #2236 (First day of week bug) closed by
- fixed: Fixed.
- 23:43 Ticket #2898 (numberOfMonths) closed by
- fixed: Fixed - width calculation was incorrect.
- 23:42 Ticket #2155 (Range select and disabled dates) closed by
- fixed: Fixed.
- 23:41 Ticket #2876 (DatePicker: selectors don't fire any event.) closed by
- fixed: onChangeMonthYear added and passes new year and month (1-12) as …
- 23:33 Changeset [58a17e6e6d57d0ba71acfcb36f7da4fcacfbeeae] by
-
- src/selector.js
- 23:31 Changeset [d45f19394866c3006b5cca733d31417395b703e6] by
-
- src/selector.js
- test/unit/selector.js
- 23:19 Ticket #3945 (#id returns nothing in XML documents) closed by
- fixed: Fixed in SVN rev [6151].
- 23:19 Changeset [7d9d2105406fe7fcdc196df860ca155c3e4c8453] by
-
- src/selector.js
- test/unit/selector.js
- 23:17 Ticket #3945 (#id returns nothing in XML documents) created by
- Also, [name=foo] errors out in IE on an XML document. See: …
- 23:00 Ticket #3840 (Class name selector broken with capital letters on Safari Version 3.1.2 ...) closed by
- fixed: Fixed in SVN rev [6150].
- 22:57 Changeset [f9a584972365bda0631116ec6fe07df9b6f9c372] by
-
- src/selector.js
- test/index.html
- test/unit/selector.js
- 22:36 Ticket #3884 ([name!=val] failing) closed by
- fixed: Fixed in SVN rev [6149].
- 22:36 Changeset [9b3804a8eca6ce04dd48fbfcc157c8d176a25397] by
-
- src/selector.js
- test/unit/selector.js
- 22:12 Ticket #3944 (Browser freeze with jQuery 1.3 and Firebug) created by
- I've recently started using the latest 1.3.0 release in a javascript-heavy …
- 22:02 Ticket #3924 ((nth/first/last)-child selector bug) closed by
- fixed: Thanks for the test case, I just fixed this in SVN rev [6147].
- 22:01 Changeset [626961c4a54cccaae0ecef81f2058cd0888611cc] by
-
- src/selector.js
- test/unit/selector.js
- 21:47 Ticket #3874 (timeout appears to have problems) closed by
- fixed: While that patch did resolve this specific issue, it caused the test suite …
- 21:46 Changeset [00b70c75278896495365e25f0327af4a1b61acce] by
-
- src/ajax.js
- 21:08 Ticket #3943 (Parsing xml from hiddenField) created by
- Hi, First, Thanks for the help. I am storing xml in a hidden field which …
- 20:41 Ticket #3942 (Width/height animation bug in IE6/IE7 in quirck mode) created by
- The problem: In IE6 or IE7 in quirks mode (i.e.:with no …
- 17:50 Ticket #3941 (jQuery 1.3.0 and current SVN pack versions $('select').val() returns ...) created by
- The packed version val() method seems broken. Following code (with …
- 15:15 Ticket #3940 (after() and before() fail after newly created jquery elements) created by
- I have notice that the after() and before() functions fail after a …
- 13:50 Ticket #3939 (IE7 Line 3427 (jQuery 1.3 rev6104) xhr.readyState is null or not an object) created by
- Shows only in IE7. I think this bug shows because one crucial check is …
- 13:08 Ticket #3938 (Construction $(selector,context) in Safari browser) created by
- In Safari 3.1.2 (525.21) on Windows construction …
- 12:47 Ticket #3937 (Problems with mozzila firefox and slideDown) created by
- I am using slideDow to show a simple div named "celulaDetalhes". But, when …
- 12:07 Ticket #3936 (Documentation for isFunction should specify what it works for) created by
- This is very easy to fix, I guess. I think it would be useful if the …
- 09:52 Ticket #3935 (No mouseenter event if Fx when moving mouse through block with scroll) created by
- Fx 2 and 3 have bug: https://bugzilla.mozilla.org/show_bug.cgi?id=463644 …
- 08:26 Ticket #3934 (Bug on closing IE7 with jQuery 1.3) created by
- Almost always when I close IE7, an error throws (in remove function) …
- 07:46 Ticket #3933 (Empty attribute selectors) created by
- $("[value=]") or $("[value=]") returns unfilled form elements in 1.2.6, …
- 04:19 Ticket #3932 (If an AJAX POST request receives a 301 response, data is not re-POSTed to ...) created by
- I found this with help from Firebug, and get identical results in Safari …
- 02:46 Ticket #3931 (class selector issue (not id... class)) created by
- Below code should hide the NEXT "div" layer contained inside a div layer …
01/20/09:
- 23:24 Ticket #3930 (Make sure .load() callbacks for images are always called) created by
- It seems that jQuery should perform similar magic when "load" handlers …
- 23:14 Ticket #3906 (Live() generates duplicate click events if it's contained within an each() ...) closed by
- wontfix: That's correct. As of right now .live() doesn't support contexts passed in …
- 23:10 Ticket #3910 (Incorrect selection when searching form elements) closed by
- worksforme: I can't duplicate this. Please make sure that you're using a non-packed …
- 20:56 Ticket #3929 (.css() will change margin-left value only once in Opera 9) created by
- Example site: http://brianfreud.info:3000/ Code: …
- 20:18 Ticket #3888 (:not selector doesn't work anymore) closed by
- duplicate: Duplicate of #3814.
- 20:13 Ticket #3905 (Infinite loop with selector expression "*:not(.ELEM-CLASS) ...) closed by
- duplicate: This is a duplicate of #3837.
- 20:11 Ticket #3907 (poor performance in jquery-1.3 comparing to jquery-1.2.6) closed by
- wontfix: Yep, this is known. Some selectors in 1.3 are slower, some are faster. In …
- 20:06 Ticket #3912 (selectors don't work properly) closed by
- worksforme: I'm going to need a test case here. It works in all of my tests. Make sure …
- 20:03 Ticket #3915 (CSS :not selector fails on IE and FF) closed by
- duplicate: Yeah, this is a duplicate of #3837.
- 20:01 Ticket #3921 (Selector bug using "parent > child") closed by
- duplicate
- 20:00 Ticket #3922 (Attribute Selectors Don't Work E[@attr=value]) closed by
- invalid
- 19:59 Ticket #3926 (jQuery 1.3 DOESN'T work in firefox extensions...!) closed by
- duplicate: Duplicate of #3870.
- 19:58 Ticket #3927 (selector.js in svn currently missing ';' so can't be packed (with fix)) closed by
- fixed: Fixed in SVN rev [6145].
- 19:58 Changeset [db10da345e84e86d66a613e33e97916a7facb94f] by
-
- src/selector.js
- 19:47 Changeset [0468e31bf703815f2d145877280b71e9eadaf6f0] by
-
- src/selector.js
- 19:44 Ticket #3928 (input[name^="types["] Selctor Fails) closed by
- fixed: Fixed in SVN rev [6143].
- 19:44 Changeset [aa7616cf9aac1692a483165144a42cde9a3169e0] by
-
- src/selector.js
- test/index.html
- test/unit/selector.js
- 19:43 Ticket #3928 (input[name^="types["] Selctor Fails) created by
- In jQuery 1.3 the selector input[name="types["] fails.
- 17:33 Ticket #3847 (RemoveClass with null parameter throws error) closed by
- fixed: Fixed in SVN rev [6142].
- 17:33 Changeset [cd28922b78a91c530c509638294fe3fac9c361f3] by
-
- src/core.js
- test/unit/core.js
- 17:25 Changeset [a78557472ce1c2cdf7db01a13fcc8591f3fdcfb0] by
-
- src/event.js
- test/unit/event.js
- 16:20 Ticket #3927 (selector.js in svn currently missing ';' so can't be packed (with fix)) created by
- line 834: } should be }; This: return Sizzle.filter( later, tmpSet ); } …
- 16:01 Ticket #3833 (live() does not work for a non-existent id selector) closed by
- fixed: Fixed in SVN rev [6140].
- 16:00 Changeset [28a1f022233585cf40ae727d7d8334665a495e61] by
-
- src/core.js
- test/unit/core.js
- 15:47 Ticket #3864 (Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7 jquery-1.3.js (line ...) closed by
- fixed: Excellent - thank you! Fixed in SVN rev [6139].
- 15:46 Changeset [7647cebc3929337d1e77069c8620158dcf84ff20] by
-
- src/offset.js
- 14:56 Ticket #3926 (jQuery 1.3 DOESN'T work in firefox extensions...!) created by
- When used in a firefox extension it doesn't work. 1.2.6 is working. …
- 13:56 Ticket #3925 (.data not work text nodes in IE 6/7) created by
- IE 6/7 doesn't allow custom properties in text nodes so ie throw "Object …
- 13:55 Ticket #3924 ((nth/first/last)-child selector bug) created by
- Manipulating the dom after *-child selector may break sequent *-child …
- 12:00 Ticket #3923 (.css('background-image') returns different result for in ie and the others) created by
- .css('background-image') returns: url(host/folder/file) in ff3.1 and …
- 10:30 Ticket #3922 (Attribute Selectors Don't Work E[@attr=value]) created by
- There's a 1.3 bug with the selector-by-attribute technique like: Let's …
- 06:26 Ticket #3921 (Selector bug using "parent > child") created by
- please see attachment
- 06:20 Ticket #3920 (Inconsistency and problem with serializeArray() between jquery.min.js and ...) created by
- Hi, Took me a little while to nut down this problem, but it appears there …
- 04:08 Ticket #2468 (html() funtion of jQuery does't work correctly in ie) closed by
- worksforme: This is because the oops.txt has a BOM (Byte Order Mark) and IE can't seem …
- 03:53 Ticket #3280 (.css('background-color', '#') Throws JS Error in IE) closed by
- invalid
- 03:46 Ticket #3801 ([treeview] Calling $("#treeMenu").treeview() mutiple times on the same ...) closed by
- invalid: Please use the plugins site issue tracking for plugin specific issues. …
- 03:17 Ticket #3288 (attr('href') does not return a string in IE6) closed by
- fixed: This is working with 1.3
- 03:09 Ticket #3639 (empty value when clone file input field in IE) closed by
- wontfix: This is a limitation of cloning most form elements in IE and we are unable …
- 03:07 Ticket #3145 (Black background - IE7 alpha PNG & jQuery fade animation) closed by
- wontfix: This is unfortunately a limitation of Internet Explorers handling of …
- 03:04 Ticket #3162 (Typo in clone function causes error in IE) closed by
- invalid: It looks correct as-is; "this" is the original elements and clone is the …
- 02:55 Ticket #3742 (offset() uses parseInt which rounds down decimal numbers) closed by
- fixed: This is actually fixed in jQuery 1.3
- 02:45 Ticket #3860 ($(document).scrollTop()) closed by
- worksforme: I'm unable to reproduce this issue. Please feel free to reopen the ticket …
- 02:18 Ticket #3919 (google hosted jquery is not gzipped) created by
- I know this is a google issue, not a jquery website issue, but i'm sure …
- 02:06 Ticket #3763 (attr() function's nodeType filtering isn't comprehensive) closed by
- invalid: jQuery does not support changes to Object.prototype. The additional Object …
- 00:31 Ticket #3911 (Css method cannot set style property for element in memory in IE 6 & 7) closed by
- invalid: There is no display : hidden, I think you meant display : none. Your …
01/19/09:
- 23:33 Changeset [4e7d565e50b4705f1daed7100937591330af34c4] by
-
- test/unit/core.js
- 23:22 Changeset [9db710a15665f0fa32e3e3b20a65c3ad94966f8e] by
-
- test/unit/core.js
- 23:17 Changeset [04977b8ea2f9cbf786ae244a8b47aed67e37df7f] by
-
- src/core.js
- 23:04 Ticket #3870 (Cannot use jQuery 1.3 in XUL pages) closed by
- fixed: This should be fixed now in jQuery rev [6135].
- 23:04 Changeset [679998283570ce9fbbe310a9f37169c20e871ef4] by
-
- src/selector.js
- 22:50 Ticket #3918 (show()/hide() do not work on the <col> tag in firefox) created by
- show()/hide() do not work on th <col> tag in firefox. They do work in IE, …
- 22:27 Ticket #3886 (Selector *= broken in Safari 3.2 and Chrome 1.0) closed by
- worksforme: I can't duplicate this on my end. If you can come up with a good test case …
- 22:20 Ticket #3843 (the timeStamp property is sometimes not consistent in Firefox) closed by
- fixed: Fixed at [6132].
- 22:20 Changeset [735d44f6df67767bc04a0f135ffad0369f71a26f] by
-
- src/event.js
- 21:57 Changeset [82e8d11c12f160fbf07a8faef5931c2f7a364a6a] by
-
- src/selector.js
- 21:40 Ticket #3916 (.attr('tabindex') returns wrong value for non-link anchors) closed by
- fixed: Landed in SVN rev [6130].
- 21:40 Changeset [96152559e0e2fa1afc70f8994e664f5805aebad5] by
-
- src/core.js
- test/index.html
- test/unit/core.js
- 21:17 Ticket #3858 (weird jQuery 1.3 ajax difference in behavior) closed by
- wontfix: Thanks for all your comments and thoughts on this issue. At least for now, …
- 19:40 Ticket #3917 (input maxLength property/attribute is not consistent) created by
- The example I found was trying to get the "maxlength" attribute from a …
- 19:00 Ticket #3916 (.attr('tabindex') returns wrong value for non-link anchors) created by
- When an anchor or area element does not have an href and does not have a …
- 18:56 Ticket #3896 (Content type application/xhtml+xml in Firefox broken in FF 3) closed by
- fixed: Fixed in SVN rev [6129].
- 18:56 Changeset [d6e541426d10b335fa3b6b481ae591ede977c480] by
-
- src/selector.js
- 18:14 Changeset [1d513efd3c399800b42902cf920ad83be233276c] by
-
- test/xhtml.php
- 18:09 Changeset [8e8d7ade434de3d79cc6145f370866f297a07b54] by
-
- src/selector.js
- test/index.html
- test/unit/selector.js
- 16:48 Ticket #3915 (CSS :not selector fails on IE and FF) created by
- Using the next line causes an infinite loop on FF3 and IE7, works on …
- 15:28 Ticket #3914 ($.merge) created by
- Doesn't work properly in 1.2.6: var args = [1, 2, 3]; var appendArgs = …
- 15:04 Ticket #3913 (problem with jquery 1.3 selector) created by
- Hi, I have an element with id 'd+tile', it is not possible to select that …
- 14:50 Ticket #3912 (selectors don't work properly) created by
- selector [attribute*=value] doesn't find elements.. checked on Firefox …
- 14:07 Ticket #3861 (.live('click', function) conflicts with mousedown event) reopened by
- this must be bug, because if I use "bind('click', ...)" it work only with …
- 10:38 Ticket #3911 (Css method cannot set style property for element in memory in IE 6 & 7) created by
- When an element is created in memory, and before it is drawn on the …
- 09:25 Ticket #3910 (Incorrect selection when searching form elements) created by
- When selecting on a form containing 'select' elements, i.e: <form> …
- 02:39 Ticket #3909 (The event "select" does not work in IE7) created by
- Even the example provided in official docs does not work in IE7: …
- 01:44 Ticket #3908 (find only returns 1 element) closed by
- worksforme: Using jQuery 1.3 (what you've said you're using), your test code returns …
01/18/09:
- 20:02 Ticket #1540 (Percentage-improvements use non-standard calculations) closed by
- invalid
- 17:53 Ticket #3908 (find only returns 1 element) created by
- performing the following only returns 1 element: var test = $('<li><div …
- 14:43 Ticket #2867 (tabTemplate global replace) closed by
- fixed
- 13:33 Ticket #3907 (poor performance in jquery-1.3 comparing to jquery-1.2.6) created by
- http://www.finereport.com/jquerytest/jquery-1.2.6.html construct ul:4129 …
- 13:30 Changeset [cde93dc547dc5f65df86a3da036677aa53e660e2] by
-
- build.xml
- build/ant-contrib-0.6.jar
- 13:04 Changeset [2f536b3d4d6864994cc88ea72638e06609bc12d1] by
-
- build.xml
- build/build/version.js
- 11:38 Ticket #3884 ([name!=val] failing) reopened by
- It's different between in IE6 and in other.
- 07:47 Ticket #3906 (Live() generates duplicate click events if it's contained within an each() ...) created by
- My apologies if this is a duplicate or invalid ticket, of if I'm just …
- 06:30 Ticket #3881 (some easing throws error in IE or invalid CSS in FF3) reopened by
- I just checked 1.2.6, and this behavior appears in both versions. As far …
- 05:55 Ticket #3905 (Infinite loop with selector expression "*:not(.ELEM-CLASS) ...) created by
- I recently upgraded from jQuery 1.2.6 to jQuery 1.3 and one of my plugins …
- 04:14 Ticket #1849 (Ajax functions problems with caching in IE) closed by
- invalid: Just use cache : false in the options.
- 04:10 Ticket #1706 (Query by "id" - performance improvement) closed by
- fixed: Added in jQuery 1.3
- 04:09 Ticket #2495 (The page allignment is disturbed) closed by
- fixed
- 04:08 Ticket #1755 (jQuery UI problem with drag and drop on Safari) closed by
- invalid: If this bug is still present, please file a ticket on the UI tracker: …
- 04:06 Ticket #2824 (the demo on the Tabs -> Options page doesn't work) closed by
- fixed: this appears to be fixed now.
- 04:06 Ticket #1653 (Standardize UI libraries (and plugins) to use jQuery() vs $()) closed by
- fixed: Agreed, and the documentation recommends doing that. …
- 04:02 Ticket #1583 (Update to Packer 3.1) closed by
- fixed
- 03:59 Ticket #896 (PRE scrollbars eat up content area in IE7) closed by
- fixed: this has been dealt with.
- 03:56 Ticket #1031 (jquery.com + IE + javascript disabled = dropped right column) closed by
- fixed: this bug referred to the old homepage's design
- 03:55 Ticket #2388 (Searching for tickets reported by me errs) closed by
- fixed: this should be fixed now.
- 03:54 Ticket #1582 (the application is slow after some time of use) closed by
- invalid: This is most likely a memory leak in bgiframe or jdMenu.
- 03:53 Ticket #1487 (Manual viewing bug) closed by
- fixed
- 03:47 Ticket #1426 (Gracefully fail in IE < 6) closed by
- invalid: You can surround the jQuery script include and the ready handler code with …
- 03:43 Ticket #1286 ("Getting Started with jQuery" tutorial out of date) closed by
- fixed
- 03:37 Ticket #1305 (The doc about $.map function is wrong) closed by
- fixed
- 03:34 Ticket #1281 (interface documentation) closed by
- fixed
- 03:33 Ticket #1249 (Normalizing borderWidth in ideal situations) closed by
- invalid: I have needed borderWidth values for two plugins, and both times I've …
- 03:15 Ticket #944 ($().trigger + event propogation) closed by
- fixed: Works as desired in jQuery 1.3!
- 03:11 Ticket #894 (Mask e-mail addresses in bug report pages) closed by
- fixed: Email addresses are no longer displayed in the bug tracker.
- 02:37 Ticket #3171 (wrap() only adds sibling in some instances) closed by
- invalid: The Julian-Birch test case isn't valid: […] works fine with this: …
- 02:19 Ticket #3814 (table tr:first > *:not(:first), doesn't work) closed by
- fixed: Landed a fix for this in Sizzle: …
- 02:01 Ticket #3242 (bugs with FireFox3) closed by
- invalid: Please file UI tickets on the UI bug tracker. http://ui.jquery.com/bugs/
- 01:54 Ticket #3479 (wrap causing problems in Firefox 2/3 when used with google adsense.) closed by
- duplicate: Duplicate of #3105
- 01:43 Ticket #2586 (Firefox3b4 hangs on page leave) closed by
- fixed: Fixed at [5758]
- 01:42 Ticket #2507 (IE fix seems to kill firefox) closed by
- fixed: Fixed at [5758]
- 01:40 Ticket #3891 (:not(:first) does not work) closed by
- duplicate: Duplicate of #3814.
- 01:31 Ticket #1468 (in IE7 mouseout handler unexpected reset a select-control) closed by
- wontfix: I verified that the mouseenter/leave events don't fix the problem on …
- 00:56 Ticket #3816 (Sizzle.filter and xml) closed by
- fixed: Landed a fix for this: …
- 00:12 Ticket #2864 (Using JQ 1.2.3 -- diff behavior in ff2.x and ff3.x) closed by
- worksforme: Cannot repro with jQuery 1.3 and Firefox 3.0.5. If you have a test case, …
01/17/09:
- 22:56 Ticket #3883 (jQuery.com website Error after 1.3 - pngFix) closed by
- fixed: This should be fixed now - thanks for hunting that down!
- 22:46 Ticket #3851 (Regression: parents with expression finds no matches. May only affect ...) closed by
- duplicate: We're going to tackle this over in bug #3896.
- 22:40 Ticket #3881 (some easing throws error in IE or invalid CSS in FF3) closed by
- invalid: Are you saying that this exception is new in jQuery 1.3? It sounds like …
- 22:37 Ticket #3903 (:first selector selects all elements) closed by
- fixed: Duplicate of #3873 (already fixed).
- 22:34 Ticket #3889 (:not selector causes infinit loop on Firefox) closed by
- duplicate: Duplicate of #3837.
- 22:34 Ticket #3890 (div.classname > h1 returns wrong result) closed by
- duplicate: Duplicate of #3848.
- 22:33 Ticket #3894 (Infinite loop in preFilter.TAG) closed by
- duplicate: Duplicate of #3837.
- 22:32 Ticket #3887 (next selector can match the wrong things) closed by
- duplicate: Sounds like this is a duplicate of #3848 (there was a bug with the class …
- 22:30 Ticket #3882 (Parent > child selectors are broken.) closed by
- duplicate: Duplicate of #3848.
- 22:25 Ticket #3871 (Upgrade copyright year in MIT-LICENSE.txt) closed by
- fixed: Fixed in SVN rev [6121].
- 22:25 Changeset [f3e5e9a3d58020ac2727dde78e18a8b8ad42d7d7] by
-
- MIT-LICENSE.txt
- 22:24 Ticket #3876 (Live event "change" doesn't work) closed by
- wontfix: Marking as wontfix for now - will work up a good implementation here soon.
- 22:19 Ticket #3857 ($('.class').removeClass('class') not working in safari) closed by
- invalid: Please contact the creator of the plugin to report the issue.
- 22:12 Ticket #3809 (After adding the checkbox element to a li that has ul embended,the ...) closed by
- invalid: A question like this should be posted to the jQuery mailing list: …
- 22:11 Ticket #3823 ($.fn.offset bug for fixed elements (chrome/safari)) closed by
- duplicate: Duplicate of #3810.
- 22:09 Ticket #3817 (strange side effects with firebug) closed by
- invalid: No problem, happens all the time :)
- 22:08 Ticket #3824 (ui range slider not moveable when both handles are moved to the left ...) closed by
- invalid: This should be reported to the jQuery UI bug tracker: …
- 22:06 Ticket #3804 (Bug using animate()) closed by
- invalid: Umm - you're binding those strangely. Why not just do: […] Right now …
- 22:04 Ticket #3880 (BUGFIX for: "If IE and not an iframe... continually check to see if the ...) closed by
- fixed: Fixed in SVN rev [6120].
- 22:04 Changeset [c2fad371f1eb9e3204f5901d1dca056bbe4f389f] by
-
- src/event.js
- 22:01 Ticket #3750 (Sizzle is not GPL) closed by
- fixed: This was fixed - Sizzle is dual-licensed now.
- 21:57 Ticket #3898 (jQuery 1.3 cross-domain iframe bug) closed by
- duplicate: Yeah, this looks like a duplicate of #3880. I'll apply the fix over there …
- 21:54 Ticket #3306 (Locator missing in "latest plugins") closed by
- worksforme
- 21:50 Ticket #3729 (Attribute selector with an class seperator(':') in it, fails.) closed by
- fixed: Ok, should be fixed now. …
- 21:45 Ticket #3873 (:eq() failing) closed by
- fixed: This was a tricky one, required some refactoring. …
- 19:53 Ticket #117 (Add a 'selected' expression) closed by
- fixed: re-opened by spammer. this was fixed/added a long time ago.
- 19:49 Ticket #97 (Matt) closed by
- fixed: No longer using mailman for mailing list. Refer to …
- 19:36 Ticket #3904 ($('<span> </span>') ie bug - jQuery 1.2.6 & 1.3 both) created by
- $('<span> </span>').contents().length is 1 in firefox and safari, 0 in ie …
- 19:32 Ticket #3903 (:first selector selects all elements) created by
- Trying to remove first anchor in the following list removes all of them: …
- 19:31 Ticket #3624 (Opacity on IE7) closed by
- duplicate: Dup of #3502
- 19:27 Ticket #3088 (fadeOut always begins fade at opacity=100 in IE) closed by
- duplicate: Dup of #3238, which has more info.
- 19:15 Ticket #3185 (ready() doesn't work correctly for scripts loaded dynamically) closed by
- duplicate: Dup of #2509.
- 19:08 Ticket #3875 ($("form") matching all inner elements) closed by
- worksforme: I can't duplicate this, at all.
- 19:06 Ticket #3636 ($(document).ready() doesn't wait for CSS to load in Chrome) closed by
- duplicate: This is a duplicate of #1319. Also, document.ready specifies that all css …
- 19:05 Ticket #3902 (selectors don't work properly) closed by
- worksforme: I think you're confused. The demo that you see there is running in an …
- 19:02 Ticket #3878 (:has(p+p) goes into never-ending loop) closed by
- duplicate: As it turns out this was the same bug as #3837.
- 19:00 Ticket #3902 (selectors don't work properly) created by
- for example on http://docs.jquery.com/Selectors/input everything looks …
- 18:52 Ticket #3848 (Child selector bug) closed by
- fixed: Thanks for the test cases, everyone. It was a rather obscure bug, but I …
- 18:27 Ticket #3332 (focus/blur events not triggered using WebKit based browsers ...) closed by
- worksforme: There were some errors in the test case, like no p element. I've attached …
- 17:39 Ticket #3605 (ASPX Page Events are not getting when i load into a DIV tag.) closed by
- invalid: There isn't a reproducible test case here, and the problem sounds like it …
- 16:56 Ticket #3837 (Complex selector using :not() can lead to an infinite loop) closed by
- fixed: Yeah, it was all about the preFilter.TAG logic - thanks for the pointer, …
- 16:41 Ticket #3901 (Automatically disable the Alpha filter in Internet Explorer when opacity ...) created by
- As described and discussed in …
- 15:10 Ticket #3900 (jQuery 1.3 using content type application/xhtml+xml in Firefox doesn't ...) closed by
- duplicate: This is a duplicate of #3896, I've linked it from there since this ticket …
- 14:32 Ticket #3896 (Content type application/xhtml+xml in Firefox broken in FF 3) reopened by
- I tried this on the site in the description and it does fail. Without the …
- 13:54 Ticket #3900 (jQuery 1.3 using content type application/xhtml+xml in Firefox doesn't ...) created by
- If I'm using jQuery 1.3 with a page with a content type of …
- 12:17 Ticket #3899 ("find() + end() + submit()" problem) created by
- Unlike version 1.2.6 the following construction does not work how it was …
- 04:08 Ticket #3892 (1.3 live doesn't work with the JQuery UI) closed by
- invalid: Can you clarify this ticket? If the issue is with a particular jQuery UI …
- 03:57 Ticket #3893 (IE doesn't create elements using $('<tag>') syntax) closed by
- invalid: Works as documented.
- 03:51 Ticket #3896 (Content type application/xhtml+xml in Firefox broken in FF 3) closed by
- worksforme: This seems to be working fine for me. Please reopen if you can create a …
- 03:42 Ticket #3897 (Visual Studio 2008 compile error) closed by
- invalid: That is a C# error message, so it sounds like you've got your VS2008 …
- 01:31 Ticket #3898 (jQuery 1.3 cross-domain iframe bug) created by
- I've run into a major problem with jQuery 1.3, but it is only happening …
01/16/09:
- 22:56 Ticket #3897 (Visual Studio 2008 compile error) created by
- Hi, Not sure this is a bug but i get the following error when compiling …
- 20:19 Ticket #3896 (Content type application/xhtml+xml in Firefox broken in FF 3) created by
- Previously, when using jQuery 1.2.6, I used a selector called …
- 18:24 Ticket #3895 (Using offsetWidth for jQuery selectors (especifically the :visible ...) created by
- As discussed at the jQuery Development group: …
- 17:42 Ticket #3894 (Infinite loop in preFilter.TAG) created by
- Simple test case generates an infinite loop
- 17:37 Ticket #3893 (IE doesn't create elements using $('<tag>') syntax) created by
- jQuery in IE is not creating the html elements that are being appended to …
- 17:06 Ticket #3892 (1.3 live doesn't work with the JQuery UI) created by
- The event "live" doesn't work with the JQuery UI. The following code will …
- 16:32 Ticket #3891 (:not(:first) does not work) created by
- This was working back in version 1.2.6. I tested this on multiple sites: …
- 16:02 Ticket #3890 (div.classname > h1 returns wrong result) created by
- I have a long html document and a $('div.anyhting > h1') that returns a …
- 11:58 Ticket #3889 (:not selector causes infinit loop on Firefox) created by
- If the selector contains a tag and then a :not it causes an infinit loop …
- 09:36 Ticket #3888 (:not selector doesn't work anymore) created by
- When i wanna use the ':not' selector (eg sample below), it doesn't work. I …
- 08:15 Ticket #3887 (next selector can match the wrong things) created by
- I've found a case where the next selector doesn't seem to work. I've got a …
- 07:59 Ticket #3886 (Selector *= broken in Safari 3.2 and Chrome 1.0) created by
- HTML Page DTD Type is declared as following <!DOCTYPE html PUBLIC …
- 07:46 Ticket #2782 (Add Time to DatePicker) closed by
- duplicate: moved to jQuery UI bug tracker
- 07:30 Ticket #2839 (Dynamic adding of a remote tab causes error) closed by
- fixed: http://ui.jquery.com/bugs/changeset/1635
- 07:28 Ticket #2470 (Having tabs limit, sortable, and closable.) closed by
- duplicate: moved to jQuery UI bug tracker
- 06:47 Ticket #2878 (CSS RTL tab compatibility) closed by
- invalid
- 06:46 Ticket #2920 (UI Tabs - problem with IE and AJAX tabs) closed by
- worksforme
- 06:45 Ticket #2220 (UI Tabs: IE6 memory leaks) closed by
- duplicate: moved to jQuery UI bug tracker
- 06:44 Ticket #2651 (ajax ui.tabs and rotation causes error) closed by
- duplicate: moved to jQuery UI bug tracker
- 06:42 Ticket #2484 (Slide within tabs) closed by
- invalid: http://docs.jquery.com/UI/Tabs#...my_slider.2C_Google_Map.2C_etc._not_work_ …
- 06:39 Ticket #2609 (tabs relies on theme CSS) closed by
- invalid
- 06:39 Ticket #2715 (ui:tabs breaks when tab links contain colons) closed by
- duplicate
- 06:38 Ticket #2711 (Officially support callback as argument for load method) closed by
- duplicate: moved to jQuery UI bug tracker
- 06:38 Ticket #2760 (Display problems of loading icons under IE6) closed by
- invalid
- 06:36 Ticket #2393 ([ENH] Add ability to define cookie name for UI/Tabs) closed by
- duplicate: moved to jQuery UI bug tracker
- 06:35 Ticket #2838 (There should be a method to remove all the tabs from ui.tabs) closed by
- invalid
- 02:51 Ticket #3885 (live() don't call first assigned event on multiple event binding) created by
- If you call the live method with more than one event assigned the first …
- 00:44 Ticket #3884 ([name!=val] failing) closed by
- worksforme: Oops, that's intentional, obviously. Need some sleep.
- 00:30 Ticket #3884 ([name!=val] failing) created by
- If v1.3 has changed, why the demo on …
- 00:24 Ticket #3883 (jQuery.com website Error after 1.3 - pngFix) created by
- Not sure where to file this one as it deals with main jQuery website. On: …
01/15/09:
- 22:38 Ticket #3882 (Parent > child selectors are broken.) created by
- On a project I'm working on I use $(".parent > .child") all the time, and …
- 21:36 Ticket #3881 (some easing throws error in IE or invalid CSS in FF3) created by
- If trying to animate an element with very small dimensions or width & …
- 21:08 Ticket #3880 (BUGFIX for: "If IE and not an iframe... continually check to see if the ...) created by
- in function bindReady()... some WRONG: If IE and not an iframe …
- 20:14 Ticket #3877 ($.each should return the value returned by the callback) reopened by
- We had discussed this on the jquery-dev mailing list and agreed that it …
- 20:09 Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't maintain ...) created by
- This looks like a similar bug to #769, but I am experiencing this in IE7. …
- 19:08 Ticket #1621 (jquery.com is unreadable on dark themes (background color incorrectly ...) closed by
- fixed: This ticket refers to the old site design. It's no longer relevant.
- 17:55 Ticket #3877 ($.each should return the value returned by the callback) closed by
- invalid: http://docs.jquery.com/Utilities/jQuery.each Since jQuery.each has been …
- 16:50 Ticket #3839 (table caption slideDown slideUp bugs) reopened by
- Attached the same page to jq 1.3 …
- 16:22 Ticket #3878 (:has(p+p) goes into never-ending loop) created by
- I get: "A script on this page may be busy, or it may have stopped …
- 16:21 Ticket #3877 ($.each should return the value returned by the callback) created by
- It feels more natural if the return value of $.each would be the value …
- 16:14 Ticket #3876 (Live event "change" doesn't work) created by
- This code is working: $('input').bind('change', function() { …
- 16:03 Ticket #3875 ($("form") matching all inner elements) created by
- Screenshot of the problem occurring: http://urlkiss.com/0lo Need a test …
- 14:48 Ticket #3874 (timeout appears to have problems) created by
- Test case: http://wollibolli.com/jquery-test/
- 14:44 Ticket #3873 (:eq() failing) created by
- Test cases: http://jsbin.com/omobe http://media.nodnod.net/eq.html "Note …
- 14:28 Ticket #3852 (val() in packed version of v1.3 returns "undefined" if options contain ...) closed by
- wontfix: This should probably be sent to Dean Edwards so that he can fix his packer …
- 14:24 Ticket #3869 (Just see the examples) closed by
- wontfix: 'name' is not a valid attribute for tbody or tr elements (it's only for …
- 14:13 Ticket #3846 (Selector "#elementId a" failed on Chrome) closed by
- duplicate
- 14:10 Ticket #3839 (table caption slideDown slideUp bugs) closed by
- wontfix: So, first off: I don't think we've ever really supported animations on …
- 14:05 Ticket #3865 (After jQuery update to v1.3 - Infinite loop cause Firefox hangs and IE ...) closed by
- duplicate: Ok, it looks like this is a duplicate of #3837.
- 14:02 Ticket #3836 (ui.draggable('disable') ... Remove "stack" z-index ?) closed by
- invalid: This should be filed in the jQuery UI bug tracker: …
- 13:59 Ticket #3872 (enable delaying test start) created by
- Currently tests run on $(window).load() which makes it difficult to test …
- 13:57 Ticket #3855 (jquery 1.3 and jquery.layout plugin) closed by
- duplicate: This is due to the fact that the old UI draggables stopped working in 1.3 …
- 13:55 Ticket #3854 (Typo in documentation for jQuery(html, ownerDocument)) closed by
- fixed: Should be fixed in docs.jquery.com now - api.jquery.com should be updated …
- 13:53 Ticket #3853 (jQuery UI Slider broken with new jQuery 1.3) closed by
- invalid: You'll need to upgrade to the latest version of jQuery UI in order for it …
- 13:52 Ticket #3850 (.find('>') fails in jq 1.3) closed by
- wontfix: I don't think we can guarantee that being a valid selector, thankfully we …
- 13:51 Ticket #3849 (slideUp functionality in 1.3) closed by
- wontfix: In 1.3 the margin and padding are now animated along with the height. To …
- 13:45 Ticket #3867 (1.3 regression: ">" selector bug (with test case)) closed by
- duplicate
- 13:44 Ticket #3871 (Upgrade copyright year in MIT-LICENSE.txt) created by
- MIT-LICENSE.txt still says (c) 2008…
- 13:43 Ticket #3868 (Droppable is not working with version 1.3 of jquery) closed by
- duplicate: Duplicate of #3799.
- 13:41 Ticket #3863 ([jquery ui] sortable update not working with JQuery 1.3) closed by
- duplicate: Duplicate of #3799.
- 13:40 Ticket #3861 (.live('click', function) conflicts with mousedown event) closed by
- worksforme: Yep - that's to be expected. Any binding of a click handler will capture …
- 13:37 Ticket #3870 (Cannot use jQuery 1.3 in XUL pages) created by
- This is a regression from 1.2.6 to 1.3. I am using 1.2.6 in BlueGriffon …
- 13:25 Ticket #3869 (Just see the examples) created by
- My codes don't work well under 1.3. for eaxmple: $("#mytable …
- 12:11 Ticket #3868 (Droppable is not working with version 1.3 of jquery) created by
- even the sample at http://docs.jquery.com/UI/Droppable stopped working …
- 11:14 Ticket #3867 (1.3 regression: ">" selector bug (with test case)) created by
- jQuery 1.3 : There is a problem where the > selector returns more results …
- 10:48 Ticket #3866 ([validate] dateDE validation with sanity checks) created by
- I suggest to extend the dateDE method with sanity check. dateDE: …
- 10:04 Ticket #3865 (After jQuery update to v1.3 - Infinite loop cause Firefox hangs and IE ...) created by
- After updating to jQuery to version 1.3 my old script start killing …
- 08:29 Ticket #3864 (Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7 jquery-1.3.js (line ...) created by
- Safari throws NO_MODIFICATION_ALLOWED_ERR error when using xhtml because …
- 07:44 Ticket #3863 ([jquery ui] sortable update not working with JQuery 1.3) created by
- sortable update function is not working with JQuery 1.3
- 05:59 Ticket #3859 (sortable callbacks not called with jquery 1.3) closed by
- duplicate
- 05:49 Ticket #3861 (.live('click', function) conflicts with mousedown event) created by
- on the main tutorial example on http://docs.jquery.com/Events/live click …
- 05:26 Ticket #3860 ($(document).scrollTop()) created by
- $(document).scrollTop() returns different number on FF and IE7.
- 04:36 Ticket #3859 (sortable callbacks not called with jquery 1.3) created by
- The sortable callbacks provided as options do not seem to be called. …
- 04:29 Ticket #3664 (returning results with <form> tag in .load function calls double-innerhtml) closed by
- invalid
- 04:29 Ticket #3858 (weird jQuery 1.3 ajax difference in behavior) created by
- First, let me say a big congrats to all the jQuery devs for their …
- 03:30 Ticket #2223 (triggerHandler triggers only on the first selected element) closed by
- invalid: Works as (currently) documented: …
- 03:21 Ticket #3429 (Detecting of agent's version) closed by
- duplicate
- 03:20 Ticket #3169 (Browser Detection is incorrect) closed by
- duplicate
- 03:13 Ticket #2974 ([4763] crashes Safari 2.0.4) closed by
- fixed: jQuery.makeArray was rewritten to avoid this; reopen if the problem is …
- 02:45 Ticket #3001 (error: elem has no properties) closed by
- invalid: No test case.
- 02:41 Ticket #2264 (Appending spaces in IE7 results in an error) closed by
- worksforme: Cannot repro on IE7 with 1.3.min.js
- 02:36 Ticket #1537 (browser version error) closed by
- duplicate: Duplicate of #2413 which has further solution.
- 02:28 Ticket #2951 (Dynamic content in an IE frame) closed by
- duplicate
- 02:24 Ticket #2937 (jQuery calls ajaxError even if server executes successfully) closed by
- invalid
- 02:23 Ticket #2936 (getAttribute is not a function) closed by
- invalid
- 02:20 Ticket #2912 (show()/fadein() broken in safari 3) closed by
- invalid: For correct operation in Safari, define/include all css before script.
- 02:19 Ticket #2910 (:visible not working on safari) closed by
- invalid: With jQuery 1.3 we've documented the requirement to include CSS before …
- 02:14 Ticket #2877 ($(document) crashes IE6) closed by
- invalid: I looked at the linked ticket but it needs a concise test case. Even …
- 02:03 Ticket #2225 (evalScript does not work in IE7) closed by
- invalid
- 01:59 Ticket #3857 ($('.class').removeClass('class') not working in safari) created by
- I tried navigating around using arrow keys in all browsers on …
- 01:56 Ticket #2226 (serious appendTo bug) closed by
- duplicate: I've been consolodating these under #3105, it's a tough one but it isn't …
- 01:42 Ticket #3096 (extra functions in triggered events should always contain the event object) closed by
- fixed: Mooted by changes to event handling in 1.3.
- 01:21 Ticket #3616 (Double event execution) closed by
- invalid
- 01:19 Ticket #3856 (getJSON doesn't work or eval the response correctly for "application/json" ...) created by
- this was working fine in 1.2.6. Not sure if it's a change in jquery …
- 01:13 Ticket #3855 (jquery 1.3 and jquery.layout plugin) created by
- Hi, the new version (1.3) does not work well with jquery.layout plugin …
Note: See TracTimeline
for information about the timeline view.
