Timeline
11/10/10:
- 22:37 Ticket #7465 (Incorrect checking for cross-site XHR) created by
- I already created http://bugs.jquery.com/ticket/6873 but it was …
- 21:55 Ticket #5666 (Memory leak (1.4a1)) closed by
- invalid: Checked through the UI tracker for the period this ticket was submitted …
- 21:34 Ticket #5806 (jQuery leaves textnodes in replaceWith) closed by
- fixed: As Sebmaster states, this appears to have been fixed in jQuery 1.4.2 and …
- 21:21 Ticket #5969 ('Access Denied' on 2nd time for wrap().) closed by
- wontfix: As this is not something jQuery can currently work around in IE and there …
- 20:52 Ticket #6303 (support for leading/trailing fragments when using jQuery() to create DOM ...) closed by
- invalid: As the original ticket submitter has noted correctly that we specify …
- 20:26 Ticket #7312 (add class does not work for multiple calls) closed by
- wontfix
- 20:06 Ticket #7431 (IE8 find() and parents() bug.) closed by
- worksforme
- 20:06 Ticket #7459 (Escaping meta-characters in Internet Explorer 6 and 7) closed by
- duplicate
- 20:04 Ticket #6142 ($.getJSON doesn't work using anything newer than jquery 1.3.2?) closed by
- invalid: The reason your code is currently not working is because you're passing …
- 19:55 Ticket #7464 (Synchronous AJAX calls prevent DOM updates made BEFORE call) closed by
- invalid: You answered this yourself: async: false, If true this runs as …
- 19:50 Ticket #5677 (Live click events don't register on MobileSafari (iPhone)) closed by
- patchwelcome: Technically, click events don't exist on touch devices. You may have more …
- 19:46 Ticket #7463 ($('+div', this).html(); returns null) closed by
- duplicate: Since passing a context just transforms the call into a $(arg2).find(arg1) …
- 19:45 Ticket #7464 (Synchronous AJAX calls prevent DOM updates made BEFORE call) created by
- Seen in Chrome 7, IE 8 Works as expected in FF 3.6.6 With a synchronous …
- 19:19 Ticket #7458 (slow click event handle?) closed by
- invalid: Commenting out "$('.opaque, .modal').remove();" in $.modalRemove() …
- 19:08 Ticket #7463 ($('+div', this).html(); returns null) created by
- http://jsfiddle.net/3QmTx/
- 18:55 Ticket #7460 (Validate breaks on id="id" or name="id") closed by
- duplicate
- 18:41 Ticket #7462 (change event isn't triggering if clicked on rating scale) created by
- I you fill an text input field that has click event attached to it, it is …
- 18:34 Ticket #4171 (Allow animation of CSS Transform Properties) closed by
- wontfix: This canm now be accomplished with a plugin that leverages jQuery's new …
- 18:34 Ticket #7461 ($.ajax(this) no longer allows "retries".) created by
- In JQ 1.4.2, you can send an ajax request, and on error, resend it using …
- 18:31 Ticket #7460 (Validate breaks on id="id" or name="id") created by
- If a form has ANY input element (even one that is not subject to …
- 18:25 Ticket #4461 (Support array input into .css to return an object of css properties) closed by
- wontfix: This could be accomplished by using jQuery.fn.map, and if you need it as …
- 17:46 Ticket #7459 (Escaping meta-characters in Internet Explorer 6 and 7) created by
- Documentation for Selectors contains following part: «If you wish to use …
- 16:26 Ticket #7458 (slow click event handle?) created by
- i have modal div with table on it. Clicks on tr removes them (it cant …
- 16:25 Ticket #7457 ($("[name]", form.elements) not working) closed by
- invalid: You are using the context argument to try to scope your search, but it's …
- 16:19 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) reopened by
- Rick got his patch working - we're going to try this for 1.4.5. …
- 16:15 Changeset [648b0513facc0261f1dffa238344802410f0055b] by
-
- version.txt
- 16:14 Changeset [50708c070704c607a0ddc51679b93845c8fee5e1] by
-
- version.txt
- 15:55 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) closed by
- wontfix: This commit was backed out last night, here: http://bit.ly/cJZckd It's not …
- 15:54 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) reopened by
- 15:24 Ticket #7456 (jQuery removes body-element when parsing string with html or xml) closed by
- invalid: There is no signature of jQuery() that accepts an xml string.
- 15:23 Changeset [2a23650a19ed4db2d031697638bdd71c06f44492] by
-
- test/unit/effects.js
- 14:36 Ticket #7457 ($("[name]", form.elements) not working) created by
- $("[name]", form.elements) not working-return empty result.
- 08:45 Ticket #7456 (jQuery removes body-element when parsing string with html or xml) created by
- When passing a string with well formed xml or html jQuery will remove any …
- 05:41 Ticket #7455 (1.4.4rc2 fails in IE9 Preview 6 under certain conditions) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Please report it to …
- 05:10 Ticket #7455 (1.4.4rc2 fails in IE9 Preview 6 under certain conditions) created by
- For reasons not known to me, I'm getting this error: SCRIPT5022: …
- 04:42 Changeset [86cf820d36341842e10084a97d2ecf87393336f3] by
-
- src/effects.js
- test/unit/effects.js
- 04:33 Changeset [efaf375e56920c9699c3d4ef09fb9171352aa8bb] by
-
- src/css.js
- 04:29 Ticket #7395 (css() and the dimensions functions broken) closed by
- fixed: Maintain returning 0px from width/height for disconnected nodes for …
- 04:29 Changeset [3394d32ea75cffb8c8c386d607823cae878b9145] by
-
- src/css.js
- test/unit/css.js
- test/unit/dimensions.js
- 04:18 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) closed by
- fixed: Fixes #7397; Adds 4 supporting unit tests. Changeset: …
- 04:18 Changeset [795e880bba1f7f949df58748f7fd92e50296a8f4] by
-
- src/effects.js
- test/unit/effects.js
- 02:23 Ticket #5952 (quote within select value is not parsed correctly, IE specific) closed by
- worksforme: http://jsfiddle.net/dmethvin/XC2qA/
- 02:15 Ticket #7453 (Home-grown component live invalid) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Your use of live is …
- 02:14 Ticket #7454 (each() not firing under IE) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The elements you are …
- 02:05 Ticket #6006 (Add `object of event/handler pairs` as an option argument to $.fn.delegate) closed by
- duplicate
- 01:37 Ticket #7454 (each() not firing under IE) created by
- The following each() does not fire with jQuery 1.4.4rc2 under IE7 or IE8 …
- 01:29 Ticket #7453 (Home-grown component live invalid) created by
- Home-grown component live invalid, for example $(this).live("mouseenter", …
- 01:25 Ticket #5896 (Easy setter for .data method) closed by
- duplicate
- 01:13 Ticket #7418 (JsonP not removing script tag when call completed) reopened by
- Jitter - thank you. That seemed ever so bizarre that the issue just, "went …
- 00:52 Ticket #6585 (Non-immediate .hide() pulls <li> from <ol> list) closed by
- worksforme: Worked for me on IE8, this was probably due to some older issues with …
- 00:49 Ticket #6563 (Log functionality for firebug) closed by
- invalid: Not really a jQuery thing. A plugin could create cross-browser support for …
- 00:31 Ticket #6429 (Selector problem: elements with "<" and ">" with backslash escaping aren't ...) closed by
- wontfix: This is due to the documented behavior of the jQuery() method. > …
- 00:22 Ticket #6410 ($.ajax will through parsererror if option data is not assign) closed by
- worksforme: As long as you don't access the data property in the callback it isn't …
- 00:19 Ticket #6328 (Attribute selector with escaped character doesn't work when used with a ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/4UZZY/
11/09/10:
- 23:59 Ticket #5091 (Attribute type of "multiple" in chrome/safari/firefox) closed by
- wontfix: multiple="True" is not a valid attribute on input type="text", nor is …
- 23:36 Changeset [49f088f2db21816f4b453ab4a22442ac031ab9bd] by
-
- src/attributes.js
- 23:20 Changeset [8f2667f4c09d14de413cac1e3c5fc5783521b0e0] by
-
- src/effects.js
- 23:06 Changeset [118c8c4600b62d6de2b0248ae27626da74dcf5b2] by
-
- src/effects.js
- test/unit/effects.js
- 21:50 Ticket #7452 (Next Adjacent/Sibling Selectors no longer work without "prev" element) created by
- Using the next selectors ([ http://api.jquery.com/next-adjacent-Selector/ …
- 21:31 Changeset [e2d0671f4c260f2bd97fe76269188d5d6fc19dcd] by
-
- test/unit/attributes.js
- 21:18 Ticket #7449 (element hidden external to DOM doesnt show (once appended)) closed by
- worksforme
- 21:14 Changeset [fc563cc42a4cf9b8d717f1fa4f397e76a132d90a] by
-
- src/core.js
- test/unit/core.js
- 20:52 Changeset [a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21] by
-
- src/attributes.js
- test/unit/attributes.js
- 20:51 Ticket #7451 ($(document) cannot fetch attributes on document object) closed by
- fixed: Remove conditional that prevents attr from working on non-Element nodes. …
- 20:49 Changeset [d1a88b2e588ff9ed5b41396152e936012210d225] by
-
- src/ajax.js
- src/core.js
- test/unit/ajax.js
- test/unit/selector.js
- 20:09 Ticket #7448 ('animate' doesn't work for 'background-position' property in IE6-7) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. If you want to …
- 19:34 Ticket #7450 (Animate with left position below -10000px is buggy - inserts an animate to ...) closed by
- duplicate
- 19:03 Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in 1.4.3 ...) closed by
- fixed: Ensure that unquoted attribute selectors are quoted (allowing them to go …
- 19:03 Changeset [b0e1e83aa987279dcdb81112ec942c161111be17] by
-
- test/unit/selector.js
- 18:44 Ticket #7352 (Appending iframe on "ready" causes re-trigger of "ready") closed by
- fixed: Make sure that if an additional load event is triggered (such as an iframe …
- 18:44 Changeset [983548f8ebc3fcd1bb4600bc4b740cb8a5d4c48b] by
-
- src/core.js
- 17:41 Ticket #7422 (Ajax abort() regression for IE in jQuery 1.4.3 (through 1.4.4rc2)) closed by
- fixed: Pulled in.
- 17:40 Changeset [aa743969763bde258fd16979c7205605ac6eae0f] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/dimensions.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/offset.js
- …
- 17:13 Changeset [a42f7a2590ea21dbe8eb1e11f927a952bdd30c1e] by
-
- test/unit/selector.js
- 17:02 Ticket #7451 ($(document) cannot fetch attributes on document object) created by
- I think this is a regression (1.4.2 is ok) […] Tested on chromium …
- 16:33 Ticket #7450 (Animate with left position below -10000px is buggy - inserts an animate to ...) created by
- Test the code below and go beyond the 100th block with the right arrow. An …
- 16:09 Changeset [fb48ae8e6cca25fd29ef2b1eb23e9efa7b0eef7c] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/dimensions.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/offset.js
- …
- 15:41 Ticket #7449 (element hidden external to DOM doesnt show (once appended)) created by
- When an element is created out of the DOM and it's hidden then it does not …
- 15:37 Ticket #7418 (JsonP not removing script tag when call completed) closed by
- worksforme: I've re-assessed this issue and I'm confident the issue is in fact …
- 15:34 Changeset [b5b3c73db3e4e615e504cd0af08ff6842b104542] by
-
- src/event.js
- src/manipulation.js
- 14:13 Ticket #7448 ('animate' doesn't work for 'background-position' property in IE6-7) created by
- Since I switched to jquery-1.4.3 the following code stopped working in …
- 13:23 Ticket #7447 (wrap block with jquery $(function(){}) causes double execution) closed by
- duplicate
- 13:00 Ticket #7447 (wrap block with jquery $(function(){}) causes double execution) created by
- if you havs <script> block inside some <div>, and this <script> block …
- 08:07 Ticket #7446 (prepend and prependTo methods not accurate as method descriptors) closed by
- wontfix: Ajax isn’t a “word in any real dictionary” either. Deal with it. …
- 08:01 Ticket #7446 (prepend and prependTo methods not accurate as method descriptors) created by
- "Prepend" isn't a word in any real dictionary, it is jargon. Should …
- 07:55 Ticket #6591 (":enabled" pseudo-selector is wrong) closed by
- duplicate: Workaround: Use
- 07:52 Ticket #4913 (Safari multiple class select fail on disconnected elements) closed by
- worksforme: test case
- 03:24 Ticket #7445 (attribute selector not support attribute name with '$') closed by
- invalid: Thanks for the report but this is not a jQuery bug. $sw is not valid in …
- 03:22 Ticket #6264 (.submit() silently fails if the form has a <input name="submit">) closed by
- duplicate
- 03:16 Ticket #7445 (attribute selector not support attribute name with '$') created by
- I did get the result i wanted when i using selector 'p[ $sw="sw"] 。 i …
- 03:13 Ticket #4416 ($(window).height() does not work on Nokia 5800) closed by
- worksforme: Only S60 v5.0 is supported by jQuery. This should be fixed as of 1.4.3; …
- 03:10 Ticket #6109 (Event rises at its binding in IE.) closed by
- duplicate
- 03:07 Ticket #7400 (Setting CSS opacity in IE to an element showing PNG image with partially ...) closed by
- duplicate
11/08/10:
- 23:06 Ticket #7444 (Submitting form with "Enter" instead of button click on ie8 or ie7 ...) created by
- Run the following using ie8 and you will see the event triggered twice. …
- 22:39 Ticket #6946 (MediaWikiBagOStuff::_doquery MySQL returned error 1205: Lock wait timeout ...) closed by
- wontfix
- 21:40 Ticket #7443 (Make .text()/.val() interchangable) created by
- Right now there is a lot of confusion over when to use .text() or .val(). …
- 21:35 Ticket #5284 (mootools conflict with getElementsByClassName) closed by
- duplicate
- 21:09 Ticket #7442 (slideDown/slideUp "jump" when surrounding elements are margin collapsing) created by
- Whenever you use slideDown("slow") on any object, the animation, instead …
- 20:50 Ticket #7441 (Add .disable() and .check() methods) created by
- These would be very useful (a quick map on top of .attr() and also for …
- 20:13 Ticket #7440 (Can't bind global Ajax events to window object) created by
- I can't seem to bind global Ajax events like ajaxSuccess to the window …
- 20:11 Ticket #7439 (Links not visited in IE with ajax) closed by
- duplicate
- 20:11 Ticket #7439 (Links not visited in IE with ajax) reopened by
- 20:08 Ticket #7437 (Attribute Not Starts With Selector [name^!="value"]) closed by
- wontfix: This can be achieved already. Please look: …
- 19:58 Ticket #7439 (Links not visited in IE with ajax) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The same behaviour …
- 19:44 Ticket #7438 ($(select).val('') sets last blank as selectedIndex AND $(select).val('') ...) closed by
- invalid: Invalid as per boushley’s comments.
- 19:03 Ticket #7439 (Links not visited in IE with ajax) created by
- In jquery, when you dynamically create links in a page whose href points …
- 19:01 Ticket #7438 ($(select).val('') sets last blank as selectedIndex AND $(select).val('') ...) created by
- http://jsfiddle.net/ju8pz/ For both select boxes, first option should be …
- 17:45 Ticket #7437 (Attribute Not Starts With Selector [name^!="value"]) created by
- Add the possibilities to add the ! to starts and end selector. == …
- 17:20 Ticket #7436 (jqueryContext: Enable jQuery functions in iframes without loading jQuery ...) closed by
- wontfix: I recommend writing a plugin, writing docs for your plugin's api, writing …
- 17:17 Ticket #7435 (Firefox title attribute (tooltips) stop working when returning False from ...) closed by
- invalid: It's not a bug at all, it just takes a few seconds to appear.
- 16:44 Ticket #7436 (jqueryContext: Enable jQuery functions in iframes without loading jQuery ...) created by
- On a recent project I'm working on (not published yet, sorry) I use …
- 16:33 Ticket #3299 (Memory leaks when using opacity on overlay for a dialog) closed by
- invalid: Closing as invalid. This is the bug tracker for jQuery bugs only, not …
- 15:39 Ticket #7435 (Firefox title attribute (tooltips) stop working when returning False from ...) created by
- Please refer to http://jsfiddle.net/QHuxh/ for an example demonstrating …
- 14:56 Ticket #7432 (.undelegate() doesnt clear up properly) closed by
- worksforme: As mentioned, the test case you provided was linking to jQuery 1.4.2 and …
- 14:53 Ticket #7430 (about parentsUntil()) closed by
- invalid: I believe that Jitter has covered the main issues in this ticket. Namely …
- 14:26 Ticket #7434 (Add execute() to jQuery core) created by
- I think there should be a jQuery function similar to .globalEval(), but …
- 12:34 Ticket #7433 (Web site error) created by
- Hello, Nothing important but... http://forum.jquery.com/search/%22%3E …
- 10:18 Ticket #7432 (.undelegate() doesnt clear up properly) created by
- Found this while delegating and undelegating alot - it appears there is …
- 08:53 Ticket #7431 (IE8 find() and parents() bug.) created by
- This code […] returns "Object doesn't support this property or method" …
- 08:47 Ticket #7430 (about parentsUntil()) created by
- something wrong with this function, e.g. I got a DOM like this <div …
- 07:25 Ticket #5911 (jQuery 1.4 won't load in a non-HTML document) closed by
- worksforme: I've just tested your SVG code with embedded jQuery using 1.4.3 and this …
- 07:19 Ticket #5682 (mouseenter/mouseleave from or to a scrollbar cause error in Firefox) closed by
- invalid: Closing as this bug has been confirmed by the submitting user as being a …
- 07:11 Ticket #4351 (INVALID_NODE_TYPE_ERR Uncaught exception / Selector engine) closed by
- worksforme: Testing this bug with jQuery 1.4.4 RC2, Chrome (7) appears to behave in …
- 07:07 Ticket #4228 (class selector regression in xhtml in firefox) closed by
- worksforme: This appears to be working fine now with jQuery 1.4.4 RC2 …
- 07:04 Ticket #4711 (Webkit: find with colon ":" in search returns incorrect results) closed by
- invalid: Please note that for any special characters you wish to use in selectors …
- 07:01 Ticket #5146 (RegExp.leftContext and FF3.0.x) closed by
- fixed: Having reviewed the latest version of jQuery (1.4.4 RC2), I can't seem to …
11/07/10:
- 21:27 Ticket #3968 (ID-based lookup much slower on large pages) closed by
- worksforme: 1.4 includes a shortcut for ID lookups, so this should no longer be an …
- 21:15 Ticket #7122 (Dynamic links aren't displayed as visited in IE 8 and IE 7) closed by
- invalid: This is not a bug. Those web sites all perform 301 redirects to add www to …
- 19:52 Ticket #7399 (Animate Padding to Zero) closed by
- invalid: I have updated the .animate documentation to match the .css …
- 19:46 Ticket #7429 ($('#myId') returns an array) closed by
- invalid: Thanks for the report, but this is not a bug. jQuery functions return …
- 18:24 Ticket #7429 ($('#myId') returns an array) created by
- $('#myId') returns an array. It's totally illogical. I'm asking for a …
- 15:25 Ticket #4895 (div.style is undefined when loading jQuery as a result of XSLT) closed by
- duplicate
- 15:17 Ticket #7408 (Attribute selector in "is" not working in firefox) closed by
- duplicate
- 15:13 Ticket #7428 (Custom Ajax Headers should not require explicit type (GET|POST)) created by
- This was a byproduct of: http://bugs.jquery.com/ticket/7424 End developer …
- 15:10 Ticket #7424 (setRequestHeader IE) closed by
- worksforme
- 15:03 Ticket #7427 (chrome viewport height changes depending on document length) closed by
- worksforme: This bug does not exist with jQuery 1.4.4rc2 …
- 14:56 Ticket #7426 (Conflict with Prototype.js caused by early exposure of global variables) closed by
- duplicate
- 13:48 Ticket #7427 (chrome viewport height changes depending on document length) created by
- Google Chrome: 7.0.517.44 jQuery: 1.4.2 Ubuntu: 10.4 The viewport height …
- 13:00 Ticket #7426 (Conflict with Prototype.js caused by early exposure of global variables) created by
- Open http://prototypejs.org/ in google chrome, copy and paste content from …
- 08:52 Ticket #7425 (Mobile) created by
- jq dont work on mobile
- 08:01 Ticket #7424 (setRequestHeader IE) created by
- Hi there again. I'm afraid last time my ticket was handled as spam... I'm …
- 02:15 Ticket #5264 (embed tags do not work anymore in IE6 with current nightly build) closed by
- invalid
- 00:31 Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in 1.4.3 ...) reopened by
- Changing the docs isn't a sufficient fix for this problem, especially for …
- 00:25 Ticket #2551 (val() failed after reset form in ie6/ie7) closed by
- worksforme: This bug no longer exists Tested in IE6 & 7 …
11/06/10:
- 23:59 Ticket #7423 (`val` fails to return numeric elem.value) closed by
- worksforme: I cannot reproduce this issue with 1.4.4rc2 …
- 20:35 Ticket #7423 (`val` fails to return numeric elem.value) created by
- When non-string value is assigned to element by: […] and then …
- 19:33 Ticket #3311 (Strange, inconsistent behavior of keypress() in FF 3 and IE 8) closed by
- fixed: This problem was fixed in jQuery 1.4.3.
- 18:52 Changeset [e57b73a0ac6f8fd0cdbbe7d43f1c7e198f475337] by
-
- src/ajax.js
- test/unit/ajax.js
- 05:04 Ticket #7422 (Ajax abort() regression for IE in jQuery 1.4.3 (through 1.4.4rc2)) created by
- There appears to be a regression with the Ajax abort() implementation in …
11/05/10:
- 21:24 Ticket #7421 (Ajax, jQuery.get error!) closed by
- invalid: The reason why you're seeing your page redirect is because you're using …
- 20:59 Ticket #7421 (Ajax, jQuery.get error!) created by
- Hi, is was testing this. I use it inside fancybox, but …
- 20:04 Ticket #7420 (Implement .child() shorthand for .children()) closed by
- wontfix: Wrong implied pluralization. child() implies one, children() are many. …
- 19:58 Ticket #7416 (Changing value not compatible with new jQuery) closed by
- invalid: This issue is invalid/cannot be reproduced. I was able to quickly create …
- 19:47 Ticket #7420 (Implement .child() shorthand for .children()) created by
- Child is shorter than children and we already can see child in places like …
- 19:09 Ticket #7419 (css() function returns physical height/width rather than the CSS attribute ...) closed by
- duplicate: This is fixed in 1.4.4rc2
- 18:45 Ticket #7419 (css() function returns physical height/width rather than the CSS attribute ...) created by
- When an element has its height or width CSS attribute set to "100%", the …
- 18:05 Ticket #7414 (complete and succes ajax events are not fired in version 1.4.3) closed by
- duplicate
- 17:50 Ticket #7406 (Infinite loop in IE6 using option:selected) closed by
- invalid: Fixed. Please take a look at this: …
- 17:21 Ticket #7418 (JsonP not removing script tag when call completed) created by
- Seem to be still experiencing the bug for Ticket #7196, in jQuery 1.4.4 …
- 16:48 Ticket #7417 (.css('border-spacing') throws on IE8) created by
- There exists another ticket #5420 closed with "worksforme", so I'll try to …
- 16:43 Ticket #7416 (Changing value not compatible with new jQuery) created by
- I know this question pertains to a UI plugin but I believe the problem …
- 16:21 Ticket #7412 (jquery 1.3.2 and 1.4.3 don't work properly under HbbTV embedded browser ...) closed by
- wontfix: We're sorry, but jQuery currently makes no attempts to solve issues in the …
- 16:08 Ticket #7415 (ajax event success and complete are not fired in version 1.4.3) created by
- Problem after upgrade from version 1.4.2 to 1.4.3 I upgraded from 1.4.2 …
- 16:06 Ticket #7414 (complete and succes ajax events are not fired in version 1.4.3) created by
- after upgraded from vesrion 1.4.2 of jquery to 1.4.3 the events complete …
- 13:07 Ticket #7398 (tds[0] does not exist) reopened by
- This whole time, I was looking in Firebug.
- 12:15 Ticket #7413 (Browser inconsistencies return of jQuery.isEmptyObject) created by
- * Firefox 3.6 (and 4b7) returns: jQuery.isEmptyObject("test") // false * …
- 11:47 Ticket #7412 (jquery 1.3.2 and 1.4.3 don't work properly under HbbTV embedded browser ...) created by
- I'm reporting this because I'm a great fan of JQuery but I'm well aware …
- 10:17 Ticket #7411 (Add reverse() function to jQuery core) created by
- Why isn't there a reverse() function in the jQuery core, to reverse the …
- 09:08 Ticket #7410 (cannot change input value in a variable) created by
- I have a variable: var jObj; Trying to change value with: …
- 09:07 Ticket #7409 (jQuery.fn.css('border-width') is seriously flawed) created by
- see: http://jsfiddle.net/boecko/3EdaS/2/[[BR]] 1.4.2 -> border-width 4px …
- 08:16 Ticket #7407 (find() doesn't work in IE8) closed by
- duplicate
- 08:12 Ticket #4264 (Multiple exceptions in (X)HTML documents produced by XSLT) closed by
- duplicate
- 07:51 Ticket #2422 (jQuery fail to keep all filters by using filters in css.) closed by
- duplicate
- 07:18 Ticket #7408 (Attribute selector in "is" not working in firefox) created by
- http://jsfiddle.net/Y3gW8/ Should be true in Firefox, works in other …
- 06:47 Ticket #7407 (find() doesn't work in IE8) created by
- With xhtml "DOCTYPE" and a input element with id as "id", the .find() …
- 02:40 Ticket #6417 (Script tags behave oddly when added to the document) closed by
- duplicate
- 02:25 Ticket #4345 (add isDescendantOf and isAncestorOf) closed by
- fixed: http://api.jquery.com/jQuery.contains/
- 02:22 Ticket #4128 (live function doesn't work on current elements) closed by
- worksforme: Works in 1.3.2 all the way up to the current version.
- 02:20 Ticket #3004 (cache option for getScript) closed by
- wontfix: This is trivially easy to do by appending a random number to the url, or …
- 02:17 Ticket #4306 (children selector error in opera) closed by
- worksforme: Thanks jitter!
- 02:10 Ticket #6458 (jQuery html(text) parses the javascript code out of its level) closed by
- duplicate
- 02:07 Ticket #6479 (.load() not using right context) closed by
- duplicate
- 02:05 Ticket #6484 (data attribute overwrited in new node creation) closed by
- fixed: Fixed in 1.4.3, with this commit: …
- 01:53 Ticket #7359 (Cannot detect mouse position over a disabled field in Firefox) closed by
- wontfix: A plugin seems like a great way to fix this, thanks jason_lau!
11/04/10:
- 23:50 Ticket #4887 (DOMSubtreeModified triggers twice when using jQuery.fn.html()) closed by
- wontfix: Mutation Events are not documented as supported by jQuery. In fact - …
- 23:45 Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't maintain ...) reopened by
- 23:44 Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't maintain ...) closed by
- wontfix: To clarify, my cases are meant to show proven, tested workaround to this …
- 23:43 Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't maintain ...) reopened by
- 23:28 Ticket #7406 (Infinite loop in IE6 using option:selected) created by
- In IE 6 (Service Pack 3): [yeh, I'd like to drop support for it too] In …
- 23:17 Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't maintain ...) closed by
- worksforme: Per addyosmani request, a third method: …
- 23:10 Ticket #7405 (jQuery.onReady fires before IE is ready to look at document.namespaces) closed by
- worksforme: Tested in IE 6, 7, 8 http://jsfiddle.net/rwaldron/25xUX/3/ …
- 22:58 Ticket #7405 (jQuery.onReady fires before IE is ready to look at document.namespaces) created by
- Problem comes up in Openlayers and is documented here: …
- 22:50 Ticket #3950 ($("select option[value='']") fails) closed by
- worksforme: This is no longer an issue http://jsfiddle.net/rwaldron/tHGqR/1/
- 22:21 Ticket #7404 (getScript does not wait until code has finished executing before callback ...) closed by
- worksforme: Tested: * FF3.0.12,3.6.12,4b6 (sorry, no 3.6.3) * Chrome 5,6,7,8 * Safari …
- 22:13 Ticket #7404 (getScript does not wait until code has finished executing before callback ...) created by
- $.getScript("mylib.js", function() { thingFromMyLib(); }); Result: …
- 22:12 Ticket #6715 (ie7 won't select [disabled='disabled']) closed by
- worksforme: Tested FF3.0.12,3.6.11,4b6 Chrome5,6,7,8 Safari5 IE6,7,8 Opera10.60 …
- 21:49 Ticket #7403 (Animate shows odd behavior with negative values over 9,999) closed by
- duplicate
- 20:48 Ticket #7403 (Animate shows odd behavior with negative values over 9,999) created by
- In jQuery 1.4.3 (and not in 1.4.2) I'm seeing an odd behavior when …
- 20:05 Ticket #7398 (tds[0] does not exist) closed by
- worksforme: Closing as per reporter request, and due to lack of a reproducible test …
- 18:16 Ticket #7401 (Quoteless HREF attribute selectors followed by .live() fail to execute in ...) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The selector you are …
- 18:13 Ticket #7402 (In IE --> $.ajax shows textStatus=parsererror and TypeError: Object ...) closed by
- invalid: The bug tracker is not a support forum. Please use the …
- 16:54 Ticket #7402 (In IE --> $.ajax shows textStatus=parsererror and TypeError: Object ...) created by
- hi, tried to use the following code. This works fine with Firefox and i …
- 16:40 Ticket #7401 (Quoteless HREF attribute selectors followed by .live() fail to execute in ...) created by
- Beginning with jQuery 1.4.3 and still in 1.4.4 rc2, the selector …
- 15:36 Ticket #7400 (Setting CSS opacity in IE to an element showing PNG image with partially ...) created by
- This problem occurs in any 1.3.x and and 1.4.x release. The black pixel …
- 10:17 Ticket #7399 (Animate Padding to Zero) created by
- The '.animate()' for padding always starts from zero pixel padding. A …
- 09:42 Ticket #7398 (tds[0] does not exist) created by
- I get the following error warning in firebug using the lastest version in …
- 04:02 Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) created by
- I just upgraded from 1.4.2 to 1.4.3, and it looks like a bug similar to …
- 03:58 Ticket #7396 ($(window).bind is undefine) created by
- $(window) will lost the property bind sometimes.
- 02:36 Ticket #7395 (css() and the dimensions functions broken) created by
- The dimensions functions and …
- 00:32 Ticket #7394 (http://docs.jquery.com/Category:Manipulation Database error) closed by
- duplicate
- 00:31 Ticket #5407 (fadeOut Fails When an Element Has float:left) closed by
- worksforme: Reproducible with 1.3.2 but not with 1.4.
11/03/10:
- 23:00 Ticket #7393 (Elements hidden before appended to the DOM can't be shown) closed by
- fixed: Limit the scope of the CSS 'auto' change to just height/width. Fixes …
- 23:00 Changeset [a4df6945b8f668d6fe4b1c77610987f738afa01e] by
-
- 22:59 Changeset [d9478954b9de79a7f3538e935bfd98cdc61ee435] by
-
- src/css.js
- test/unit/effects.js
- 22:57 Changeset [3e38a861fee065fa1a6e7678eefe90b2379fed8e] by
-
- src/css.js
- test/unit/effects.js
- 22:34 Ticket #7369 ($('<div>ff</div>').closest('[attr]'); raises exception in all browsers) reopened by
- Seems like it should be possible to use .closest() on disconnected …
- 22:24 Ticket #7394 (http://docs.jquery.com/Category:Manipulation Database error) created by
- link to this page creates a database error
- 22:17 Ticket #7393 (Elements hidden before appended to the DOM can't be shown) created by
- Worked before: […] It works if hide()is called after the appendTo. …
- 22:11 Ticket #7385 ([web][plugins] Spam as Plugin) closed by
- fixed: I deleted the laptopbattery plugin despite my benchmarks showing a marked …
- 22:08 Ticket #7386 ([web][plugins] Issues - Page not found) closed by
- fixed: I removed the broken link from the left sidebar menu.
- 21:30 Ticket #6621 (urlFilter function on the omgrequire branch incorrectly handle namespaces) closed by
- wontfix: omgrequire is not maintained.
- 21:28 Ticket #6589 (jQuery.ajax Browser History Enhancement) closed by
- wontfix: Most people don’t require their AJAX requests to be stateful, and adding …
- 21:25 Ticket #6512 (can't unset CSS property clip in IE) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. null is not a valid …
- 21:16 Ticket #7391 (ajax async:false does not properly block in IE7/IE8) closed by
- wontfix: Hi KingKaeru, unfortunately, this is an issue specific to the browser. IE …
- 20:46 Ticket #7392 (ajax async:false does not properly block in IE7/IE8) closed by
- duplicate
- 20:43 Ticket #7392 (ajax async:false does not properly block in IE7/IE8) created by
- jQuery ajax requests do not appear to be blocking properly when async is …
- 20:43 Ticket #7391 (ajax async:false does not properly block in IE7/IE8) created by
- jQuery ajax requests do not appear to be blocking properly when async is …
- 19:46 Changeset [335e0a33e19b9c8703246dd033dcc68c2da5de36] by
-
- version.txt
- 19:46 Changeset [4d7f7453dca8e385cfb02089a8d5b2c47371bba3] by
-
- version.txt
- 19:39 Changeset [fb4445070cd9e06929c7b6f27c10dbf42d4a3367] by
-
- src/css.js
- 17:42 Ticket #3930 (Make sure .load() callbacks for images are always called) closed by
- wontfix: Having spent an extreme amount of time and effort with peol trying to come …
- 17:36 Ticket #5983 (Add in load event support for images) closed by
- duplicate
- 17:35 Ticket #7390 (Chrome7: window.open blocked on synchronous ajax call) closed by
- invalid: Thanks for the report, but this is not a bug in either product. Putting …
- 16:26 Ticket #6754 (a.find(b) produces bad selector if a or b have grouped selectors) closed by
- invalid: OK. I think I see what these guys are pointing out. The .selector property …
- 16:02 Ticket #7390 (Chrome7: window.open blocked on synchronous ajax call) created by
- I've noticed a bug appeared in jquery-1.4.js Basicly, chrome always block …
- 14:52 Ticket #7389 (change .selector property into .selectors array) created by
- I'm just throwing this out there, but based on questions I've received …
- 14:12 Ticket #7387 ([web] Link to jQuery nightly) closed by
- fixed
- 14:00 Ticket #7383 (error on web site) closed by
- duplicate
- 13:18 Ticket #7384 (Error with IE7 and jQuery 1.4.3 only) closed by
- duplicate: In the future, please follow the …
- 12:19 Ticket #7388 (hoverintent + superfish no more working with 1.4.3 & 1.4.4 rc) created by
- works ok with jquery 1.4.2 (and lower) when using jquery 1.4.3 , the menu …
- 11:16 Ticket #7387 ([web] Link to jQuery nightly) created by
- I think several links in [ http://docs.jquery.com/How_to_Report_Bugs How to …
- 11:00 Ticket #7386 ([web][plugins] Issues - Page not found) created by
- On plugins.jquery.com main page, under "Navigation" page "Issues" is not …
- 10:57 Ticket #7385 ([web][plugins] Spam as Plugin) created by
- Pleae remove spam added as plugin. …
- 10:39 Ticket #7384 (Error with IE7 and jQuery 1.4.3 only) created by
- Hello everyone. I have found a bug who occurs with the jQuery 1.4.3 …
- 04:17 Ticket #7383 (error on web site) created by
- http://docs.jquery.com/Validation causes the following error message: …
- 03:33 Ticket #6426 (Problem with jQuery, IE 8 and overflow:auto) closed by
- wontfix: If you are satisfied with that solution, I will close this.
- 02:39 Ticket #6696 (Delegate does not work with child selector "> *") closed by
- invalid: This is because technically, '> *' is an invalid css selector. You can't …
- 01:49 Ticket #4431 (Change the jQuery expando prefix to data-jquery) closed by
- invalid: I hadn't had a chance to re-read the data-* attrs portion of the spec, but …
- 01:47 Ticket #6468 (Pass data into custom filters) closed by
- wontfix: I took a quick look at this and it isn't that straightforward to add. Data …
- 01:24 Ticket #7380 (.slideToggle <span> WebKit browsers OS X does not slide up) closed by
- worksforme: Thanks for the report, but this is not a jQuery bug. In 1.4.3 jQuery …
- 01:21 Ticket #7377 ((Internet Explorer 9) IE9 returns cached GET response on POST) closed by
- invalid: This is a bug in a beta product. We aren’t going to do anything to work …
- 01:16 Ticket #5526 (can't remove "border" element style in IE) closed by
- invalid: The original reporter never provided a response. In general the shorthand …
- 01:11 Ticket #6081 (delay an event) closed by
- invalid: Essentially this is like a debouncing operation on a button, and sounds …
Note: See TracTimeline
for information about the timeline view.
