Timeline
Oct 17, 2010:
- 11:48 PM Ticket #7230 ($(this) isn't working like it used to in jquery 1.4.2) created by
- I upgraded to jquery 1.4.3 on a site I'm developing at the moment and …
- 10:01 PM Ticket #6753 (Safari Mobile dblclick?) closed by
- invalid: Closing as this is not a jQuery bug. The iPhone and iPad (as …
- 7:21 PM Ticket #6556 (.data(object) breaks event handling) closed by
- fixed
- 5:41 PM 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 …
- 3:47 PM Ticket #7228 ('HOVER' ASSIGNED VIA LIVE() OR DELEGATE() CONFUSES THE MOUSEENTER ...) closed by
- invalid:
mouseenter
does not bubble, so of course you cannot trigger it … - 3:31 PM Ticket #6796 (Error 'script stack space quota is exhausted' when parsing 3MB XML ...) closed by
- fixed
- 2:48 PM Changeset [008e9719]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 2:26 PM Changeset [97dfa0d]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/index.html
- test/unit/effects.js
- 12:19 PM Ticket #7228 ('HOVER' ASSIGNED VIA LIVE() OR DELEGATE() CONFUSES THE MOUSEENTER ...) created by
- (All reference to mouseenter/mouseover can likewise be applied to …
- 11:50 AM 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 …
- 11:43 AM Tickets #7222,7223 batch updated by
- fixed: Make sure that .data() (no args) returns a list of all the data- …
- 11:43 AM Ticket #7226 (clone on line 372 is declared implicitly) closed by
- fixed: Var wasn't being explicitly declared. Fixes #7226. Changeset: …
- 11:43 AM Ticket #7209 ($.fn.removeData can't delete data) closed by
- fixed: We removed deleteExpando after 1.4.2, for some reason. This caused …
- 11:42 AM Changeset [8a5df39]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 11:34 AM 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.
- 11:30 AM Changeset [df7dfc24]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 10:58 AM Changeset [a7d0b0b]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:56 AM Changeset [e1b940d7]1.12-stable2.2-stablekillphp by
- src/support.js
- test/unit/data.js
- 10:50 AM Changeset [2582876]1.12-stable2.2-stablekillphp by
- build/jslint-check.js
- 10:28 AM Ticket #7226 (clone on line 372 is declared implicitly) created by
- if ( copyIsArray ) { copyIsArray = false; clone = src && …
- 6:32 AM 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/ …
- 6:08 AM Ticket #7224 (Have jQuery.type return "jQuery" for jQuery objects) created by
- The new
jQuery.type
function is great! Would like to see an … - 5:14 AM 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 … - 4:56 AM Ticket #7222 (data() doesn't retrieve HTML 5 data-* attribtues) created by
- When calling
data()
(with no parameter) the returned object doesn't … - 4:24 AM 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 …
Oct 16, 2010:
- 10:27 PM Ticket #7220 (Next Sibling combined with :last is failing.) created by
- At techspot.com I have a selector that runs after more stories have …
- 6:12 PM Ticket #7218 ($('body').trigger('') causes error) closed by
- wontfix: Thanks for the report, but this is a coding error, not a jQuery bug. …
- 6:04 PM 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 …
- 5:50 PM Ticket #7219 (.children(selector) no longer works in 1.4.3) created by
- without selector .children() works, but using a selector like "#abc" …
- 5:31 PM Ticket #7218 ($('body').trigger('') causes error) created by
- occurs for 1.4.3 but doesn't for 1.4.2
- 4:43 PM Ticket #7217 (.live and .delegate, multiple handlers) created by
- Given the code at http://jsfiddle.net/NxjMy/, on clicking 'click me', …
- 3:31 PM Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in ...) created by
- http://jsfiddle.net/9QjJD/4/ Same with $('input[value!=]').
- 2:27 PM 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 …
- 1:41 PM 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 …
- 1:13 PM Ticket #6488 (isPlainObject fails on IXSLTProcessor in IE) closed by
- fixed: The changes referred to in Ticket #5669 (which addresses this issue) …
- 1:08 PM Ticket #7214 (document jQuery.readyWait) created by
- jQuery.fn.ready contains no test for jQuery.readyWait, so readyWait is …
- 12:19 PM Ticket #5886 (ajax abort error) closed by
- fixed: Having reviewed the details of this ticket, I see that it's a …
- 12:08 PM 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 …
- 11:24 AM 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 …
- 11:12 AM 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 …
- 11:09 AM 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 …
- 10:26 AM 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 …
- 10:22 AM 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 …
- 9:53 AM 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 …
- 7:15 AM Ticket #7209 ($.fn.removeData can't delete data) created by
- $('body').data('a',1); $('body').removeData(); …
- 2:55 AM Ticket #7208 (Unable to .appendTo to iFrame in IE6/IE7) created by
- When trying to use $('<form/>').appendTo(iframebody) I get an error in …
- 1:58 AM Ticket #6114 (fcleanup function perfomance speed up) closed by
- duplicate
- 1:31 AM Ticket #6312 (About Track page does not work, GET: /about) closed by
- worksforme
- 1:05 AM Ticket #6276 (.keyup() does not support cyrillic alphabet) closed by
- invalid: Thanks for the report, but this is not a jQuery bug.
charCode
is … - 12:56 AM 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 …
Oct 15, 2010:
- 10:19 PM 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 …
- 10:12 PM 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 …
- 9:13 PM 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 …
- 9:04 PM Ticket #7207 (ie6 & ie7 getScript callback fires too early) created by
- I use getScript() to load remote Google jsapi and then load a local …
- 6:39 PM Ticket #6393 (confusing verbage on docs.jquery.com for CDN disclaimer) closed by
- invalid
- 6:39 PM Ticket #7206 (.outerWidth(true) not working in IE6) created by
- In internet explorer 6 outerWidth doesn't work when includes margins. …
- 6:35 PM Ticket #3085 (In NetFront Browser v3.4SP16 UTF-8 version, most of jQuery's functions ...) closed by
- wontfix
- 6:27 PM Ticket #4632 (jQuery.support.opacity for Chrome as well) closed by
- worksforme
- 6:25 PM Ticket #3399 (attribute selector does not match style attribute) closed by
- duplicate
- 6:02 PM Ticket #4797 (Firefox crash with label click handler setting display: block and ...) closed by
- worksforme: I am not able to reproduce a crash in the latest version of Firefox …
- 5:40 PM Ticket #7205 (subtle difference in how :has() and .has() behave) created by
- The ":has()" Sizzle selector and the ".has()" jQuery function behave …
- 5:04 PM 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.
- 4:56 PM 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 …
- 4:14 PM 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 …
- 2:14 PM Ticket #6695 (jQuery.support Update) closed by
- wontfix: Per the docs for
jQuery.support
, none of these feature tests … - 11:59 AM 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.
- 11:57 AM 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.
- 11:56 AM 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 …
- 11:53 AM 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 …
- 11:51 AM 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 …
- 11:36 AM Ticket #7203 (Unable to set `type` on button using attr()) created by
- While working with buttons I noticed that I cannot explicitly set the …
- 10:18 AM 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: …
- 10:08 AM Ticket #7202 ($(location).attr('href', hrefString) not working in jquery.latest) created by
- was using jquery-latest.min.ms in my code. <script …
- 8:30 AM 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 …
- 7:50 AM Ticket #7200 (Add .jquery to the official API) created by
- The
$.fn.jquery
version property … - 7:28 AM Ticket #7199 (jQuery templating plug-in incorrect HTML encoding) created by
- templating plugin doesn't encode '&' character. When I have following …
- 4:03 AM Ticket #1292 ([Patch] Etag support for ajax.ifModified) closed by
- duplicate
- 3:58 AM 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. …
- 3:42 AM 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 …
- 3:41 AM Ticket #4546 (Global Scope Eval in Firefox cause some stranges) closed by
- invalid
- 3:41 AM 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 …
- 3:40 AM 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 …
- 1:29 AM Changeset [497fc98]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 1:16 AM Ticket #7197 (drop down menu working only on windows platform) created by
- Hi i have a new problem regarding the platform dependency where the …
- 12:44 AM 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 …
- 12:41 AM Ticket #4737 (repeated toggle() goes out of sync (IE8)) closed by
- fixed: This should be fixed now with the fix for #4512.
- 12:30 AM Ticket #6928 (KeyCode property is not defined once the key down event is triggered ...) closed by
- invalid: Closing due to no response from original submitter.
- 12:26 AM Ticket #5810 (`children` selector or scoped selector combined with attribute ...) closed by
- duplicate
- 12:25 AM Ticket #6939 (find() works incorrectly with attribute selectors) closed by
- duplicate
- 12:21 AM Ticket #6954 (The selector a[href=""] selects anchors without href attributes in IE, ...) closed by
- duplicate
- 12:20 AM Ticket #6948 (div[name='divName'] in IE7 does not select) closed by
- duplicate: live test case
name
is not a … - 12:05 AM Ticket #6988 (val(['option1', 'option2']) don't work in <select multiple="multiple"> ...) closed by
- fixed: This is working properly according to the spec. Additional changes …
Oct 14, 2010:
- 11:10 PM Changeset [091c481]1.12-stable2.2-stablekillphp by
- version.txt
- 11:10 PM Milestone 1.4.3 completed
- 11:10 PM Changeset [2d20187]1.12-stable2.2-stablekillphp by
- version.txt
- 10:39 PM Ticket #6826 ($('input[value=...]') doesn't work correctly in Firefox, Chrome, and Safari) closed by
- duplicate: As the content's of your second bug report (#7128) on this issue mimic …
- 10:37 PM Changeset [0564553]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 10:35 PM Ticket #6835 (.val() returns text on button elements with <= IE7) closed by
- wontfix: As a more suitable solution (aside from improved documentation on the …
- 10:29 PM Ticket #6905 (toggle() problem on linux with firefox/seamonkey) closed by
- worksforme: This has been confirmed as working under FF3.6.8 with multiple …
- 10:24 PM Ticket #6936 (IE7 AJAX Bug) closed by
- worksforme: When called within $(document).ready() this is working fine in IE7, 8 …
- 10:18 PM Ticket #6971 (Chrome optimization avoids load events) closed by
- wontfix: Making a note to consider documenting this behavior in the API docs. …
- 10:08 PM Ticket #6360 (opera 10.00 :checked selector) closed by
- worksforme: I've tested your bug in Opera 10.00 with the following test case …
- 10:06 PM Changeset [21d389c]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 9:48 PM Changeset [40aa95c]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 9:40 PM Changeset [2d5f866]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 9:33 PM Ticket #6581 (width() in opera) closed by
- invalid: I believe that the reason you're getting such variable results for …
- 9:31 PM Changeset [f009fb2f]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 9:24 PM 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 …
- 9:15 PM Changeset [c8e5d0b]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 8:55 PM Ticket #7196 (JSONP handler in 1.4.3-RC3 seems broken) closed by
- fixed: Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a …
- 8:55 PM Changeset [80a4178]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 8:39 PM 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 …
- 8:15 PM Ticket #7195 (Ajax rewrite) created by
- I made a pull request for an ajax rewrite revamping the architecture …
- 6:56 PM Ticket #7194 (Suggested selector/function .or()) created by
- From: http://forum.jquery.com/topic/traversing-or#14737000001495015 A …
- 6:40 PM 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 …
- 5:43 PM Ticket #7192 (addClass function) closed by
- worksforme
- 5:25 PM Ticket #7192 (addClass function) created by
- Using this function can't add class with name "disabled"
- 5:24 PM 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 …
- 4:57 PM Changeset [8576570e]1.12-stable2.2-stablekillphp by
- Rakefile
- build.xml
- 4:37 PM 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 …
- 4:35 PM Changeset [ae772e7]1.12-stable2.2-stablekillphp by
- Makefile
- build/google-compiler-20091218.jar
- build/google-compiler-20100917.jar
- 4:11 PM Ticket #7135 (Data Link Focus) closed by
- duplicate
- 2:52 PM 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 …
- 2:52 PM Changeset [ea507b3]1.12-stable2.2-stablekillphp by
- src/offset.js
- 2:28 PM Ticket #7188 (jQuery.tmpl does not work with DOM fragments) closed by
- fixed
- 2:27 PM 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 …
- 12:45 PM Ticket #7189 (xhr.abort() triggers error) closed by
- wontfix: This is expected - before it would trigger a success which was not …
- 12:18 PM Ticket #7189 (xhr.abort() triggers error) created by
- the ajax error gets triggered when aborting the xhr. the 1.4.2 would …
- 12:17 PM 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 …
- 12:06 PM Ticket #6595 (jquery constructor looses first text nodes) closed by
- invalid: Your original forum entry and ticket unfortunately do not contain …
- 8:53 AM Ticket #7186 (Possible incorrect dataType is set in .get()) closed by
- worksforme: It's playing safe with the parameter hockey there, in case someone …
- 8:46 AM Ticket #7168 (globalEval assumes JavaScript is being evaluated) closed by
- wontfix: Since VBScript is only supported by IE, there wouldn't be much benefit …
- 7:19 AM Ticket #7188 (jQuery.tmpl does not work with DOM fragments) created by
- $.tmpl('<b>foo</b>',{}); this works, it produces a <b> element …
- 4:36 AM Ticket #7186 (Possible incorrect dataType is set in .get()) created by
- Looking at this section of code: […] NOTE: […] Should this be: …
- 2:40 AM Ticket #7104 (jQuery 1.4.2 not running within IE9 Web Browser control (incl. ...) closed by
- wontfix: If this issue occurs once the final version of IE9 is released, you …
- 1:38 AM 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 …
- 1:33 AM 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 …
- 1:28 AM Ticket #7185 (event.namespace example not working in Chrome) created by
- Navigated to http://api.jquery.com/event.namespace/ Attempted to …
- 12:49 AM Ticket #7181 (.attr() issues with Chrome and Safari) closed by
- worksforme: live test case works for me.
- 12:22 AM TicketGuidelines/ModifyTicketSummary edited by
- (diff)
- 12:21 AM TicketGuidelines/ModifyTicketSummary edited by
- (diff)
Oct 13, 2010:
- 11:39 PM Ticket #6385 (getOrSet('value', undefined) should be interpreted as an attempt to ...) closed by
- wontfix: I believe the reason for this fallback is that: 1. If a valid value …
- 11:24 PM 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 …
- 10:59 PM Ticket #7184 (two tables make selector error) closed by
- invalid: Your selector
$("table tr:gt(0)")
selects all tr elements except … - 10:38 PM Ticket #7184 (two tables make selector error) created by
- <div id="Abc"> <table border="1"> <thead><tr> <th>站別</th> <th>帳號</th> …
- 9:25 PM Changeset [d490bcf]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 9:23 PM 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 …
- 6:06 PM Ticket #7183 (Keypress e.which, UP, DOWN, LEFT and RIGHT) created by
- Hi jQuery Test case is the example on: …
- 5:26 PM 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 …
- 4:07 PM Ticket #7182 (Combination Has Attribute Selector [name] + :first does not work) created by
- HTML […] JS […] The combination of the three …
- 3:48 PM Ticket #7137 (jQuery-tmpl: Expose array index for items) closed by
- invalid: If you read through here you should find an adequate explanation of …
- 3:08 PM 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 …
- 2:27 PM Changeset [cd8f491]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 1:50 PM 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 …
- 1:46 PM Ticket #7181 (.attr() issues with Chrome and Safari) created by
- When submitting a form in Chrome or Safari, adding an .attr() value …
- 1:23 PM 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 …
- 1:11 PM 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 …
- 12:26 PM 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 …
- 11:45 AM Ticket #7179 (.text on input element causes exception in IE) created by
- When calling .text(0) on an input element IE throws an exception. …
- 10:48 AM 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: …
- 10:38 AM Changeset [f3d610e]1.12-stable2.2-stablekillphp by
- src/event.js
- 10:35 AM Changeset [88068f82]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:31 AM 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 …
- 10:30 AM Changeset [39addc8]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 10:20 AM 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 …
- 10:04 AM Ticket #7176 (API Docs: Error in `after`) created by
- From http://api.jquery.com/after/: > As of jQuery 1.4, .before() and …
- 9:43 AM 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 …
- 7:50 AM 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 …
- 7:27 AM Ticket #7174 (Animate background-position works for left but not top) created by
- $('#obj').animate({'background-position': '20% 80%'},1000); Only the …
- 6:29 AM Ticket #7173 (slideDown does not slide correctly on dinamically created layers) created by
- When I try to do this: var div = …
- 5:53 AM 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 …
- 2:42 AM Ticket #3226 (val() and val(string) do not work with SELECTs in IE6) closed by
- worksforme: test case works for me.
- 2:05 AM Ticket #7171 (dataType plugins for $.ajax()) created by
- This would be useful: dataType plugins for $.ajax() et al. Plugins …
- 1:32 AM TicketGuidelines/ModifyTicketSummary created by
- Some people are not getting the message, so put it on the comment box too.
- 12:42 AM Changeset [8fb4d9a]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 12:32 AM Changeset [73e4ef2]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 12:10 AM Changeset [9ede46b]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 12:07 AM Changeset [ec462a3]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
Oct 12, 2010:
- 11:51 PM Ticket #7170 (jQuery encodes ampersand in &2sup;) closed by
- invalid: Heh, no worries.
- 11:10 PM Ticket #7170 (jQuery encodes ampersand in &2sup;) created by
- The "squared" or "superscript 2" entity is not recognised by jQuery's …
- 10:51 PM TicketGuidelines/NewTicketSummary edited by
- wording (diff)
- 10:44 PM 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 …
- 9:51 PM Changeset [2ef8da0]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:30 PM Ticket #7168 (globalEval assumes JavaScript is being evaluated) created by
globalEval
assumes that thedata
argument contains JavaScript. In …- 8:56 PM Changeset [783bb2a8]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 8:29 PM 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 …
- 7:54 PM 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 …
- 7:49 PM Changeset [1518ae1]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 7:15 PM 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 …
- 6:11 PM 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
- 4:38 PM 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 …
- 3:44 PM Changeset [9ced9f28]1.12-stable2.2-stablekillphp by
- version.txt
- 3:44 PM Changeset [3e5520f]1.12-stable2.2-stablekillphp1.4.3rc2 by
- version.txt
- 3:38 PM Changeset [b85f8673]1.12-stable2.2-stablekillphp by
- version.txt
- 2:14 PM TicketGuidelines/NewTicketSummary edited by
- cleaned it up yo (diff)
- 2:07 PM TicketGuidelines/NewTicketSummary created by
- 2:07 PM WikiStart created by
- 2:07 PM WikiRestructuredTextLinks created by
- 2:07 PM WikiRestructuredText created by
- 2:07 PM WikiProcessors created by
- 2:07 PM WikiPageNames created by
- 2:07 PM WikiNewPage created by
- 2:07 PM WikiMacros created by
- 2:07 PM WikiHtml created by
- 2:07 PM WikiFormatting created by
- 2:07 PM WikiDeletePage created by
- 2:07 PM TracWorkflow created by
- 2:07 PM TracWiki created by
- 2:07 PM TracUpgrade created by
- 2:07 PM TracUnicode created by
- 2:07 PM TracTimeline created by
- 2:07 PM TracTicketsCustomFields created by
- 2:07 PM TracTickets created by
- 2:07 PM TracSyntaxColoring created by
- 2:07 PM TracSupport created by
- 2:07 PM TracStandalone created by
- 2:07 PM TracSearch created by
- 2:07 PM TracRss created by
- 2:07 PM TracRoadmap created by
- 2:07 PM TracRevisionLog created by
- 2:07 PM TracRepositoryAdmin created by
- 2:07 PM TracReports created by
- 2:07 PM TracQuery created by
- 2:07 PM TracPlugins created by
- 2:07 PM TracPermissions created by
- 2:07 PM TracNotification created by
- 2:07 PM TracNavigation created by
- 2:07 PM TracModWSGI created by
- 2:07 PM TracModPython created by
- 2:07 PM TracLogging created by
- 2:07 PM TracLinks created by
- 2:07 PM TracInterfaceCustomization created by
- 2:07 PM TracInstall created by
- 2:07 PM TracIni created by
- 2:07 PM TracImport created by
- 2:07 PM TracGuide created by
- 2:07 PM TracFineGrainedPermissions created by
- 2:07 PM TracFastCgi created by
- 2:07 PM TracEnvironment created by
- 2:07 PM TracChangeset created by
- 2:07 PM TracCgi created by
- 2:07 PM TracBrowser created by
- 2:07 PM TracBackup created by
- 2:07 PM TracAdmin created by
- 2:07 PM TracAccessibility created by
- 2:07 PM TitleIndex created by
- 2:07 PM SandBox created by
- 2:07 PM RecentChanges created by
- 2:07 PM PageTemplates created by
- 2:07 PM InterWiki created by
- 2:07 PM InterTrac created by
- 2:07 PM InterMapTxt created by
- 2:07 PM CamelCase created by
- 1:38 PM Ticket #7165 (wrap leaks objects in $.cache) created by
- If a node is created via wrap, it is not properly removed from the …
- 1:13 PM 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 …
- 10:56 AM Changeset [478fa8f]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 10:13 AM Ticket #7164 (1.4.3rc1 - Multiple child selectors fail) closed by
- fixed: Fixed …
- 10:13 AM Changeset [085de84]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 10:07 AM Ticket #7164 (1.4.3rc1 - Multiple child selectors fail) created by
- When there are multiple child selectors in a single selector, the …
- 9:48 AM Ticket #7163 (Calling data() on an empty set throws "TypeError: a is undefined") closed by
- worksforme: This was resolved in jQuery 1.4.3.
- 9:26 AM 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. …
- 9:20 AM Ticket #7144 (find('> .foo, >.bar') returns only the first collection of elements ...) closed by
- fixed: Fixed …
- 9:19 AM Changeset [5200194]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 8:57 AM 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) …
- 8:55 AM 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
- 8:52 AM Ticket #7159 (double unbind fails on window object in 1.4.3rc1) closed by
- duplicate: This was already fixed here: …
- 8:00 AM 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 …
- 7:27 AM 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 …
- 5:07 AM 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 …
- 2:39 AM 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 …
- 1:56 AM Ticket #7158 (Web page height Increases while using datepicker) created by
- Hi. we build a webpage using html tables and used datepicker as field. …
- 1:18 AM 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 …
- 1:15 AM 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 …
- 1:09 AM 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 …
- 1:06 AM 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 …
- 12:58 AM Ticket #6771 (Quality factors for content negotiation) closed by
- invalid: I can't quite understand what aspect of our Ajax implementation you …
- 12:52 AM Ticket #7157 (Animation callback shows element is still ":animated") created by
- After an element has completed its animation, the callback still shows …
- 12:49 AM 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 …
- 12:35 AM Changeset [ff6cead]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
Oct 11, 2010:
- 10:46 PM 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 …
- 10:09 PM Ticket #7154 (Trac Preferences missing timezones.) closed by
- fixed: This is something which we have amended in the new version of the bug …
- 8:22 PM Ticket #7155 (api.jquery.com and scrollTop) created by
- When switching from another browser window to the one that has …
- 8:20 PM Ticket #7154 (Trac Preferences missing timezones.) created by
- Not all places have timezones that are whole hours offset from GMT. …
- 7:19 PM Ticket #7153 (attribute selector with namespace does not find valid selectors when ...) closed by
- worksforme: This was fixed in jQuery 1.4.3.
- 6:52 PM Ticket #7153 (attribute selector with namespace does not find valid selectors when ...) created by
- original question: …
- 6:30 PM Ticket #7146 (jquery-1.4.3rc1.js - TypeError: 'jQuery.ajax.triggerGlobal' is not a ...) closed by
- fixed: Fixed …
- 6:29 PM Changeset [6245ecb]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 6:23 PM 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
- 6:21 PM Ticket #7143 (1.4.3rc1: .resize() doesn't work) closed by
- fixed: Fixed …
- 6:20 PM Changeset [1df5084]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 6:03 PM Changeset [c00a6ff]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 5:52 PM Changeset [1dee0d2e]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 4:44 PM Changeset [d23f63b]1.12-stable2.2-stablekillphp by
- src/effects.js
- 4:41 PM Ticket #7141 ($.fn.show doesn't make element visible if it was previously hidden ...) closed by
- fixed: Landed http://github.com/jquery/jquery/pull/49
- 4:40 PM Changeset [5f30ae3b]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 4:29 PM Ticket #7148 (1.4.3rc1: Cannot get styles from disconnected nodes) closed by
- fixed: Landed http://github.com/jquery/jquery/pull/47
- 4:27 PM Ticket #7147 (1.4.3 RC1 breaks jQuery UI dialog) closed by
- duplicate: Duplicate of #7142.
- 4:22 PM Changeset [5646a4f]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 4:00 PM Ticket #7151 (1.4.3 RC1 gets confused on hide() and then show()) closed by
- duplicate: Duplicate of #7141
- 3:11 PM Ticket #7152 (1.4.3rc1 - Multiple direct child selectors fail) closed by
- duplicate: Duplicate of #7144.
- 3:11 PM Changeset [22ccbf8]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 2:54 PM Ticket #7152 (1.4.3rc1 - Multiple direct child selectors fail) created by
- When calling .find() with two selectors that both start with the child …
- 2:45 PM Ticket #7149 (Problem with jquery-ui dialog) closed by
- duplicate: addysomani your testcase is broken. The problem is with the
buttons
… - 2:36 PM 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 …
- 2:23 PM 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 …
- 1:22 PM Ticket #7143 (1.4.3rc1: .resize() doesn't work) reopened by
- This is related with page onload event. […] I've observed, maybe …
- 11:57 AM Ticket #7149 (Problem with jquery-ui dialog) created by
- I have the following code for a jquery dialog: …
- 11:41 AM 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 …
- 11:14 AM 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 …
- 10:52 AM 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 …
- 10:36 AM 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 …
- 10:08 AM Changeset [aa9e4db]1.12-stable2.2-stablekillphp by
- src/effects.js
- 9:49 AM 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 …
- 8:45 AM Changeset [2866f16c]1.12-stable2.2-stablekillphp by
- version.txt
- 7:46 AM Ticket #7142 (Closest() is broken in 1.4.3) closed by
- fixed: Fixed …
- 7:45 AM Changeset [385ca2a]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 5:21 AM Ticket #7144 (find('> .foo, >.bar') returns only the first collection of elements ...) created by
- "find('> .foo, >.bar')" returns only the first collection of elements …
- 4:37 AM Ticket #7143 (1.4.3rc1: .resize() doesn't work) created by
- I've got in body onload a function which executes followed code: …
- 4:33 AM Ticket #7142 (Closest() is broken in 1.4.3) created by
- The closest method ends in the following loop: for ( i = 0, l = …
- 4:32 AM Ticket #7141 ($.fn.show doesn't make element visible if it was previously hidden ...) created by
- jQuery version: jQuery 1.4.3rc1 I have following html element: <div …
- 2:19 AM Ticket #7140 (JQuery testsuite results aren't consistent) created by
- Build Details: ============= JQuery Testsuite …
Oct 10, 2010:
- 11:28 PM Changeset [2c04035]1.12-stable2.2-stablekillphp by
- Makefile
- 11:26 PM Ticket #6802 (IE Memory leak with ajax) closed by
- duplicate: Dup of #6242.
- 11:09 PM Changeset [71a5826]1.12-stable2.2-stablekillphp by
- version.txt
- 11:09 PM Changeset [66a788a]1.12-stable2.2-stablekillphp1.4.3rc1 by
- version.txt
- 6:54 PM Changeset [19b4ba3]1.12-stable2.2-stablekillphp by
- src/offset.js
- 6:46 PM Changeset [26db3f09]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 6:01 PM Changeset [884de15f]1.12-stable2.2-stablekillphp by
- src/event.js
- 6:00 PM Ticket #4659 (IE 7 bind listening bug with "change" event) closed by
- worksforme: This was fixed in jQuery 1.4-1.4.2.
- 4:06 PM Changeset [bb0b9b8]1.12-stable2.2-stablekillphp by
- speed/find.html
- 3:42 PM Changeset [fac7e61f]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 3:36 PM Changeset [ba149e7]1.12-stable2.2-stablekillphp by
- speed/filter.html
- src/traversing.js
- 3:14 PM Changeset [eb67d99]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 3:01 PM 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, …
- 2:51 PM Changeset [1f7bbd8]1.12-stable2.2-stablekillphp by
- speed/filter.html
- 2:16 PM Changeset [f2b028f7]1.12-stable2.2-stablekillphp by
- speed/filter.html
- 1:39 PM Changeset [63c892b]1.12-stable2.2-stablekillphp by
- speed/closest.html
- 1:37 PM Changeset [6f0b06a]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 1:22 PM Changeset [96d8c481]1.12-stable2.2-stablekillphp by
- speed/closest.html
- 11:50 AM Ticket #6885 ($.each to throw error when iterating object is invalid) reopened by
- Hi, sorry, i've been busy. $.each(undefined, function(){ ... }); are …
- 12:33 AM Changeset [0ca35de]1.12-stable2.2-stablekillphp by
- speed/benchmark.js
- speed/closest.html
- src/traversing.js
Note: See TracTimeline
for information about the timeline view.