Timeline
Nov 10, 2010:
- 11:34 PM Ticket #4584 (Append "contextmenu" event feature) closed by
- invalid: Just use .bind("contextmenu", ...).
- 11:30 PM Ticket #4026 (Possible speed improv. for closest()) closed by
- fixed: This was added in 1.4: http://api.jquery.com/closest/#closest2
- 10:46 PM Ticket #5022 (strings of markup and application/xml) closed by
- duplicate: This patch is too magical for my taste, it's very difficult to tell …
- 10:39 PM Ticket #6489 (e.which not working correctly in Internet Explorer) closed by
- duplicate
- 10:29 PM Ticket #5263 (capture phase using bind) closed by
- duplicate
- 9:36 PM Ticket #4950 (.click(function(){} on option error in IE) closed by
- patchwelcome: The fix proposed in #4780 seems like it would require too much code to …
- 9:30 PM Ticket #3827 (Checkbox state inconsistent in click event handler) closed by
- wontfix: This behavior has been consistent since jQuery's first version, so …
- 9:27 PM Ticket #7467 ($.each, $.extend, etc. should take care of JScript DontEnum bug) closed by
- patchwelcome: The page referenced does not provide any workaround that I could find. …
- 9:14 PM Ticket #5864 (.attr with iframe doesn't work correctly in IE and Opera) closed by
- patchwelcome: It doesn't seem practical to recreate the iframe in order to change …
- 9:02 PM Ticket #6456 (Div border will affect the boxModel) closed by
- worksforme: http://jsfiddle.net/dmethvin/kfE9e/1/ This one works fine in IE8. Your …
- 8:46 PM Ticket #6561 (Enhancing the :contains() selector) closed by
- wontfix: We're not encouraging additions to the selector syntax because …
- 8:44 PM Ticket #5833 (Greasemonkey "@require" error) closed by
- patchwelcome: Perhaps some Greasemonkey devs can examine the patch or propose an …
- 8:23 PM Ticket #2662 (attr "action" of form and Selectors' attribute filter) closed by
- worksforme: http://jsfiddle.net/dmethvin/6rCGW/ IE 8, FF 3.5, Chrome 7, Opera 10, …
- 8:18 PM Ticket #7467 ($.each, $.extend, etc. should take care of JScript DontEnum bug) created by
- See …
- 8:17 PM Ticket #3586 (Add selector support for jQuery's data methods) closed by
- wontfix: We're not encouraging additions to the selector syntax because …
- 8:09 PM Ticket #2316 (removeData for complete namespaces) closed by
- wontfix: The period is not currently a special character in
.data()
… - 8:04 PM Ticket #2147 (need a selector to match full string) closed by
- invalid: We're not encouraging additions to the selector syntax because …
- 7:59 PM Ticket #7466 (autoFill input doesn't work with Google Chrome) closed by
- invalid: Thanks for the report, but 1.3.2 is over two years old. If you use the …
- 7:10 PM Ticket #7466 (autoFill input doesn't work with Google Chrome) created by
- I use the JavaScript function below to have a default text on my input …
- 5:37 PM Ticket #7465 (Incorrect checking for cross-site XHR) created by
- I already created http://bugs.jquery.com/ticket/6873 but it was …
- 4:55 PM Ticket #5666 (Memory leak (1.4a1)) closed by
- invalid: Checked through the UI tracker for the period this ticket was …
- 4:34 PM Ticket #5806 (jQuery leaves textnodes in replaceWith) closed by
- fixed: As Sebmaster states, this appears to have been fixed in jQuery 1.4.2 …
- 4:21 PM 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 …
- 3:52 PM Ticket #6303 (support for leading/trailing fragments when using jQuery() to create ...) closed by
- invalid: As the original ticket submitter has noted correctly that we specify …
- 3:26 PM Ticket #7312 (add class does not work for multiple calls) closed by
- wontfix
- 3:06 PM Ticket #7431 (IE8 find() and parents() bug.) closed by
- worksforme
- 3:06 PM Ticket #7459 (Escaping meta-characters in Internet Explorer 6 and 7) closed by
- duplicate
- 3:04 PM 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 …
- 2:55 PM 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 …
- 2:50 PM 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 …
- 2:46 PM Ticket #7463 ($('+div', this).html(); returns null) closed by
- duplicate: Since passing a context just transforms the call into a …
- 2:45 PM 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 …
- 2:19 PM Ticket #7458 (slow click event handle?) closed by
- invalid: Commenting out "$('.opaque, .modal').remove();" in $.modalRemove() …
- 2:08 PM Ticket #7463 ($('+div', this).html(); returns null) created by
- http://jsfiddle.net/3QmTx/
- 1:55 PM Ticket #7460 (Validate breaks on id="id" or name="id") closed by
- duplicate
- 1:41 PM 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 …
- 1:34 PM Ticket #4171 (Allow animation of CSS Transform Properties) closed by
- wontfix: This canm now be accomplished with a plugin that leverages jQuery's …
- 1:34 PM 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 …
- 1:31 PM 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 …
- 1:25 PM 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 …
- 12:46 PM Ticket #7459 (Escaping meta-characters in Internet Explorer 6 and 7) created by
- Documentation for Selectors contains following part: «If you wish to …
- 11:26 AM Ticket #7458 (slow click event handle?) created by
- i have modal div with table on it. Clicks on tr removes them (it cant …
- 11:25 AM Ticket #7457 ($("[name]", form.elements) not working) closed by
- invalid: You are using the context argument to try to scope your search, but …
- 11:19 AM 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. …
- 11:15 AM Changeset [648b051]1.12-stable2.2-stablekillphp by
- version.txt
- 11:14 AM Changeset [50708c0]1.12-stable2.2-stablekillphp1.4.4rc3 by
- version.txt
- 10:55 AM 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 …
- 10:54 AM Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) reopened by
- 10:24 AM 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. - 10:23 AM Changeset [2a23650]1.12-stable2.2-stablekillphp by
- test/unit/effects.js
- 9:36 AM Ticket #7457 ($("[name]", form.elements) not working) created by
- $("[name]", form.elements) not working-return empty result.
- 3:45 AM 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 …
- 12:41 AM 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 …
- 12:10 AM 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: …
Nov 9, 2010:
- 11:42 PM Changeset [86cf820]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 11:33 PM Changeset [efaf375]1.12-stable2.2-stablekillphp by
- src/css.js
- 11:29 PM Ticket #7395 (css() and the dimensions functions broken) closed by
- fixed: Maintain returning 0px from width/height for disconnected nodes for …
- 11:29 PM Changeset [3394d32]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- test/unit/dimensions.js
- 11:18 PM Ticket #7397 (Regression: fadeIn no longer works correctly for inline elements) closed by
- fixed: Fixes #7397; Adds 4 supporting unit tests. Changeset: …
- 11:18 PM Changeset [795e880]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 9:23 PM Ticket #5952 (quote within select value is not parsed correctly, IE specific) closed by
- worksforme: http://jsfiddle.net/dmethvin/XC2qA/
- 9:15 PM Ticket #7453 (Home-grown component live invalid) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. Your use of …
- 9:14 PM Ticket #7454 (each() not firing under IE) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The elements you …
- 9:05 PM Ticket #6006 (Add `object of event/handler pairs` as an option argument to $.fn.delegate) closed by
- duplicate
- 8:37 PM Ticket #7454 (each() not firing under IE) created by
- The following each() does not fire with jQuery 1.4.4rc2 under IE7 or …
- 8:29 PM Ticket #7453 (Home-grown component live invalid) created by
- Home-grown component live invalid, for example …
- 8:25 PM Ticket #5896 (Easy setter for .data method) closed by
- duplicate
- 8:13 PM Ticket #7418 (JsonP not removing script tag when call completed) reopened by
- Jitter - thank you. That seemed ever so bizarre that the issue just, …
- 7:52 PM 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 …
- 7:49 PM Ticket #6563 (Log functionality for firebug) closed by
- invalid: Not really a jQuery thing. A plugin could create cross-browser support …
- 7:31 PM Ticket #6429 (Selector problem: elements with "<" and ">" with backslash escaping ...) closed by
- wontfix: This is due to the documented behavior of the
jQuery()
method. … - 7:22 PM 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 …
- 7:19 PM Ticket #6328 (Attribute selector with escaped character doesn't work when used with ...) closed by
- worksforme: http://jsfiddle.net/dmethvin/4UZZY/
- 6:59 PM 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 …
- 6:36 PM Changeset [49f088f2]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 6:20 PM Changeset [8f2667f]1.12-stable2.2-stablekillphp by
- src/effects.js
- 6:06 PM Changeset [118c8c4]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/effects.js
- 4:50 PM Ticket #7452 (Next Adjacent/Sibling Selectors no longer work without "prev" element) created by
- Using the next selectors …
- 4:31 PM Changeset [e2d0671]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- 4:18 PM Ticket #7449 (element hidden external to DOM doesnt show (once appended)) closed by
- worksforme
- 4:14 PM Changeset [fc563cc]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 3:52 PM Changeset [a64dc040]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 3:51 PM Ticket #7451 ($(document) cannot fetch attributes on document object) closed by
- fixed: Remove conditional that prevents attr from working on non-Element …
- 3:49 PM Changeset [d1a88b2e]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 3:09 PM 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 …
- 2:34 PM Ticket #7450 (Animate with left position below -10000px is buggy - inserts an ...) closed by
- duplicate
- 2:03 PM Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in ...) closed by
- fixed: Ensure that unquoted attribute selectors are quoted (allowing them to …
- 2:03 PM Changeset [b0e1e83]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 1:44 PM 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 …
- 1:44 PM Changeset [983548f]1.12-stable2.2-stablekillphp by
- src/core.js
- 12:41 PM Ticket #7422 (Ajax abort() regression for IE in jQuery 1.4.3 (through 1.4.4rc2)) closed by
- fixed: Pulled in.
- 12:40 PM Changeset [aa74396]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 12:13 PM Changeset [a42f7a2]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 12:02 PM 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 …
- 11:33 AM Ticket #7450 (Animate with left position below -10000px is buggy - inserts an ...) created by
- Test the code below and go beyond the 100th block with the right …
- 11:09 AM Changeset [fb48ae8]1.12-stable2.2-stablekillphp 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
- …
- 10:41 AM 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 …
- 10:37 AM 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 …
- 10:34 AM Changeset [b5b3c73]1.12-stable2.2-stablekillphp by
- src/event.js
- src/manipulation.js
- 9:13 AM 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 …
- 8:23 AM Ticket #7447 (wrap block with jquery $(function(){}) causes double execution) closed by
- duplicate
- 8:00 AM Ticket #7447 (wrap block with jquery $(function(){}) causes double execution) created by
- if you havs <script> block inside some <div>, and this <script> block …
- 3:07 AM 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. …
- 3:01 AM 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 …
- 2:55 AM Ticket #6591 (":enabled" pseudo-selector is wrong) closed by
- duplicate: Workaround: Use
- 2:52 AM Ticket #4913 (Safari multiple class select fail on disconnected elements) closed by
- worksforme: test case
Nov 8, 2010:
- 10:24 PM 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 … - 10:22 PM Ticket #6264 (.submit() silently fails if the form has a <input name="submit">) closed by
- duplicate
- 10:16 PM 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 …
- 10:13 PM 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 …
- 10:10 PM Ticket #6109 (Event rises at its binding in IE.) closed by
- duplicate
- 10:07 PM Ticket #7400 (Setting CSS opacity in IE to an element showing PNG image with ...) closed by
- duplicate
- 6:06 PM 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 …
- 5:39 PM Ticket #6946 (MediaWikiBagOStuff::_doquery MySQL returned error 1205: Lock wait ...) closed by
- wontfix
- 4:40 PM Ticket #7443 (Make .text()/.val() interchangable) created by
- Right now there is a lot of confusion over when to use .text() or …
- 4:35 PM Ticket #5284 (mootools conflict with getElementsByClassName) closed by
- duplicate
- 4:09 PM Ticket #7442 (slideDown/slideUp "jump" when surrounding elements are margin collapsing) created by
- Whenever you use slideDown("slow") on any object, the animation, …
- 3:50 PM Ticket #7441 (Add .disable() and .check() methods) created by
- These would be very useful (a quick map on top of .attr() and also for …
- 3:13 PM 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 …
- 3:11 PM Ticket #7439 (Links not visited in IE with ajax) closed by
- duplicate
- 3:11 PM Ticket #7439 (Links not visited in IE with ajax) reopened by
- 3:08 PM Ticket #7437 (Attribute Not Starts With Selector [name^!="value"]) closed by
- wontfix: This can be achieved already. Please look: …
- 2:58 PM 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 …
- 2:44 PM Ticket #7438 ($(select).val('') sets last blank as selectedIndex AND ...) closed by
- invalid: Invalid as per boushley’s comments.
- 2:03 PM Ticket #7439 (Links not visited in IE with ajax) created by
- In jquery, when you dynamically create links in a page whose href …
- 2:01 PM Ticket #7438 ($(select).val('') sets last blank as selectedIndex AND ...) created by
- http://jsfiddle.net/ju8pz/ For both select boxes, first option should …
- 12:45 PM Ticket #7437 (Attribute Not Starts With Selector [name^!="value"]) created by
- Add the possibilities to add the ! to starts and end selector. == …
- 12:20 PM Ticket #7436 (jqueryContext: Enable jQuery functions in iframes without loading ...) closed by
- wontfix: I recommend writing a plugin, writing docs for your plugin's api, …
- 12:17 PM Ticket #7435 (Firefox title attribute (tooltips) stop working when returning False ...) closed by
- invalid: It's not a bug at all, it just takes a few seconds to appear.
- 11:44 AM Ticket #7436 (jqueryContext: Enable jQuery functions in iframes without loading ...) created by
- On a recent project I'm working on (not published yet, sorry) I use …
- 11:33 AM 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 …
- 10:39 AM Ticket #7435 (Firefox title attribute (tooltips) stop working when returning False ...) created by
- Please refer to http://jsfiddle.net/QHuxh/ for an example …
- 9:56 AM Ticket #7432 (.undelegate() doesnt clear up properly) closed by
- worksforme: As mentioned, the test case you provided was linking to jQuery 1.4.2 …
- 9:53 AM Ticket #7430 (about parentsUntil()) closed by
- invalid: I believe that Jitter has covered the main issues in this ticket. …
- 9:26 AM Ticket #7434 (Add execute() to jQuery core) created by
- I think there should be a jQuery function similar to .globalEval(), …
- 7:34 AM Ticket #7433 (Web site error) created by
- Hello, Nothing important but... http://forum.jquery.com/search/%22%3E …
- 5:18 AM Ticket #7432 (.undelegate() doesnt clear up properly) created by
- Found this while delegating and undelegating alot - it appears there …
- 3:53 AM Ticket #7431 (IE8 find() and parents() bug.) created by
- This code […] returns "Object doesn't support this property or …
- 3:47 AM Ticket #7430 (about parentsUntil()) created by
- something wrong with this function, e.g. I got a DOM like this <div …
- 2:25 AM 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 …
- 2:19 AM 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 …
- 2:11 AM 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 …
- 2:07 AM 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 …
- 2:04 AM 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 …
- 2:01 AM 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 …
Nov 7, 2010:
- 4:27 PM 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 …
- 4:15 PM 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 …
- 2:52 PM Ticket #7399 (Animate Padding to Zero) closed by
- invalid: I have updated the
.animate
documentation to match the.css
… - 2:46 PM Ticket #7429 ($('#myId') returns an array) closed by
- invalid: Thanks for the report, but this is not a bug. jQuery functions return …
- 1:24 PM Ticket #7429 ($('#myId') returns an array) created by
- $('#myId') returns an array. It's totally illogical. I'm asking for a …
- 10:25 AM Ticket #4895 (div.style is undefined when loading jQuery as a result of XSLT) closed by
- duplicate
- 10:17 AM Ticket #7408 (Attribute selector in "is" not working in firefox) closed by
- duplicate
- 10:13 AM 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 …
- 10:10 AM Ticket #7424 (setRequestHeader IE) closed by
- worksforme
- 10:03 AM Ticket #7427 (chrome viewport height changes depending on document length) closed by
- worksforme: This bug does not exist with jQuery 1.4.4rc2 …
- 9:56 AM Ticket #7426 (Conflict with Prototype.js caused by early exposure of global variables) closed by
- duplicate
- 8:48 AM 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 …
- 8:00 AM 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 …
- 3:52 AM Ticket #7425 (Mobile) created by
- jq dont work on mobile
- 3:01 AM Ticket #7424 (setRequestHeader IE) created by
- Hi there again. I'm afraid last time my ticket was handled as spam... …
Nov 6, 2010:
- 10:15 PM Ticket #5264 (embed tags do not work anymore in IE6 with current nightly build) closed by
- invalid
- 8:31 PM Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in ...) reopened by
- Changing the docs isn't a sufficient fix for this problem, especially …
- 8:25 PM Ticket #2551 (val() failed after reset form in ie6/ie7) closed by
- worksforme: This bug no longer exists Tested in IE6 & 7 …
- 7:59 PM Ticket #7423 (`val` fails to return numeric elem.value) closed by
- worksforme: I cannot reproduce this issue with 1.4.4rc2 …
- 4:35 PM Ticket #7423 (`val` fails to return numeric elem.value) created by
- When non-string value is assigned to element by: […] and then …
- 3:33 PM 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.
- 2:52 PM Changeset [e57b73a]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 1:04 AM 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 …
Nov 5, 2010:
- 5:24 PM Ticket #7421 (Ajax, jQuery.get error!) closed by
- invalid: The reason why you're seeing your page redirect is because you're …
- 4:59 PM Ticket #7421 (Ajax, jQuery.get error!) created by
- Hi, is was testing this. I use it inside fancybox, but …
- 4:04 PM Ticket #7420 (Implement .child() shorthand for .children()) closed by
- wontfix: Wrong implied pluralization. child() implies one, children() are …
- 3:58 PM Ticket #7416 (Changing value not compatible with new jQuery) closed by
- invalid: This issue is invalid/cannot be reproduced. I was able to quickly …
- 3:47 PM Ticket #7420 (Implement .child() shorthand for .children()) created by
- Child is shorter than children and we already can see child in places …
- 3:09 PM Ticket #7419 (css() function returns physical height/width rather than the CSS ...) closed by
- duplicate: This is fixed in 1.4.4rc2
- 2:45 PM Ticket #7419 (css() function returns physical height/width rather than the CSS ...) created by
- When an element has its height or width CSS attribute set to "100%", …
- 2:05 PM Ticket #7414 (complete and succes ajax events are not fired in version 1.4.3) closed by
- duplicate
- 1:50 PM Ticket #7406 (Infinite loop in IE6 using option:selected) closed by
- invalid: Fixed. Please take a look at this: …
- 1:21 PM Ticket #7418 (JsonP not removing script tag when call completed) created by
- Seem to be still experiencing the bug for Ticket #7196, in jQuery …
- 12:48 PM Ticket #7417 (.css('border-spacing') throws on IE8) created by
- There exists another ticket #5420 closed with "worksforme", so I'll …
- 12:43 PM 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 …
- 12:21 PM Ticket #7412 (jquery 1.3.2 and 1.4.3 don't work properly under HbbTV embedded browser Ant) closed by
- wontfix: We're sorry, but jQuery currently makes no attempts to solve issues in …
- 12:08 PM 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 …
- 12:06 PM 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 …
- 9:07 AM Ticket #7398 (tds[0] does not exist) reopened by
- This whole time, I was looking in Firebug.
- 8:15 AM Ticket #7413 (Browser inconsistencies return of jQuery.isEmptyObject) created by
- * Firefox 3.6 (and 4b7) returns: `jQuery.isEmptyObject("test") …
- 7:47 AM Ticket #7412 (jquery 1.3.2 and 1.4.3 don't work properly under HbbTV embedded browser Ant) created by
- I'm reporting this because I'm a great fan of JQuery but I'm well …
- 6:17 AM Ticket #7411 (Add reverse() function to jQuery core) created by
- Why isn't there a reverse() function in the jQuery core, to reverse …
- 5:08 AM Ticket #7410 (cannot change input value in a variable) created by
- I have a variable: var jObj; Trying to change value with: …
- 5:07 AM 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 …
- 4:16 AM Ticket #7407 (find() doesn't work in IE8) closed by
- duplicate
- 4:12 AM Ticket #4264 (Multiple exceptions in (X)HTML documents produced by XSLT) closed by
- duplicate
- 3:51 AM Ticket #2422 (jQuery fail to keep all filters by using filters in css.) closed by
- duplicate
- 3:18 AM Ticket #7408 (Attribute selector in "is" not working in firefox) created by
- http://jsfiddle.net/Y3gW8/ Should be true in Firefox, works in other …
- 2:47 AM Ticket #7407 (find() doesn't work in IE8) created by
- With xhtml "DOCTYPE" and a input element with id as "id", the .find() …
Nov 4, 2010:
- 10:40 PM Ticket #6417 (Script tags behave oddly when added to the document) closed by
- duplicate
- 10:25 PM Ticket #4345 (add isDescendantOf and isAncestorOf) closed by
- fixed: http://api.jquery.com/jQuery.contains/
- 10:22 PM 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.
- 10:20 PM Ticket #3004 (cache option for getScript) closed by
- wontfix: This is trivially easy to do by appending a random number to the url, …
- 10:17 PM Ticket #4306 (children selector error in opera) closed by
- worksforme: Thanks jitter!
- 10:10 PM Ticket #6458 (jQuery html(text) parses the javascript code out of its level) closed by
- duplicate
- 10:07 PM Ticket #6479 (.load() not using right context) closed by
- duplicate
- 10:05 PM Ticket #6484 (data attribute overwrited in new node creation) closed by
- fixed: Fixed in 1.4.3, with this commit: …
- 9:53 PM 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!
- 7:50 PM Ticket #4887 (DOMSubtreeModified triggers twice when using jQuery.fn.html()) closed by
- wontfix: Mutation Events are not documented as supported by jQuery. In fact - …
- 7:45 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) reopened by
- 7:44 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) closed by
- wontfix: To clarify, my cases are meant to show proven, tested workaround to …
- 7:43 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) reopened by
- 7:28 PM 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] …
- 7:17 PM Ticket #3879 (appending or cloning a checked checkbox or radio button doesn't ...) closed by
- worksforme: Per addyosmani request, a third method: …
- 7:10 PM 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/ …
- 6:58 PM 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: …
- 6:50 PM Ticket #3950 ($("select option[value='']") fails) closed by
- worksforme: This is no longer an issue http://jsfiddle.net/rwaldron/tHGqR/1/
- 6:21 PM Ticket #7404 (getScript does not wait until code has finished executing before ...) closed by
- worksforme: Tested: * FF3.0.12,3.6.12,4b6 (sorry, no 3.6.3) * Chrome 5,6,7,8 * …
- 6:13 PM Ticket #7404 (getScript does not wait until code has finished executing before ...) created by
- $.getScript("mylib.js", function() { thingFromMyLib(); }); Result: …
- 6:12 PM 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 …
- 5:49 PM Ticket #7403 (Animate shows odd behavior with negative values over 9,999) closed by
- duplicate
- 4:48 PM 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 …
- 4:05 PM Ticket #7398 (tds[0] does not exist) closed by
- worksforme: Closing as per reporter request, and due to lack of a reproducible …
- 2:16 PM Ticket #7401 (Quoteless HREF attribute selectors followed by .live() fail to execute ...) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. The selector you …
- 2:13 PM 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 …
- 12:54 PM 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 …
- 12:40 PM Ticket #7401 (Quoteless HREF attribute selectors followed by .live() fail to execute ...) created by
- Beginning with jQuery 1.4.3 and still in 1.4.4 rc2, the selector …
- 11:36 AM Ticket #7400 (Setting CSS opacity in IE to an element showing PNG image with ...) created by
- This problem occurs in any 1.3.x and and 1.4.x release. The black …
- 6:17 AM Ticket #7399 (Animate Padding to Zero) created by
- The '.animate()' for padding always starts from zero pixel padding. A …
- 5:42 AM Ticket #7398 (tds[0] does not exist) created by
- I get the following error warning in firebug using the lastest version …
- 12:02 AM 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 …
Nov 3, 2010:
- 11:58 PM Ticket #7396 ($(window).bind is undefine) created by
- $(window) will lost the property bind sometimes.
- 10:36 PM Ticket #7395 (css() and the dimensions functions broken) created by
- The dimensions functions …
- 8:32 PM Ticket #7394 (http://docs.jquery.com/Category:Manipulation Database error) closed by
- duplicate
- 8:31 PM Ticket #5407 (fadeOut Fails When an Element Has float:left) closed by
- worksforme: Reproducible with 1.3.2 but not with 1.4.
- 7:00 PM 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 …
- 7:00 PM Changeset [a4df694]1.12-stable2.2-stablekillphp by
- 6:59 PM Changeset [d947895]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/effects.js
- 6:57 PM Changeset [3e38a86]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/effects.js
- 6:34 PM Ticket #7369 ($('<div>ff</div>').closest('[attr]'); raises exception in all browsers) reopened by
- Seems like it should be possible to use
.closest()
on … - 6:24 PM Ticket #7394 (http://docs.jquery.com/Category:Manipulation Database error) created by
- link to this page creates a database error
- 6:17 PM 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 … - 6:11 PM Ticket #7385 ([web][plugins] Spam as Plugin) closed by
- fixed: I deleted the laptopbattery plugin despite my benchmarks showing a …
- 6:08 PM Ticket #7386 ([web][plugins] Issues - Page not found) closed by
- fixed: I removed the broken link from the left sidebar menu.
- 5:30 PM Ticket #6621 (urlFilter function on the omgrequire branch incorrectly handle namespaces) closed by
- wontfix: omgrequire is not maintained.
- 5:28 PM Ticket #6589 (jQuery.ajax Browser History Enhancement) closed by
- wontfix: Most people don’t require their AJAX requests to be stateful, and …
- 5:25 PM 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 … - 5:16 PM 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. …
- 4:46 PM Ticket #7392 (ajax async:false does not properly block in IE7/IE8) closed by
- duplicate
- 4:43 PM 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 …
- 4:43 PM 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 …
- 3:46 PM Changeset [335e0a3]1.12-stable2.2-stablekillphp by
- version.txt
- 3:46 PM Changeset [4d7f745]1.12-stable2.2-stablekillphp1.4.4rc2 by
- version.txt
- 3:39 PM Changeset [fb44450]1.12-stable2.2-stablekillphp by
- src/css.js
- 1:42 PM 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 …
- 1:36 PM Ticket #5983 (Add in load event support for images) closed by
- duplicate
- 1:35 PM 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. …
- 12:26 PM 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 …
- 12:02 PM 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 …
- 10:52 AM Ticket #7389 (change .selector property into .selectors array) created by
- I'm just throwing this out there, but based on questions I've received …
- 10:12 AM Ticket #7387 ([web] Link to jQuery nightly) closed by
- fixed
- 10:00 AM Ticket #7383 (error on web site) closed by
- duplicate
- 9:18 AM Ticket #7384 (Error with IE7 and jQuery 1.4.3 only) closed by
- duplicate: In the future, please follow the …
- 8:19 AM 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 …
- 7:16 AM Ticket #7387 ([web] Link to jQuery nightly) created by
- I think several links in [http://docs.jquery.com/How_to_Report_Bugs …
- 7:00 AM Ticket #7386 ([web][plugins] Issues - Page not found) created by
- On plugins.jquery.com main page, under "Navigation" page "Issues" is …
- 6:57 AM Ticket #7385 ([web][plugins] Spam as Plugin) created by
- Pleae remove spam added as plugin. …
- 6:39 AM 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 …
- 12:17 AM Ticket #7383 (error on web site) created by
- http://docs.jquery.com/Validation causes the following error message: …
Note: See TracTimeline
for information about the timeline view.