Timeline
10/17/10:
- 23:21 Ticket #6556 (.data(object) breaks event handling) closed by
- fixed
- 21:41 Ticket #7229 (1.4.3 regression - passing null to event handler) created by
- in 1.4.2, this works: $('body').click(null); but in 1.4.3, it gives a …
- 19:47 Ticket #7228 ('HOVER' ASSIGNED VIA LIVE() OR DELEGATE() CONFUSES THE MOUSEENTER EVENT ...) closed by
- invalid: mouseenter does not bubble, so of course you cannot trigger it manually …
- 19:31 Ticket #6796 (Error 'script stack space quota is exhausted' when parsing 3MB XML file on ...) closed by
- fixed
- 18:48 Changeset [008e971943b0ce55333a65caea7f64eb82b985ac] by
-
- test/unit/data.js
- 18:26 Changeset [97dfa0d5a85a32fe56aba837bbf2bc889b092d2b] by
-
- src/effects.js
- test/index.html
- test/unit/effects.js
- 16:19 Ticket #7228 ('HOVER' ASSIGNED VIA LIVE() OR DELEGATE() CONFUSES THE MOUSEENTER EVENT ...) created by
- (All reference to mouseenter/mouseover can likewise be applied to …
- 15:50 Ticket #7227 (querying hash stopped working in the new (1.4.3) version) closed by
- duplicate: There's no reason to use jQuery for this - just do: location.hash to get …
- 15:43 Ticket #7222 (data() doesn't retrieve HTML 5 data-* attribtues) closed by
- fixed: Make sure that .data() (no args) returns a list of all the data- …
- 15:43 Ticket #7223 (data( key ) for HTML 5 data-* attributes behaves different from api ...) closed by
- fixed: Make sure that .data() (no args) returns a list of all the data- …
- 15:43 Ticket #7226 (clone on line 372 is declared implicitly) closed by
- fixed: Var wasn't being explicitly declared. Fixes #7226. Changeset: …
- 15:43 Ticket #7209 ($.fn.removeData can't delete data) closed by
- fixed: We removed deleteExpando after 1.4.2, for some reason. This caused …
- 15:42 Changeset [8a5df39045292397a06d08b4fab2ad29819b5d44] by
-
- src/data.js
- test/unit/data.js
- 15:34 Ticket #7227 (querying hash stopped working in the new (1.4.3) version) created by
- $(location).attr('hash') always returns undefined. in 1.4.2 it worked.
- 14:58 Changeset [a7d0b0b9e887782bf1ed795152a845da87729c52] by
-
- src/core.js
- 14:56 Changeset [e1b940d74824282fd3466d39a8ab574da4ef6fc5] by
-
- src/support.js
- test/unit/data.js
- 14:50 Changeset [25828768d7bc2d76438244e69d6eeb69c36227e6] by
-
- build/jslint-check.js
- 14:28 Ticket #7226 (clone on line 372 is declared implicitly) created by
- if ( copyIsArray ) { copyIsArray = false; clone = src && …
- 10:32 Ticket #7225 (CSS width and height of hidden and disconnected elements is incorrect) created by
- Made a test case on jsfiddle.net. http://jsfiddle.net/x9tcZ/1/ …
- 10:08 Ticket #7224 (Have jQuery.type return "jQuery" for jQuery objects) created by
- The new jQuery.type function is great! Would like to see an enhancement …
- 09:14 Ticket #7223 (data( key ) for HTML 5 data-* attributes behaves different from api ...) created by
- The api for data( key ) says > The data- attributes are pulled in the …
- 08:56 Ticket #7222 (data() doesn't retrieve HTML 5 data-* attribtues) created by
- When calling data() (with no parameter) the returned object doesn't …
- 08:24 Ticket #7221 (toggle() has problem with set of objects) created by
- I used toggle() to set of tables. After first click it shows and hides it …
- 02:27 Ticket #7220 (Next Sibling combined with :last is failing.) created by
- At techspot.com I have a selector that runs after more stories have been …
10/16/10:
- 22:12 Ticket #7218 ($('body').trigger('') causes error) closed by
- wontfix: Thanks for the report, but this is a coding error, not a jQuery bug. You …
- 22:04 Ticket #7219 (.children(selector) no longer works in 1.4.3) closed by
- worksforme: This is working fine with both jQuery 1.4.3 and 1.4.2 as per this test …
- 21:50 Ticket #7219 (.children(selector) no longer works in 1.4.3) created by
- without selector .children() works, but using a selector like "#abc" …
- 21:31 Ticket #7218 ($('body').trigger('') causes error) created by
- occurs for 1.4.3 but doesn't for 1.4.2
- 20:43 Ticket #7217 (.live and .delegate, multiple handlers) created by
- Given the code at http://jsfiddle.net/NxjMy/, on clicking 'click me', …
- 19:31 Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in 1.4.3 ...) created by
- http://jsfiddle.net/9QjJD/4/ Same with $('input[value!=]').
- 18:27 Ticket #7215 (.not() on contents() has problems with selector) created by
- there's seems to be a problem using not() with selectors: I have a div …
- 17:41 Ticket #6799 ("val" variable from jQuery.css() (v1.4.3) leaks into global namespace) closed by
- duplicate: As this has been flagged as a dupe of #6677, I'm noting that the fix for …
- 17:13 Ticket #6488 (isPlainObject fails on IXSLTProcessor in IE) closed by
- fixed: The changes referred to in Ticket #5669 (which addresses this issue) have …
- 17:08 Ticket #7214 (document jQuery.readyWait) created by
- jQuery.fn.ready contains no test for jQuery.readyWait, so readyWait is …
- 16:19 Ticket #5886 (ajax abort error) closed by
- fixed: Having reviewed the details of this ticket, I see that it's a duplicate of …
- 16:08 Ticket #7213 (make lint on a clean repo will occur error message) created by
- On an clean repo Execute 'make lint' will show the following message …
- 15:24 Ticket #5792 (1.4rc1 [20090113] Ajax not working in FF3 (3.0.17)) closed by
- fixed: As the bug related to this ticket has already been successfully fixed in …
- 15:12 Ticket #7210 (.removeData doesn't remove data when data-* attributes are used) reopened by
- On second glances you're correct. The issues are related but are in fact …
- 15:09 Ticket #7212 (1.4.3 find() doesn't find elements when selecting from a form) created by
- […] This code displays "0" with 1.4.3 and correct value "1" with …
- 14:26 Ticket #7210 (.removeData doesn't remove data when data-* attributes are used) closed by
- duplicate: As this issue has been already flagged in #7209, I'm moving the discussion …
- 14:22 Ticket #7211 (trim is 8 times slower on 1.4.3 than 1.4.2 (Chrome 6+)) created by
- The trim function is 8 times slower on 1.4.3 then from 1.4.2. Here is the …
- 13:53 Ticket #7210 (.removeData doesn't remove data when data-* attributes are used) created by
- Test case here: http://jsfiddle.net/cowboy/s8XgA/ (also inline, at the …
- 11:15 Ticket #7209 ($.fn.removeData can't delete data) created by
- $('body').data('a',1); $('body').removeData(); …
- 06:55 Ticket #7208 (Unable to .appendTo to iFrame in IE6/IE7) created by
- When trying to use $('<form/>').appendTo(iframebody) I get an error in …
- 05:58 Ticket #6114 (fcleanup function perfomance speed up) closed by
- duplicate
- 05:31 Ticket #6312 (About Track page does not work, GET: /about) closed by
- worksforme
- 05:05 Ticket #6276 (.keyup() does not support cyrillic alphabet) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. charCode is only …
- 04:56 Ticket #7207 (ie6 & ie7 getScript callback fires too early) closed by
- invalid: Thanks for the report, but this is not a bug. You are invoking the …
- 02:19 Ticket #6226 (Missing or bad example code for stopropagation in docs) closed by
- invalid: I've included this in my API Documentation review. Closing as it requires …
- 02:12 Ticket #7199 (jQuery templating plug-in incorrect HTML encoding) closed by
- worksforme: is a non-breaking space (html entity). If you're trying to get the …
- 01:13 Ticket #7206 (.outerWidth(true) not working in IE6) closed by
- worksforme: This is working fine for me in IE6. Could you please either re-open this …
- 01:04 Ticket #7207 (ie6 & ie7 getScript callback fires too early) created by
- I use getScript() to load remote Google jsapi and then load a local script …
10/15/10:
- 22:39 Ticket #6393 (confusing verbage on docs.jquery.com for CDN disclaimer) closed by
- invalid
- 22:39 Ticket #7206 (.outerWidth(true) not working in IE6) created by
- In internet explorer 6 outerWidth doesn't work when includes margins. It …
- 22:35 Ticket #3085 (In NetFront Browser v3.4SP16 UTF-8 version, most of jQuery's functions are ...) closed by
- wontfix
- 22:27 Ticket #4632 (jQuery.support.opacity for Chrome as well) closed by
- worksforme
- 22:25 Ticket #3399 (attribute selector does not match style attribute) closed by
- duplicate
- 22:02 Ticket #4797 (Firefox crash with label click handler setting display: block and hiding ...) closed by
- worksforme: I am not able to reproduce a crash in the latest version of Firefox 3.0 …
- 21:40 Ticket #7205 (subtle difference in how :has() and .has() behave) created by
- The ":has()" Sizzle selector and the ".has()" jQuery function behave …
- 21:04 Ticket #5790 (semicolon in css object value crashes webkit and ie) closed by
- duplicate: Errors related to invalid CSS properties in IE were resolved in 1.4.3.
- 20:56 Ticket #7204 ($('#divid').serialize() doesn't seem to work when updating 1.3.2 to 1.4.2) closed by
- invalid: The bug tracker is for bug reports only. Please use the …
- 20:14 Ticket #7204 ($('#divid').serialize() doesn't seem to work when updating 1.3.2 to 1.4.2) created by
- I updated jquery to 1.4.2 from 1.3.2 and now he following script doesn't …
- 18:14 Ticket #6695 (jQuery.support Update) closed by
- wontfix: Per the docs for jQuery.support, none of these feature tests belong …
- 15:59 Ticket #6240 (multiple "simultaneous" $.ajax requests don't all complete in FF 3.5.8) closed by
- invalid: Closing due to no response from the original submitter.
- 15:57 Ticket #6241 ($.ajax calls the success callback in FF 3.5.8 for failed cross-origin ...) closed by
- fixed: Closing as we've fixed this.
- 15:56 Ticket #6349 (Ajax callback not called while firebug opened) closed by
- worksforme: This is working fine for me with FireBug in 3.7 using jQuery 1.4.2 and …
- 15:53 Ticket #6551 (jsonp without a defined callback name does not set the Accept headers ...) closed by
- invalid: Closing as the original ticket submitter has not responded to a request to …
- 15:51 Ticket #6633 (exception in ajax success/complete handler doesn't decrease jQuery.active) closed by
- invalid: Referencing jQuery.active outside of the actual loop (ie. outside of the …
- 15:36 Ticket #7203 (Unable to set `type` on button using attr()) created by
- While working with buttons I noticed that I cannot explicitly set the type …
- 14:18 Ticket #7202 ($(location).attr('href', hrefString) not working in jquery.latest) closed by
- wontfix: You shouldn't use .attr() on non-DOM elements. You can just do: …
- 14:08 Ticket #7202 ($(location).attr('href', hrefString) not working in jquery.latest) created by
- was using jquery-latest.min.ms in my code. <script …
- 12:30 Ticket #7201 (Exception thrown by $.ajax.error callback cannot be caught by outer ...) created by
- Making a synchronous $.ajax request that completes with a server …
- 11:50 Ticket #7200 (Add .jquery to the official API) created by
- The $.fn.jquery version property …
- 11:28 Ticket #7199 (jQuery templating plug-in incorrect HTML encoding) created by
- templating plugin doesn't encode '&' character. When I have following text …
- 08:03 Ticket #1292 ([Patch] Etag support for ajax.ifModified) closed by
- duplicate
- 07:58 Ticket #6522 (Strange behavior of animate and hover in Firefox 3.6.2) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. …
- 07:42 Ticket #7198 (Out of Memory on line 12 in Internet Explorer) closed by
- invalid: jQuery 1.3 and jQuery UI 1.8 are not compatible. jQuery UI 1.8 goes with …
- 07:41 Ticket #4546 (Global Scope Eval in Firefox cause some stranges) closed by
- invalid
- 07:41 Ticket #7198 (Out of Memory on line 12 in Internet Explorer) created by
- This is using jquery.min.js v1.3.2 with JQuery UI v1.8.5 on Internet …
- 07:40 Ticket #7197 (drop down menu working only on windows platform) closed by
- invalid: The bug tracker is for reporting bugs in jQuery only. Use the …
- 05:29 Changeset [497fc9849e91ba8602adf7908b4febf2d36bc1c8] by
-
- src/ajax.js
- 05:16 Ticket #7197 (drop down menu working only on windows platform) created by
- Hi i have a new problem regarding the platform dependency where the drop …
- 04:44 Ticket #6412 (Problem with fadeOut on ie8) closed by
- invalid: Thanks for the report, but this is not a bug. You can’t mix opacity and …
- 04:41 Ticket #4737 (repeated toggle() goes out of sync (IE8)) closed by
- fixed: This should be fixed now with the fix for #4512.
- 04:30 Ticket #6928 (KeyCode property is not defined once the key down event is triggered out ...) closed by
- invalid: Closing due to no response from original submitter.
- 04:26 Ticket #5810 (`children` selector or scoped selector combined with attribute selectors ...) closed by
- duplicate
- 04:25 Ticket #6939 (find() works incorrectly with attribute selectors) closed by
- duplicate
- 04:21 Ticket #6954 (The selector a[href=""] selects anchors without href attributes in IE, but ...) closed by
- duplicate
- 04:20 Ticket #6948 (div[name='divName'] in IE7 does not select) closed by
- duplicate: live test case name is not a valid …
- 04:05 Ticket #6988 (val(['option1', 'option2']) don't work in <select multiple="multiple"> if ...) closed by
- fixed: This is working properly according to the spec. Additional changes were …
- 03:10 Changeset [091c481acaff96763596a82b423fbfd96f3332db] by
-
- version.txt
- 03:10 Changeset [2d201873ff47b927a8c1efcee07191a47033744c] by
-
- version.txt
- 03:10 Milestone 1.4.3 completed
- 02:39 Ticket #6826 ($('input[value=...]') doesn't work correctly in Firefox, Chrome, and ...) closed by
- duplicate: As the content's of your second bug report (#7128) on this issue mimic …
- 02:37 Changeset [0564553bf15cd54eb5af18810bf2e9300628ccc1] by
-
- test/unit/event.js
- 02:35 Ticket #6835 (.val() returns text on button elements with <= IE7) closed by
- wontfix: As a more suitable solution (aside from improved documentation on the …
- 02:29 Ticket #6905 (toggle() problem on linux with firefox/seamonkey) closed by
- worksforme: This has been confirmed as working under FF3.6.8 with multiple versions of …
- 02:24 Ticket #6936 (IE7 AJAX Bug) closed by
- worksforme: When called within $(document).ready() this is working fine in IE7, 8 and …
- 02:18 Ticket #6971 (Chrome optimization avoids load events) closed by
- wontfix: Making a note to consider documenting this behavior in the API docs. As it …
- 02:08 Ticket #6360 (opera 10.00 :checked selector) closed by
- worksforme: I've tested your bug in Opera 10.00 with the following test case …
- 02:06 Changeset [21d389cceaace3272dede54aa8f92f2429d92e00] by
-
- test/unit/selector.js
- 01:48 Changeset [40aa95c32097b0bc669ea5b1e127717b54b0335a] by
-
- test/unit/effects.js
- 01:40 Changeset [2d5f8666acf9968b0424b196a26fd92a1e48125e] by
-
- test/unit/event.js
- 01:33 Ticket #6581 (width() in opera) closed by
- invalid: I believe that the reason you're getting such variable results for width() …
- 01:31 Changeset [f009fb2f86febdfce52a7ffc942dd92ca5067d48] by
-
- test/unit/css.js
- 01:24 Ticket #6403 (Website error: Versions page doesn't show versions) closed by
- fixed: This has been fixed as a part of the API Docs update for 1.4.3. The 'New …
- 01:15 Changeset [c8e5d0bca04daebd335a8854e93519175893d4d0] by
-
- test/unit/css.js
- 00:55 Ticket #7196 (JSONP handler in 1.4.3-RC3 seems broken) closed by
- fixed: Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report …
- 00:55 Changeset [80a4178af9b12e6617bfcec818c538dfe08d3791] by
-
- src/ajax.js
- 00:39 Ticket #7196 (JSONP handler in 1.4.3-RC3 seems broken) created by
- I'm testing an existing jQuery app and when using JSONP I am getting a "no …
- 00:15 Ticket #7195 (Ajax rewrite) created by
- I made a pull request for an ajax rewrite revamping the architecture into …
10/14/10:
- 22:56 Ticket #7194 (Suggested selector/function .or()) created by
- From: http://forum.jquery.com/topic/traversing-or#14737000001495015 A …
- 22:40 Ticket #7193 ($.fn.animate cannot "start" from any value less than -10000) created by
- On line 6347: return r && r > -10000 ? r : 0; Essentially, the default …
- 21:43 Ticket #7192 (addClass function) closed by
- worksforme
- 21:25 Ticket #7192 (addClass function) created by
- Using this function can't add class with name "disabled"
- 21:24 Ticket #7191 (Get just the first radio group value) closed by
- invalid: Thanks for the report, but this is not a bug. jQuery has not supported …
- 20:57 Changeset [8576570e6e5f2ebd95c49a66848f066dcf99d673] by
-
- Rakefile
- build.xml
- 20:37 Ticket #7191 (Get just the first radio group value) created by
- when i try to get the value of two radio checked from two radio group …
- 20:35 Changeset [ae772e742295591678ee53c89e5132df817c4606] by
-
- Makefile
- build/google-compiler-20091218.jar
- build/google-compiler-20100917.jar
- 20:11 Ticket #7135 (Data Link Focus) closed by
- duplicate
- 18:52 Ticket #7190 (disconnected node offset test fails when document is scrolled) closed by
- fixed: Make sure that we don't attempt to handle scrolling when the node is …
- 18:52 Changeset [ea507b3e998126ae1f94f4fd1618994d645c9cc8] by
-
- src/offset.js
- 18:28 Ticket #7188 (jQuery.tmpl does not work with DOM fragments) closed by
- fixed
- 18:27 Ticket #7190 (disconnected node offset test fails when document is scrolled) created by
- Looks like the scrollTop/Left of the document are used as the values of a …
- 16:45 Ticket #7189 (xhr.abort() triggers error) closed by
- wontfix: This is expected - before it would trigger a success which was not …
- 16:18 Ticket #7189 (xhr.abort() triggers error) created by
- the ajax error gets triggered when aborting the xhr. the 1.4.2 would …
- 16:17 Ticket #6286 (Unexpected call to method or property access.) closed by
- worksforme: This is working fine for me. If you would like to submit additional test …
- 16:06 Ticket #6595 (jquery constructor looses first text nodes) closed by
- invalid: Your original forum entry and ticket unfortunately do not contain …
- 12:53 Ticket #7186 (Possible incorrect dataType is set in .get()) closed by
- worksforme: It's playing safe with the parameter hockey there, in case someone passed …
- 12:46 Ticket #7168 (globalEval assumes JavaScript is being evaluated) closed by
- wontfix: Since VBScript is only supported by IE, there wouldn't be much benefit to …
- 11:19 Ticket #7188 (jQuery.tmpl does not work with DOM fragments) created by
- $.tmpl('<b>foo</b>',{}); this works, it produces a <b> element However …
- 08:36 Ticket #7186 (Possible incorrect dataType is set in .get()) created by
- Looking at this section of code: […] NOTE: […] Should this be: …
- 06:40 Ticket #7104 (jQuery 1.4.2 not running within IE9 Web Browser control (incl. solution ...) closed by
- wontfix: If this issue occurs once the final version of IE9 is released, you may …
- 05:38 Ticket #7140 (JQuery testsuite results aren't consistent) closed by
- invalid: Thank you for your report, but I’m not sure what to do with this. If you …
- 05:33 Ticket #7185 (event.namespace example not working in Chrome) closed by
- invalid: jQuery 1.4.3 isn't released yet - those pages are placeholders until …
- 05:28 Ticket #7185 (event.namespace example not working in Chrome) created by
- Navigated to http://api.jquery.com/event.namespace/ Attempted to execute …
- 04:49 Ticket #7181 (.attr() issues with Chrome and Safari) closed by
- worksforme: live test case works for me.
- 04:22 TicketGuidelines/ModifyTicketSummary edited by
- (diff)
- 04:21 TicketGuidelines/ModifyTicketSummary edited by
- (diff)
- 03:39 Ticket #6385 (getOrSet('value', undefined) should be interpreted as an attempt to set ...) closed by
- wontfix: I believe the reason for this fallback is that: 1. If a valid value …
- 03:24 Ticket #6746 (Wrong $(elem).height() in Mobile Safari when height is implicit) closed by
- duplicate: Duplicate of #6724. There currently appears to be a generic issue with …
- 02:59 Ticket #7184 (two tables make selector error) closed by
- invalid: Your selector $("table tr:gt(0)") selects all tr elements except the …
- 02:38 Ticket #7184 (two tables make selector error) created by
- <div id="Abc"> <table border="1"> <thead><tr> <th>站別</th> <th>帳號</th> …
- 01:25 Changeset [d490bcfa7ca78a330e55b9267cc492a49c0f70bb] by
-
- src/ajax.js
- 01:23 Ticket #7180 (Plugin throws error: "jQuery.type is not a function") closed by
- worksforme: It seems like this is a bug in the packed version only, if I switch the …
10/13/10:
- 22:06 Ticket #7183 (Keypress e.which, UP, DOWN, LEFT and RIGHT) created by
- Hi jQuery Test case is the example on: http://api.jquery.com/keypress/ …
- 21:26 Ticket #7179 (.text on input element causes exception in IE) closed by
- invalid: Thanks for the report, but this is not a bug. Input elements cannot have …
- 20:07 Ticket #7182 (Combination Has Attribute Selector [name] + :first does not work) created by
- HTML […] JS […] The combination of the three selectors …
- 19:48 Ticket #7137 (jQuery-tmpl: Expose array index for items) closed by
- invalid: If you read through here you should find an adequate explanation of how …
- 19:08 Ticket #7172 (base url added when cloning anchor tags in IE7) closed by
- duplicate: Unfortunately this is a bug in the IE parser that we cannot work around. …
- 18:27 Changeset [cd8f4917ba1a6605b618fef1ac37b370604cd58b] by
-
- test/unit/css.js
- 17:50 Ticket #7180 (Plugin throws error: "jQuery.type is not a function") reopened by
- I can repro in Firefox so I'm reopening. It seems to be extend()ing over …
- 17:46 Ticket #7181 (.attr() issues with Chrome and Safari) created by
- When submitting a form in Chrome or Safari, adding an .attr() value like …
- 17:23 Ticket #7180 (Plugin throws error: "jQuery.type is not a function") closed by
- worksforme: I ran your demo in both Firefox and Safari and didn't see the error that …
- 17:11 Ticket #7180 (Plugin throws error: "jQuery.type is not a function") created by
- I'm sorry I don't have a lot of information on this, but when testing out …
- 16:26 Ticket #7176 (API Docs: Error in `after`) closed by
- invalid: This isn't par se a jQuery core issue (more a docs one), however we will …
- 15:45 Ticket #7179 (.text on input element causes exception in IE) created by
- When calling .text(0) on an input element IE throws an exception. …
- 14:48 Ticket #7177 (jQuery 1.4.3rc2 breaks ui draggable with helper:"clone" option) closed by
- invalid: This appears to be a duplicate of this UI bug: …
- 14:38 Changeset [f3d610e06499192509f482dbb72a1edf861827e0] by
-
- src/event.js
- 14:35 Changeset [88068f82c199847d3679b130664dd91cc2e89f00] by
-
- src/event.js
- test/unit/event.js
- 14:31 Ticket #7177 (jQuery 1.4.3rc2 breaks ui draggable with helper:"clone" option) created by
- jQuery 1.4.3rc2, If you use the option helper:'clone' with a draggable …
- 14:30 Changeset [39addc87a37b32be19f2c58ec8babe752c0243e1] by
-
- src/ajax.js
- 14:20 Ticket #7175 ($.fn.add cannot add 'select' element to a set op option elements) closed by
- worksforme: This appears to be working fine (it's a replication of your original test …
- 14:04 Ticket #7176 (API Docs: Error in `after`) created by
- From http://api.jquery.com/after/: > As of jQuery 1.4, .before() and …
- 13:43 Ticket #7173 (slideDown does not slide correctly on dinamically created layers) closed by
- invalid: I'm a little bit confused: Why would you start sliding down a div that …
- 11:50 Ticket #7175 ($.fn.add cannot add 'select' element to a set op option elements) created by
- Hi $('option').add('#s') does not work correctly when #s is a select …
- 11:27 Ticket #7174 (Animate background-position works for left but not top) created by
- $('#obj').animate({'background-position': '20% 80%'},1000); Only the left …
- 10:29 Ticket #7173 (slideDown does not slide correctly on dinamically created layers) created by
- When I try to do this: var div = …
- 09:53 Ticket #7172 (base url added when cloning anchor tags in IE7) created by
- I cloned an element which contains an anchor tag with a relative value in …
- 06:42 Ticket #3226 (val() and val(string) do not work with SELECTs in IE6) closed by
- worksforme: test case works for me.
- 06:05 Ticket #7171 (dataType plugins for $.ajax()) created by
- This would be useful: dataType plugins for $.ajax() et al. Plugins could …
- 05:32 TicketGuidelines/ModifyTicketSummary created by
- Some people are not getting the message, so put it on the comment box too.
- 04:42 Changeset [8fb4d9af74d61e4bc55e615a21115c48bf5f65d9] by
-
- test/unit/css.js
- 04:32 Changeset [73e4ef27f0d0a92e573092729107ca5572d52292] by
-
- test/unit/css.js
- 04:10 Changeset [9ede46b00423491fe5852b16ab0ed448e1f0f055] by
-
- test/unit/css.js
- 04:07 Changeset [ec462a33af41e9a2291599119e3ae74fc16e6a32] by
-
- test/unit/ajax.js
- 03:51 Ticket #7170 (jQuery encodes ampersand in &2sup;) closed by
- invalid: Heh, no worries.
- 03:10 Ticket #7170 (jQuery encodes ampersand in &2sup;) created by
- The "squared" or "superscript 2" entity is not recognised by jQuery's …
- 02:51 TicketGuidelines/NewTicketSummary edited by
- wording (diff)
- 02:44 Ticket #7169 (Allowing $.fn.css to accept an object as a getter) created by
- Hey everyone, someone in the jQueyr chat was trying to get multiple values …
- 01:51 Changeset [2ef8da0924623a9bdede9eeed17ec848859844b7] by
-
- src/event.js
- src/traversing.js
- test/unit/event.js
- test/unit/traversing.js
- version.txt
- 01:30 Ticket #7168 (globalEval assumes JavaScript is being evaluated) created by
- globalEval assumes that the data argument contains JavaScript. In some …
- 00:56 Changeset [783bb2a85fe33d00e82f40c8dab484e1cf0c63a1] by
-
- src/event.js
- test/unit/event.js
- 00:29 Ticket #7166 (1.4.3 RC2 displays duplicate jQuery UI dialogs) closed by
- invalid: This is an invalid test because the #testdiv is never closed. Fixing the …
10/12/10:
- 23:54 Ticket #7167 (Form submit method called from onsubmit handler make infinity loop in ...) closed by
- invalid: Thanks for the report, but this is not a bug. If you want to submit a …
- 23:49 Changeset [1518ae1aedaafa820ed689ecf26cf43e92913896] by
-
- src/event.js
- test/unit/event.js
- 23:15 Ticket #7167 (Form submit method called from onsubmit handler make infinity loop in ...) created by
- Windows 7 rus, Firefox 3.6.10 en. Check out this code, it woks fine on …
- 22:11 Ticket #7166 (1.4.3 RC2 displays duplicate jQuery UI dialogs) created by
- Close the dialog and you will see a second empty dialog sitting behind it
- 20:38 Ticket #7158 (Web page height Increases while using datepicker) closed by
- invalid: This is the bug tracker for the jQuery core. Please re-submit your ticket …
- 19:44 Changeset [9ced9f288ca53594a56487ccdd45bae1f5ec80e0] by
-
- version.txt
- 19:44 Changeset [3e5520fbdc7231b3f38e145020b40524c1e6654d] by
-
- version.txt
- 19:38 Changeset [b85f8673d943eb6b1b9403f1e2fc164e14e67880] by
-
- version.txt
- 18:14 TicketGuidelines/NewTicketSummary edited by
- cleaned it up yo (diff)
- 18:07 TicketGuidelines/NewTicketSummary created by
- 18:07 WikiStart created by
- 18:07 WikiRestructuredTextLinks created by
- 18:07 WikiRestructuredText created by
- 18:07 WikiProcessors created by
- 18:07 WikiPageNames created by
- 18:07 WikiNewPage created by
- 18:07 WikiMacros created by
- 18:07 WikiHtml created by
- 18:07 WikiFormatting created by
- 18:07 WikiDeletePage created by
- 18:07 TracWorkflow created by
- 18:07 TracWiki created by
- 18:07 TracUpgrade created by
- 18:07 TracUnicode created by
- 18:07 TracTimeline created by
- 18:07 TracTicketsCustomFields created by
- 18:07 TracTickets created by
- 18:07 TracSyntaxColoring created by
- 18:07 TracSupport created by
- 18:07 TracStandalone created by
- 18:07 TracSearch created by
- 18:07 TracRss created by
- 18:07 TracRoadmap created by
- 18:07 TracRevisionLog created by
- 18:07 TracRepositoryAdmin created by
- 18:07 TracReports created by
- 18:07 TracQuery created by
- 18:07 TracPlugins created by
- 18:07 TracPermissions created by
- 18:07 TracNotification created by
- 18:07 TracNavigation created by
- 18:07 TracModWSGI created by
- 18:07 TracModPython created by
- 18:07 TracLogging created by
- 18:07 TracLinks created by
- 18:07 TracInterfaceCustomization created by
- 18:07 TracInstall created by
- 18:07 TracIni created by
- 18:07 TracImport created by
- 18:07 TracGuide created by
- 18:07 TracFineGrainedPermissions created by
- 18:07 TracFastCgi created by
- 18:07 TracEnvironment created by
- 18:07 TracChangeset created by
- 18:07 TracCgi created by
- 18:07 TracBrowser created by
- 18:07 TracBackup created by
- 18:07 TracAdmin created by
- 18:07 TracAccessibility created by
- 18:07 TitleIndex created by
- 18:07 SandBox created by
- 18:07 RecentChanges created by
- 18:07 PageTemplates created by
- 18:07 InterWiki created by
- 18:07 InterTrac created by
- 18:07 InterMapTxt created by
- 18:07 CamelCase created by
- 17:38 Ticket #7165 (wrap leaks objects in $.cache) created by
- If a node is created via wrap, it is not properly removed from the cache …
- 17:13 Ticket #6582 (Ajax call with redirect dont't work in jQeury 1.4.X) closed by
- worksforme: What browser are you testing this in?. I just ran your test in FireFox …
- 14:56 Changeset [478fa8fdb399c61acdbcc09d079aa4d6cecc2b60] by
-
- src/traversing.js
- 14:13 Ticket #7164 (1.4.3rc1 - Multiple child selectors fail) closed by
- fixed: Fixed …
- 14:13 Changeset [085de849595ac99677795ed1524f840877a6b7bb] by
-
- src/traversing.js
- test/unit/traversing.js
- 14:07 Ticket #7164 (1.4.3rc1 - Multiple child selectors fail) created by
- When there are multiple child selectors in a single selector, the selector …
- 13:48 Ticket #7163 (Calling data() on an empty set throws "TypeError: a is undefined") closed by
- worksforme: This was resolved in jQuery 1.4.3.
- 13:26 Ticket #7163 (Calling data() on an empty set throws "TypeError: a is undefined") created by
- Calling $('noSuchElement').data() throws a type error in jQuery 1.4.2. I …
- 13:20 Ticket #7144 (find('> .foo, >.bar') returns only the first collection of elements (for ...) closed by
- fixed: Fixed …
- 13:19 Changeset [5200194f517a7bde7bbe9aa50dc1e81f1e1db441] by
-
- src/traversing.js
- test/unit/traversing.js
- 12:57 Ticket #7162 (animate: un-needed code line) closed by
- invalid: Umm, no. If you look at the middle line we're calling e.cur(true) which is …
- 12:55 Ticket #7150 (Events can't be triggered on objects that already contain an "events" ...) closed by
- fixed: Fixed: http://github.com/jquery/jquery/pull/51
- 12:52 Ticket #7159 (double unbind fails on window object in 1.4.3rc1) closed by
- duplicate: This was already fixed here: …
- 12:00 Ticket #7162 (animate: un-needed code line) created by
- It seems that there is an un-needed code line in jQuery 1.4.2 in line …
- 11:27 Ticket #7161 (Submit event on a form element not unbound properly in IE) created by
- Submit events are not unbound fully from form elements in Internet …
- 09:07 Ticket #7160 (only set overflow in $.fn.animate when the default overflow is visible) created by
- When you have a hidden div in IE8 with CSS overflow:auto, and a height set …
- 06:39 Ticket #7159 (double unbind fails on window object in 1.4.3rc1) created by
- This bug report holds for 1.4.3rc1: I attached a scroll listener via bind …
- 05:56 Ticket #7158 (Web page height Increases while using datepicker) created by
- Hi. we build a webpage using html tables and used datepicker as field. …
- 05:18 Ticket #6620 (ajax method does not load XML on IE) closed by
- invalid: The original blog post you referenced is currently not loading up and the …
- 05:15 Ticket #6640 (complete() called twice in error condition) closed by
- invalid: Although I've taken a look into lines 5251, 5214 and 5253, would you be …
- 05:09 Ticket #6725 (Javascript error in IE7 when trying to abort an AJAX request) closed by
- invalid: As we requested a few months ago, please re-submit your original ticket …
- 05:06 Ticket #6742 (Memory leak in Firefox 3.x when using ajax) closed by
- invalid: Because the test case that you've provided us with does not contain enough …
- 04:58 Ticket #6771 (Quality factors for content negotiation) closed by
- invalid: I can't quite understand what aspect of our Ajax implementation you would …
- 04:52 Ticket #7157 (Animation callback shows element is still ":animated") created by
- After an element has completed its animation, the callback still shows …
- 04:49 Ticket #6916 (xml parse error when using $ajax to load a file: url on IE) closed by
- invalid: karger: That certainly is something which we could consider. If you would …
- 04:35 Changeset [ff6ceadbfd470463e63708413eb5a55bd7e90c69] by
-
- src/event.js
- test/unit/event.js
- 02:46 Ticket #7156 (html can be ~33% faster) created by
- Hi, I was playing a bit with the jquery source (1.4.3 RC1) and found that …
- 02:09 Ticket #7154 (Trac Preferences missing timezones.) closed by
- fixed: This is something which we have amended in the new version of the bug …
- 00:22 Ticket #7155 (api.jquery.com and scrollTop) created by
- When switching from another browser window to the one that has …
- 00:20 Ticket #7154 (Trac Preferences missing timezones.) created by
- Not all places have timezones that are whole hours offset from GMT. Where …
10/11/10:
- 23:19 Ticket #7153 (attribute selector with namespace does not find valid selectors when used ...) closed by
- worksforme: This was fixed in jQuery 1.4.3.
- 22:52 Ticket #7153 (attribute selector with namespace does not find valid selectors when used ...) created by
- original question: …
- 22:30 Ticket #7146 (jquery-1.4.3rc1.js - TypeError: 'jQuery.ajax.triggerGlobal' is not a ...) closed by
- fixed: Fixed …
- 22:29 Changeset [6245ecb2b91cca73f66dc0543beb6626c138bcfc] by
-
- src/ajax.js
- 22:23 Ticket #7145 (1.4.3rc1: jQuery.cssHooks not taken into account by $.fn.animate()) closed by
- fixed: Landed http://github.com/jquery/jquery/pull/44
- 22:21 Ticket #7143 (1.4.3rc1: .resize() doesn't work) closed by
- fixed: Fixed …
- 22:20 Changeset [1df5084c9748a8d38516266063344f145bc428c0] by
-
- src/event.js
- test/unit/event.js
- 22:03 Changeset [c00a6ff1f14609bb166346a7f0c5174f4b0aa47b] by
-
- test/unit/event.js
- 21:52 Changeset [1dee0d2ed8ae669d8276dbca06e27b70acb9a030] by
-
- test/unit/data.js
- 20:44 Changeset [d23f63b13ea47ac3e91906e5ac1e2503400cd903] by
-
- src/css.js
- src/effects.js
- test/unit/css.js
- test/unit/effects.js
- 20:41 Ticket #7141 ($.fn.show doesn't make element visible if it was previously hidden with ...) closed by
- fixed: Landed http://github.com/jquery/jquery/pull/49
- 20:40 Changeset [5f30ae3b6fa89c3cc00c8c67305c84f21f76aa68] by
-
- src/css.js
- src/effects.js
- test/unit/css.js
- test/unit/effects.js
- 20:29 Ticket #7148 (1.4.3rc1: Cannot get styles from disconnected nodes) closed by
- fixed: Landed http://github.com/jquery/jquery/pull/47
- 20:27 Ticket #7147 (1.4.3 RC1 breaks jQuery UI dialog) closed by
- duplicate: Duplicate of #7142.
- 20:22 Changeset [5646a4feee87b086fa4752373422622d54a8430d] by
-
- src/effects.js
- test/unit/effects.js
- 20:00 Ticket #7151 (1.4.3 RC1 gets confused on hide() and then show()) closed by
- duplicate: Duplicate of #7141
- 19:11 Ticket #7152 (1.4.3rc1 - Multiple direct child selectors fail) closed by
- duplicate: Duplicate of #7144.
- 19:11 Changeset [22ccbf82c8badd1d46f5ea52a0a7d5f3935a9fca] by
-
- src/css.js
- test/unit/css.js
- 18:54 Ticket #7152 (1.4.3rc1 - Multiple direct child selectors fail) created by
- When calling .find() with two selectors that both start with the child …
- 18:45 Ticket #7149 (Problem with jquery-ui dialog) closed by
- duplicate: addysomani your testcase is broken. The problem is with the buttons …
- 18:36 Ticket #7151 (1.4.3 RC1 gets confused on hide() and then show()) created by
- I have an element that 'display: none' applied via CSS. If I then hide() …
- 18:23 Ticket #7150 (Events can't be triggered on objects that already contain an "events" ...) created by
- If an event is bound to an arbitrary object, and it already has an …
- 17:22 Ticket #7143 (1.4.3rc1: .resize() doesn't work) reopened by
- This is related with page onload event. […] I've observed, maybe not …
- 15:57 Ticket #7149 (Problem with jquery-ui dialog) created by
- I have the following code for a jquery dialog: …
- 15:41 Ticket #7143 (1.4.3rc1: .resize() doesn't work) closed by
- worksforme: Please see here for a cross-browser test case of the above that uses …
- 15:14 Ticket #7148 (1.4.3rc1: Cannot get styles from disconnected nodes) created by
- .css() now returns an empty string when trying to get style properties …
- 14:52 Ticket #7147 (1.4.3 RC1 breaks jQuery UI dialog) created by
- I know that there is a jQuery UI element to this issue but as the below …
- 14:36 Ticket #7146 (jquery-1.4.3rc1.js - TypeError: 'jQuery.ajax.triggerGlobal' is not a ...) created by
- Uncaught exception: TypeError: 'jQuery.ajax.triggerGlobal' is not a …
- 14:08 Changeset [aa9e4db1ab5cd6f514de616070829d64d69a3428] by
-
- src/effects.js
- 13:49 Ticket #7145 (1.4.3rc1: jQuery.cssHooks not taken into account by $.fn.animate()) created by
- in $.fn.animate, the "start value" is calculated after a simple …
- 12:45 Changeset [2866f16c09cce43044d721563a7bdbd9170fb494] by
-
- version.txt
- 11:46 Ticket #7142 (Closest() is broken in 1.4.3) closed by
- fixed: Fixed …
- 11:45 Changeset [385ca2aa899d2ed953d9e18c95387e72e330b42c] by
-
- src/traversing.js
- test/unit/traversing.js
- 09:21 Ticket #7144 (find('> .foo, >.bar') returns only the first collection of elements (for ...) created by
- "find('> .foo, >.bar')" returns only the first collection of elements (for …
- 08:37 Ticket #7143 (1.4.3rc1: .resize() doesn't work) created by
- I've got in body onload a function which executes followed code: …
- 08:33 Ticket #7142 (Closest() is broken in 1.4.3) created by
- The closest method ends in the following loop: for ( i = 0, l = …
- 08:32 Ticket #7141 ($.fn.show doesn't make element visible if it was previously hidden with ...) created by
- jQuery version: jQuery 1.4.3rc1 I have following html element: <div …
- 06:19 Ticket #7140 (JQuery testsuite results aren't consistent) created by
- Build Details: ============= JQuery Testsuite …
- 03:28 Changeset [2c04035cd1d7cb1e73c6e9b2d63fc77e5165b8fc] by
-
- Makefile
- 03:26 Ticket #6802 (IE Memory leak with ajax) closed by
- duplicate: Dup of #6242.
- 03:09 Changeset [71a58263ec9e942410b36680eddcafaabe537c07] by
-
- version.txt
- 03:09 Changeset [66a788ab837fd9b483740ee0b44c1e76f846aadd] by
-
- version.txt
10/10/10:
- 22:54 Changeset [19b4ba35c4ef7528402067009c1b28898acc59d4] by
-
- src/offset.js
- 22:46 Changeset [26db3f09331d0d69340d745a1e51d5e03a6eddb9] by
-
- test/unit/ajax.js
- 22:01 Changeset [884de15fb970affd0b1697245795bce7b231a1db] by
-
- src/event.js
- 22:00 Ticket #4659 (IE 7 bind listening bug with "change" event) closed by
- worksforme: This was fixed in jQuery 1.4-1.4.2.
- 20:06 Changeset [bb0b9b8958c22269767a151d86340d6eaf659bab] by
-
- speed/find.html
- 19:42 Changeset [fac7e61f16130b29d5444fab12628a5eeea885cf] by
-
- src/traversing.js
- 19:36 Changeset [ba149e78a93afa9eab544c7defe3ccf0d412345a] by
-
- speed/filter.html
- src/traversing.js
- 19:14 Changeset [eb67d9941694d39a592228bc6da71def3e619b94] by
-
- src/traversing.js
- 19:01 Ticket #6885 ($.each to throw error when iterating object is invalid) closed by
- invalid: > The $.each() function can be used to iterate over any collection, …
- 18:51 Changeset [1f7bbd8939d1238c91942c6f0d49f9944f8db635] by
-
- speed/filter.html
- 18:16 Changeset [f2b028f736a46d4b3592b32df751db8e0f34f403] by
-
- speed/filter.html
- 17:39 Changeset [63c892b1ed1d51b7d8759f2fb6d52b0e6a11d419] by
-
- speed/closest.html
- 17:37 Changeset [6f0b06aa9b467096ae781cf33f18fa925923cf6f] by
-
- src/traversing.js
- 17:22 Changeset [96d8c481b8cf64eb7ba789fce709e655f7706fd7] by
-
- speed/closest.html
- 15:50 Ticket #6885 ($.each to throw error when iterating object is invalid) reopened by
- Hi, sorry, i've been busy. $.each(undefined, function(){ ... }); are more …
- 04:33 Changeset [0ca35de311ff4d1dac5c9dc4de05a32a1754cd7a] by
-
- speed/benchmark.js
- speed/closest.html
- src/traversing.js
- 02:58 Ticket #5878 (Chrome on Mac reports as Safari) closed by
- invalid: Bare in mind that we generally recommend using jQuery.support() for …
- 02:46 Ticket #5849 (Load method does not work correctly in Firefox) closed by
- worksforme: Testing your submitted code with jQuery 1.4.2 in FireFox 3.6.10, …
- 02:40 Ticket #6195 (Parent > child selector problem) closed by
- worksforme: As the original poster hasn't supplied a valid test case, I recreated one …
- 02:02 Ticket #6531 (bind() does not work for QuickTime Plugin Events with 1.4.2) closed by
- invalid: Closing due to lack of a valid test case. Please re-submit your ticket …
- 01:42 Ticket #7139 ("hover" event alias should work for .bind as well as .live) created by
- Is there a reason this is .live-only? …
Note: See TracTimeline
for information about the timeline view.
