Timeline
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 …
01/14/09:
- 23:36 Ticket #3854 (Typo in documentation for jQuery(html, ownerDocument)) created by
- In the documentation for 'jQuery(html, ownerDocument)' the last sentence …
- 23:09 Changeset [34a9f8a210cfa0aabccc40a974646127d1871d1a] by
-
- src/fx.js
- test/unit/fx.js
- 22:43 Changeset [f649acd8abcd3ccd86de331737f42d0d85efbc0c] by
-
- build.xml
- build/style.xsl
- 22:42 Changeset [82958c79ff7604b1854a58cf161e8d6691bed6ac] by
-
- version.txt
- 22:42 Changeset [9155d298ae8738ece29d4b2edfd32c578aebb27a] by
-
- Makefile
- 22:01 Ticket #3853 (jQuery UI Slider broken with new jQuery 1.3) created by
- "Change" and "slide" callbacks no longer work when using new version of …
- 21:32 Ticket #3852 (val() in packed version of v1.3 returns "undefined" if options contain ...) created by
- summary says it all. testcase: …
- 20:58 Ticket #3851 (Regression: parents with expression finds no matches. May only affect ...) created by
- Test case: http://intertwingly.net/stories/2009/01/14/test12.html …
- 20:11 Ticket #3850 (.find('>') fails in jq 1.3) created by
- this used to be a valid selector in 1.2.6, equivalent to .children() …
- 19:43 Ticket #3849 (slideUp functionality in 1.3) created by
- I found that the slideUp / slideDown functionality has changed in the …
- 17:46 Ticket #3848 (Child selector bug) created by
- Child selector in the attached file has a very strange (and buggy) …
- 16:29 Ticket #3847 (RemoveClass with null parameter throws error) created by
- Calling removeClass(null) on an element throws an error. Instead it should …
- 16:26 Ticket #3846 (Selector "#elementId a" failed on Chrome) created by
- <script src="jquery-1.3.min.js"></script> <script> $(function(){ …
- 15:25 Ticket #3845 (api.jquery.com shows incorrect sub sections) created by
- When navigating around api.jQuery.com I noticed that I was seeing events …
- 11:26 Ticket #3844 ([validate] added format validation) created by
- Added format validation: "permalink": { format: …
- 10:52 Ticket #3843 (the timeStamp property is sometimes not consistent in Firefox) created by
- In the attached testcase, the timeStamp we get is not the same when you …
- 10:46 Ticket #3842 (Add an exists() function) created by
- Rather than use the construct $('selector').length > 0 it would be more …
- 04:48 Ticket #2933 (jQuery-1.2.3.js, jQuery-1.2.5.js - function filter) closed by
- worksforme: Not observed in 1.2.6 or 1.3.
- 04:28 Ticket #3461 (Extra blank space in $("selector").html() with IE) closed by
- duplicate: Duplicate of #3144
- 04:22 Ticket #3388 (There's a problem on Google Chrome browser when calling ...) closed by
- invalid: No test case was attached, but for WebKit-based browsers it is important …
- 04:20 Ticket #3319 (After() bug in firefox 3) closed by
- duplicate: Duplicate of #3105
- 04:18 Ticket #3329 (Selectors don't work with jQuery context) closed by
- invalid
- 04:18 Ticket #3371 (Selectors break in IE6 with XML strings) closed by
- invalid: jQuery doesn't have a built-in XML parser. …
- 04:09 Ticket #3133 (DOM insertion / selection BUG) closed by
- invalid: The event binding methods can only bind to elements that exist at the time …
- 04:05 Ticket #3114 (prependTo and after append) closed by
- invalid: Please reopen with a clear test case.
- 04:02 Ticket #2747 (IE7 "repairs" value of href atrribute by adding "http://...") closed by
- fixed: Fixed in jQuery 1.3
- 03:52 Ticket #3326 (IE7 Unbind/bind doesn't work) closed by
- invalid: No followup on test case.
- 03:20 Ticket #3217 (wrong document context in .clone (in IE)) closed by
- duplicate: Duplicate of #2997
- 03:17 Ticket #3841 (Callback does not fire in Chrome when page is cached) created by
- While using google chrome i have this code $(document).ready( …
- 01:56 Ticket #3840 (Class name selector broken with capital letters on Safari Version 3.1.2 ...) created by
- With 1.3 RC2 I can't select by class name if the class name contains …
- 01:41 Ticket #3839 (table caption slideDown slideUp bugs) created by
- tables with captions cause parent element to animate improperly …
- 01:21 Ticket #3838 ($(document).height() incorrect in IE6) created by
- When the document is smaller than the window, $(document).height() returns …
- 00:11 Ticket #3837 (Complex selector using :not() can lead to an infinite loop) created by
- Don't know exactly which part of the selector causes the bug, but: …
01/13/09:
- 23:50 Ticket #3836 (ui.draggable('disable') ... Remove "stack" z-index ?) created by
- EXAMPLE URL: http://trave.onai.net/systems/trave/solitaire.html (.html …
- 21:47 Ticket #3835 (Form validator Plugin) created by
- The form validator plugin does not work correctly. It has the following …
- 17:52 Changeset [263efad50f167fc08a8334f22d68af50040790a7] by
-
- version.txt
- 17:50 Changeset [9988e3877b1308b73ace985f243d47b21fd2ae05] by
-
- version.txt
- 16:40 Changeset [6dc30ae7f60c44dd83dfb19da61957b20324eb9e] by
-
- src/selector.js
- test/index.html
- test/unit/selector.js
- 15:08 Ticket #3829 (xhtml + jquery 1.3b2) closed by
- fixed: Fixed in SVN rev [6101].
- 15:08 Changeset [d5858c7cb82ba08b4a4e304ebdd684a957d47f13] by
-
- src/support.js
- 15:06 Ticket #3831 (jQuery 1.3 doesn't accept spaces in attributes brackets selectors) closed by
- fixed: Just landed a fix for this: …
- 14:42 Ticket #3834 (Selector syntax errors should give better messages) created by
- I had a bit of a mangled selector on one of my pages which 1.2.6 simply …
- 12:16 Ticket #3833 (live() does not work for a non-existent id selector) created by
- live() does not seem to work for an id selector which does not exist …
- 09:24 Ticket #3832 ([validate]A bug about 'errorPlacement' and 'success') created by
- When I use errorPlacement function to define my error messages, it will …
- 01:29 Ticket #3831 (jQuery 1.3 doesn't accept spaces in attributes brackets selectors) created by
- 1.2.6 accepts spaces anywhere within the bracket selectors: $('a[ name ]') …
- 00:25 Ticket #3826 (1.3rc1 Selector compatibility) closed by
- invalid: This was confirmed as being an issue with the Validation plugin.
Note: See TracTimeline
for information about the timeline view.
