Timeline
Apr 1, 2011:
- 8:47 PM Ticket #8141 (appendTo appends given HTML twice when used in document.onready) closed by
- duplicate
- 8:44 PM Ticket #4652 ($("form").submit() doesn't work with named submit buttons) closed by
- duplicate
- 8:43 PM Ticket #5736 (Remove .bind(name, fn, thisObject) and promote jQuery.proxy()) closed by
- fixed
- 7:18 PM Ticket #8749 (non-JS script nodes ejected during DOM manipulation) closed by
- duplicate
- 6:44 PM Ticket #8749 (non-JS script nodes ejected during DOM manipulation) created by
- Non-JS
<script>
nodes (such as the<script type="text/html">
nodes … - 6:09 PM Ticket #8748 (live('click') and live('submit') fire in the wrong order on IE) created by
- Live events are fired in the order they are bound and do not respect …
- 2:23 PM Ticket #5048 (Memory leak when jsonp $.ajax() request fails.) closed by
- patchwelcome: It will memleak and there is nothing that can be done save from …
- 2:10 PM Ticket #8746 (.text() Bug in IE7 with Iframes) created by
- If a collection contains items from two different frames, .text(val) …
- 1:46 PM Ticket #8745 (Spam in the plug-ins directory) created by
- For god's sake I could find no way to submit feedback other than this …
- 1:41 PM Ticket #8743 (ONE MORE TIME: in FireFox 4 the $("#element_id *") duplicate imput elements) closed by
- invalid
- 12:46 PM Ticket #8744 (.ajax() jsonp requests are not handled correctly when hitting timeout) created by
- The $.ajax() call does not handle cross-domain JSONP requests …
- 12:29 PM Ticket #8743 (ONE MORE TIME: in FireFox 4 the $("#element_id *") duplicate imput elements) created by
- this is the second ticked that I issue but this time I got it in …
- 11:37 AM Ticket #8662 (bind/live attachments to contextmenu not called when source at top of ...) closed by
- invalid: I've tried running the demos provided in your ticket in both latest …
- 11:11 AM Ticket #8742 (Uncaught TypeError when calling $.extend on a click event object) closed by
- invalid: You should not be using $.extend on a node. It is meant for merging …
- 10:21 AM Ticket #8729 ($('body') selector bug on IE9) closed by
- invalid: Ok, please let us know if you discover there's an issue with jQuery. …
- 10:08 AM Ticket #8742 (Uncaught TypeError when calling $.extend on a click event object) created by
- I'm capturing mouse clicks on my page by binding the click event of …
- 9:56 AM Ticket #8741 (.css("height") returns computed height) created by
- As of version 1.5.1 and 1.5.2 .css("height") returns computed height …
- 9:10 AM Ticket #6638 ($.ajax complete function is not fired if success / error functions ...) closed by
- invalid: If you know the handler can throw an error in some cases, wrap it in a …
- 8:54 AM Ticket #8739 (outerWidth() doesn't work on elements within an element with display:none) closed by
- invalid: The element needs to be visible in order to get its dimensions properly.
- 5:50 AM Ticket #8740 (Has Attribute Selector fails on empty attributes on ie6/ie7/ff3.0) created by
- when i have an element with an attribute without a value, the …
- 5:19 AM Ticket #8739 (outerWidth() doesn't work on elements within an element with display:none) created by
- Not sure if this is a really a bug, but the behaviour is a bit weird. …
- 3:10 AM Ticket #8738 (Click on anything but select) created by
- I want to make the following functionality: […] But I have a …
- 3:07 AM Ticket #8737 (Window Unload Event Error on IE 7/8, maybe 6) created by
- The new jquery version 1.5.2 produces a javascript error on using the …
- 12:35 AM Ticket #8736 (:submit selector) created by
- IE8, 2 input elements with submit type on the form -> js error. Line: …
Mar 31, 2011:
- 11:14 PM Ticket #8322 (remove the infinite-arguments signature from .append()-and-friends) closed by
- invalid: We're keeping the multi-arg form of
.append
and friends since it has … - 11:11 PM Ticket #8335 (.data leaks when used on a comment node.) closed by
- invalid: jQuery collections shouldn't have comment or text nodes other than a …
- 10:52 PM Ticket #8719 (getJSON fails too early on 407 header) closed by
- worksforme
- 10:39 PM Ticket #5172 (Make the context parameter behave more consistently) closed by
- invalid: This patch has gone stale since now the user can pass in a plain …
- 10:35 PM Ticket #4741 (Toggle Performance Decreased for Tables) closed by
- wontfix: I don't see this as a common case. It would be better to optimize this …
- 10:31 PM Ticket #4059 (AppendTo not working under IE7 when select element from another frame.) closed by
- wontfix: There are many other issues with trying to manipulate elements across …
- 10:27 PM Ticket #3834 (Selector syntax errors should give better messages) closed by
- wontfix: As we move towards using the browser's native
querySelectorAll
… - 10:20 PM Ticket #7981 (Setting "selected" attribute to false should have no effect in single ...) closed by
- worksforme
- 9:18 PM Ticket #7611 (insertBefore fails when target is inline and previous non-empty ...) closed by
- invalid: Here is an example that doesn't use jQuery but shows the problem. …
- 9:09 PM Ticket #8598 ($.appendTo() fails for audio tag on IE9) closed by
- worksforme: Sarcasm doesn't translate well in tickets…
- 9:02 PM Ticket #7020 (Wrapping an iframe resets it) closed by
- cantfix: Since this is a Firefox bug we aren't able to fix it, and it's a …
- 9:00 PM Ticket #6221 (Internet Explorer and NULL val()) closed by
- fixed: Fixed in 1.4.3.
- 8:50 PM Ticket #5997 (jQuery change event placed on file input inconsistent between Firefox & IE) closed by
- patchwelcome: The native change event doesn't bubble in IE, but we use heroic …
- 8:44 PM Ticket #4684 (Live events don't work in Opera when using XHTML and html()) closed by
- patchwelcome: I will close this patchwelcome but most likely it will need to be …
- 8:42 PM Ticket #4556 (keypress + escape + event key code + Firefox) closed by
- duplicate
- 8:29 PM Ticket #7278 (Error preventing delayed special events in IE) closed by
- cantfix: I think the problem is that in IE the global
event
object only … - 8:12 PM Ticket #7279 (.bind("ready") events fire out of order) closed by
- fixed: We have now documented that
.bind("ready", ...). fires after ..ready()
. - 7:55 PM Ticket #8417 (When posting AJAX and the data has "??" is formats it to jQuery<timestamp>?) reopened by
- 7:46 PM Ticket #8716 (getJSON - return object - Unexpected token :) closed by
- invalid: Yes, if you use $.ajax instead, you can set the jsonp option to false. …
- 4:36 PM Ticket #8732 (Incorrect feature detect for IE9 focusin/focusout) created by
- The indirect feature test in event.js for whether to simulate …
- 4:18 PM Ticket #7013 (resize event doesn't bind on top window (from frame)) closed by
- invalid: We don't support firing/receiving events across frames, it won't work …
- 3:59 PM Ticket #8731 (:checked pseudo selector returns duplicate elements for ...) closed by
- worksforme: Thanks for submitting a ticket to the jQuery Bug Tracker. I've created …
- 3:56 PM Ticket #2287 (Remove unnecessary sourcing of events from global window) closed by
- invalid: We never got a failing test case.
- 3:52 PM Ticket #6738 (Global events that are namespaced do not trigger correctly.) closed by
- invalid: jQuery doesn't support external calls to jQuery.event.trigger() in …
- 3:45 PM Ticket #6452 (Window unload events could be removed before handlers are executed) closed by
- fixed: This code was only required for IE6 SP1, which is no longer supported …
- 3:43 PM Ticket #6415 (.live() reset event in IE) closed by
- patchwelcome: I don't see a way to fake-bubble this event. For events like
change
… - 3:40 PM Ticket #6397 (live() paste event are not working in Internet Explorer 8) closed by
- patchwelcome: I don't see a way to fake-bubble this event. For events like
change
… - 3:28 PM Changeset [fcc112f]1.12-stable2.2-stablekillphp by
- version.txt
- 3:28 PM Changeset [a507f719]1.12-stable2.2-stablekillphp by
- version.txt
- 3:14 PM Ticket #8731 (:checked pseudo selector returns duplicate elements for ...) created by
- Example: I create an input checkbox - say with id "test" then check …
- 3:06 PM Ticket #8730 (Chrome 10 & 12(nightly) report different values for position()) created by
- I have a div that is 940px wide and is centered using margin:0 auto; …
- 2:07 PM Ticket #7610 (.ready (and .readyWait) should really be implemented using the Events API) closed by
- invalid: We've implemented
.ready
in terms of Deferreds now, and will be … - 1:48 PM Ticket #4332 (window focus event doesn't trigger on IE6) closed by
- invalid: The
focusin
event bubbles, but notfocus
. - 1:47 PM Ticket #4035 (change event firing for disabled options in select) closed by
- patchwelcome: I think browser behavior is too varied here to try and force a single …
- 1:37 PM Ticket #2707 (Event isn't fired into an iframe) closed by
- patchwelcome: Having one frame control and trigger events across frames (parent to …
- 1:36 PM Changeset [de0c25b]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 1:05 PM Ticket #6646 (Incorect rusult from $.isFunction(obj)) closed by
- worksforme: This browser bug seems to have been fixed. The latest versions of …
- 12:55 PM Ticket #5773 (Dynamically adding jQuery js file won't trigger jQuery.isReady) closed by
- patchwelcome: Since this is a rare case and the browsers affected are old, I'm going …
- 11:46 AM Ticket #8510 (JSONP cross domain requests with ajax (info in docs)) closed by
- wontfix: Thank you! The docs will be updated accordingly.
- 11:44 AM Ticket #177 (Buildable jQuery) closed by
- wontfix: Because as John's said on numerous occasions that he would prefer not …
- 11:41 AM Ticket #6261 (clone(false) inserts empty nodes in IE) closed by
- fixed: No longer an issue in 1.5 - http://jsfiddle.net/danheberden/kaa8D/
- 11:37 AM Changeset [368bfc0f]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 11:35 AM Ticket #8717 (IE error deleting iframes) closed by
- invalid: Checking ready state on an iframe is tricky. You can check using …
- 11:31 AM Ticket #8729 ($('body') selector bug on IE9) created by
- Hello, With IE9, if i want append, prepend or another to the body …
- 10:47 AM Ticket #8728 (Event 'mouseenter' not firing when the element being left is removed ...) created by
- The jsFiddle example should speak for itself: …
- 10:39 AM Ticket #8611 (AJAX BROKEN IN JQUERY 1.5.1 ON IE8) closed by
- invalid: Please note that with jQuery 1.5, we introduced a major re-write of …
- 10:30 AM Ticket #8559 (Event memory leaks ie6) closed by
- invalid: I reproduced your test case here: http://jsfiddle.net/h2Kw2/1/show and …
- 10:29 AM Ticket #6161 (ajaxComplete event does not fire when context is used) closed by
- fixed: @dan: the event bubbles properly: http://jsfiddle.net/st796/ , …
- 10:25 AM Changeset [ff06d41]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/data/offset/bug_8316.html
- test/data/offset/fixed.html
- test/unit/offset.js
- 10:11 AM Ticket #8721 (http://docs.jquery.com/Sites_Using_jQuery) closed by
- fixed: Thanks for submitting a ticket to the jQuery Bug Tracker. The URL in …
- 9:18 AM Ticket #8726 (Slideshow On IE7) closed by
- invalid: > Can anyone help? This is the bug tracker and not a help forum, try …
- 9:10 AM Changeset [459bd7f]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 8:40 AM Ticket #8726 (Slideshow On IE7) created by
- There is an issue with a jQuery slideshow with IE7. It doesn't work! …
- 7:56 AM Ticket #8725 (jQuery 1.5+ breaks working if ( is used in form element names) closed by
- invalid: Quote the attribute. …
- 5:21 AM Ticket #8725 (jQuery 1.5+ breaks working if ( is used in form element names) created by
- I'm combining Struts and jQuery. In Struts it's best practice to use …
- 2:55 AM Changeset [f9cc5597]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/data/offset/bug_8316.html
- test/data/offset/fixed.html
- test/unit/offset.js
- 1:33 AM Ticket #3224 ($.ajax type=script error while using base tag) closed by
- fixed: The basetag taken into consideration on relative urls for ajax as of 1.5
- 1:15 AM Ticket #5419 (IE finds wrong elements in XML doc) closed by
- fixed: jQuery 1.5 opened up $.parseXML - check it out :) …
- 12:59 AM Ticket #6233 (Selector [name="person.names[0]"]:visible fails) closed by
- duplicate
- 12:55 AM Ticket #4703 (Selector does not work when some specific characters are present) closed by
- duplicate
- 12:46 AM Ticket #8722 (jQuery 1.5.1 is placing target variable into the global namespace) created by
- The jQuery 1.5.1 library is placing an internal variable called target …
- 12:25 AM Ticket #4873 (Empty Anchor Attribute Selector) closed by
- patchwelcome: IE6 and IE7 store attributes differently than other browsers. Instead …
- 12:04 AM Ticket #8721 (http://docs.jquery.com/Sites_Using_jQuery) created by
- hello, do not know if this is correct area, but would like to report a …
Mar 30, 2011:
- 11:59 PM Ticket #7556 (:eq selector doesn't select the right element) closed by
- invalid: I think you're confusing how :eq and .eq() should operate. $( …
- 11:39 PM Changeset [a807451]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 11:31 PM Ticket #4773 (":has" sometimes can not find the right elements) closed by
- duplicate
- 11:24 PM Ticket #6723 (:has fails in combination with :gt) closed by
- duplicate
- 11:24 PM Ticket #4322 (nested :not inside :has doesn't work in FF3 and Safari 4) closed by
- duplicate
- 11:23 PM Ticket #2683 (:has and :not pseudo-selectors don't play well together) closed by
- duplicate
- 11:23 PM Changeset [1a16776]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 11:22 PM Ticket #8720 (:has fails with some combinations of other selectors) created by
- Since there were a few other tickets expressing different parts of the …
- 9:59 PM Changeset [6c28a39]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 9:52 PM Changeset [6da3885]1.12-stable2.2-stablekillphp by
- .gitmodules
- Makefile
- src/css.js
- src/deferred.js
- src/event.js
- src/offset.js
- src/sizzle
- src/support.js
- test/data/offset/bug_8316.html
- test/unit/css.js
- …
- 9:52 PM Changeset [adbe5e9]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 9:43 PM Ticket #8719 (getJSON fails too early on 407 header) created by
- == Environment == OS: Mac OSX 10.6.6 Browser: FF 3.1.16 Add-ons used …
- 9:35 PM Ticket #8203 (Remove un-needed "someVar = null;"s) closed by
- fixed: Fixes #8203. Remove some misguided nulling of elements done in the …
- 9:21 PM Changeset [ad41527]1.12-stable2.2-stablekillphp by
- src/offset.js
- src/support.js
- 8:55 PM Ticket #6285 (child element selection in :not( ) dosen't work.) closed by
- wontfix: The "> foo" syntax is not supported.
- 8:50 PM Ticket #8253 (Selectors documentation says names must be double backslash-encoded) closed by
- wontfix: After careful consideration, in my opinion adding this note would …
- 7:26 PM Ticket #8718 (replace is not a function) created by
- expr.replace is not a function - jquery-1.5.1.js: Line 4514 Firebug …
- 5:52 PM Ticket #8717 (IE error deleting iframes) created by
- I noticed a weird error deleting iframes in IE with jquery. To note …
- 5:29 PM Ticket #6156 (label[for] selector inconsistent on IE) closed by
- cantfix: Unfortunately, IE doesn't distinguish between attributes that are …
- 5:02 PM Ticket #4043 (animation on input or textarea results in loss of cursor and possibly ...) closed by
- worksforme: Testing the OP's original reduced test case in FF4, FF3.x and Chrome …
- 4:56 PM Ticket #3245 (Can not select a form using the action attribute) closed by
- fixed: Fixed: http://jsfiddle.net/danheberden/GCDy4/
- 4:54 PM Ticket #7205 (subtle difference in how :has() and .has() behave) closed by
- invalid: http://bugs.jquery.com/ticket/8384
- 4:49 PM Ticket #6472 ($.find with attribute contains selector misses results) closed by
- fixed: Using style is an awful example, given cross browser support. Here's …
- 4:38 PM Ticket #7440 (Can't bind global Ajax events to window object) closed by
- worksforme: The behaviour reported was not actually documented as being supported, …
- 4:37 PM Ticket #6133 (:checked fails on dynamically generated checkboxes in Opera 10) closed by
- fixed: http://jsfiddle.net/danheberden/VEtms/ - works on opera 11 and 10 with …
- 4:31 PM Ticket #8716 (getJSON - return object - Unexpected token :) created by
- When doing a getJSON request after upgrading to jquery-1.5.1 that …
- 4:28 PM Ticket #5837 (the :checked selector will select a select a option in Firefox) closed by
- fixed: Fixed
- 4:23 PM Ticket #6023 (el.find('[readonly]') does not work) closed by
- fixed
- 4:14 PM Ticket #3646 (animate() with empty params object == nothing) closed by
- duplicate
- 4:07 PM Ticket #8626 (Firefox 4 Error: uncaught exception) closed by
- duplicate
- 4:03 PM Ticket #6439 (append() removes all data when used on multiple elements) closed by
- fixed
- 3:32 PM Ticket #7410 (cannot change input value in a variable) closed by
- duplicate
- 3:31 PM Ticket #8647 (Can't delete the attribute size with FF4) closed by
- duplicate
- 3:30 PM Ticket #3113 (unexpected attr behavior on form with input element named 'action') closed by
- duplicate
- 3:28 PM Ticket #8471 (Documentation for end() shouldn't use the word 'closure' in the ...) closed by
- fixed: We've updated this here: http://bugs.jquery.com/ticket/8471
- 3:24 PM Ticket #8557 (jQuery does not pass jslint) closed by
- invalid: Yeah, we are passing our modified JSLint. More details here: …
- 3:23 PM Ticket #8519 (Don't minify if minification isn't needed) closed by
- fixed: Landed.
- 3:23 PM Changeset [8cdafe7]1.12-stable2.2-stablekillphp by
- Makefile
- 3:18 PM Ticket #8524 (When using toggle(), my DIV tag shows then hides again) closed by
- invalid: The reason the original example described by the OP wasn't working is …
- 3:17 PM Ticket #8472 (Transform object to flat array) closed by
- worksforme: See the "JUST DO THIS" section of [http://jsfiddle.net/cowboy/dffQr/6/ …
- 3:08 PM Ticket #8584 (Cannot remove clip CSS property from an element in IE) closed by
- invalid: Use
'auto'
instead of''
, which is an invalid value for that property. - 3:08 PM Ticket #8489 (Add a 'complete' parameter to .delay() for using callbacks. That was ...) closed by
- wontfix: We looked at this proposal for 1.6, but the consensus was against …
- 2:55 PM Ticket #8346 (jQuery.camelCase() & jQuery.css() incompatible with IE prefixed properties) closed by
- fixed: Landed.
- 2:54 PM Changeset [b89b666]1.12-stable2.2-stablekillphp by
- src/css.js
- 2:41 PM Ticket #8389 (Live events triggered on disabled input fields do not get fired in ...) closed by
- cantfix: We can't make events fire consistently cross-browser on disabled …
- 2:39 PM Ticket #8480 (Binding 'click' and 'dblclick' not working in JQuery 1.5.1) closed by
- invalid: Looks like you had two IDs on your element: http://jsfiddle.net/XGCvj/11/
- 2:32 PM Ticket #8520 (.html could work for document too) closed by
- wontfix: This doesn't seem that useful.
- 2:32 PM Ticket #8497 (jQuery.css and jQuery.cssHooks) closed by
- cantfix: The reason why we changed to returning a computed value is that it's …
- 2:30 PM Ticket #8581 (fadeIn effect should allow users to select ending display option) closed by
- invalid: fading in an element with display:none wil definitely have no concept …
- 2:30 PM Ticket #8554 (Selecting on value when value is defined in HTML gives unexpected behavior) closed by
- duplicate
- 2:15 PM Ticket #8555 (When attaching multiple event types with one(), function is called ...) closed by
- invalid: We'll document this clearly.
- 2:14 PM Ticket #8712 (Custom events don't bubble up to window) created by
- Test page: http://jsfiddle.net/cowboy/uAHqv/ On DOM ready, I get …
- 2:08 PM Ticket #8337 (Memory leak in jQuery 1.5 with IE8) closed by
- worksforme: We can't repro this.
- 2:06 PM Ticket #8445 (Shortcut for mousewheel triggering and binding) closed by
- wontfix: Sorry, we'd like to keep those to a minimum.
- 2:06 PM Ticket #8574 (append() to head not working in 1.5) closed by
- invalid: Please see here for a correct test case from timmywil: …
- 1:59 PM Ticket #8607 (Appending link element to head does not work in IE) closed by
- duplicate
- 1:40 PM Ticket #8552 (width() en height() functions return element's percentage value minus ...) closed by
- duplicate
- 1:38 PM Ticket #8542 (nth-child in WebKit returns wrong count of elements) closed by
- worksforme: Looks like it's producing the correct counts for me: …
- 1:30 PM Ticket #8594 (jquery-min throws an exception in FF) closed by
- worksforme: Your current page at http://go2ghana.net/test.php is using the latest …
- 1:26 PM Changeset [926884b]1.12-stable2.2-stablekillphp by
- src/core.js
- 1:25 PM Ticket #8477 (No position() info in children on completing the ajax request filling ...) closed by
- duplicate
- 1:23 PM Ticket #8410 (Selecting of checkboxes different under 1.4.4 and 1.5 or above) closed by
- duplicate
- 1:22 PM Ticket #8410 (Selecting of checkboxes different under 1.4.4 and 1.5 or above) reopened by
- 1:22 PM Ticket #8516 (Multiple arguments to jQuery.merge) closed by
- wontfix: This isn't needed by core so we're closing it.
- 1:21 PM Ticket #8410 (Selecting of checkboxes different under 1.4.4 and 1.5 or above) closed by
- worksforme: This seems to be working fine with both 1.5.1 and edge; both check …
- 1:17 PM Changeset [3296116]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 1:16 PM Ticket #8437 (Using Multiple Selectors to search by tag name is significantly slower ...) closed by
- wontfix: In 1.4.3, Sizzle began branching as much selector work to …
- 1:13 PM Ticket #8521 (There is funny bahaviour with mutiple bindings 'live' and 'return false'.) closed by
- worksforme: That is correct behavior. When you
return false
from an event … - 1:09 PM Ticket #8547 ($.each behaviour with null object) closed by
- wontfix: This is intended and expected behaviour
- 12:55 PM Ticket #8692 ($.when doesn't set arguments on Firefox 4) closed by
- fixed: Fixes #8692. Strange FF4 bug: values changed onto the arguments object …
- 12:54 PM Changeset [f2ce87df]1.12-stable2.2-stablekillphp by
- src/deferred.js
- 12:46 PM Ticket #8604 (.live have an error?) closed by
- invalid: jQuery does not support extending Object.prototype.
- 12:38 PM Ticket #8586 (contents().hide() results in javascript error, does not hide text nodes) closed by
- worksforme: This is not a jQuery "bug", as hide() operates on matched elements …
- 12:24 PM Ticket #8634 (Genericize members of jQuery.fn) closed by
- wontfix: We just don't see a good use for this, so we're closing it.
- 12:20 PM Ticket #8593 (Code example in documentation doesn't work properly) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. …
- 12:19 PM Ticket #8640 (IE8 throws error on fadeTo in jQuery 1.5.1) closed by
- invalid
- 12:17 PM Ticket #8684 (Back button doesn't trigger $(window).load() in Firefox on jQuery >= 1.4) closed by
- invalid: More information about this can be found here: …
- 12:00 PM Ticket #8561 (Very Slow IE Multiple Selector performance on big html page) closed by
- duplicate
- 11:50 AM Ticket #8710 (getElementById bug with firefox 3.0 and mootools.js) closed by
- invalid: Please report this to mootools, this is not a jQuery problem because …
- 11:46 AM Ticket #8701 (Native events are not triggered at all (chrome/firefox4)) closed by
- wontfix: It's pretty difficult to meld two event models like that. For us to …
- 11:41 AM Ticket #8691 (IE crash on addClass) closed by
- invalid: An input as a child of TR is invalid. Remove that and it doesn't crash.
- 11:40 AM Ticket #8690 (Selenium mouseover event doesn't work in jquery 1.5.1) closed by
- worksforme: Closing, per latest comment
- 10:06 AM Ticket #8580 (Firefox versions return incorrect font-weight) closed by
- wontfix: Thanks for submitting your bug report. We've discussed this with other …
- 9:51 AM Ticket #8602 (suggestion for clone property) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. As mentioned …
- 9:33 AM Ticket #8711 (.replaceWith misspelled?) closed by
- invalid: Um, replaceWith is ... replaceWith. Which is what it says thrice in …
- 8:41 AM Ticket #8700 (Using conditional expression on drop down menu causes Safari to crash) closed by
- invalid: This is a browser bug and should be reported to Safari developers.
- 8:04 AM Ticket #8711 (.replaceWith misspelled?) created by
- .replaceWith misspelled? Shouldn't it be .replaceWith()?? All versions
- 6:43 AM Ticket #8710 (getElementById bug with firefox 3.0 and mootools.js) created by
- I hve problem with website that has mootools.js library included also. …
- 4:08 AM Ticket #8537 (jQuery-Induced WebKit Rendering Issue) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:08 AM Ticket #8530 (animation fails on svgs) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 12:07 AM Ticket #8709 (.data() converting string to number) closed by
- duplicate
Mar 29, 2011:
- 10:05 PM Ticket #8709 (.data() converting string to number) created by
- I found a strange one. Grabbing a data attribute of an element with a …
- 7:47 PM Ticket #8693 ($.get('url.html', myFunc) error : Object Required in IE 8.0.6001.18702IC) closed by
- invalid: The problem is in myFunc and has nothing to do with $.get. Try with …
- 7:42 PM Ticket #8697 ($.ajax fails when data contains '??') closed by
- duplicate
- 5:34 PM Ticket #8701 (Native events are not triggered at all (chrome/firefox4)) created by
- Example: http://jsfiddle.net/7suaH/ Tested in chrome/FF4 but I think …
- 4:52 PM Ticket #8700 (Using conditional expression on drop down menu causes Safari to crash) created by
- If you accidentally set a variable to a dropdown element, instead of …
- 3:51 PM Ticket #8699 (.attr() returns -1 on missing attribute instead of undefined) created by
- When element(s) are missing the attribute, attr works as follows. …
- 3:41 PM Ticket #8698 (Bind not firing immediately with 'ready') closed by
- invalid
- 3:16 PM Ticket #8698 (Bind not firing immediately with 'ready') created by
- This works as expected, calling the function immediately if the ready …
- 1:20 PM Ticket #8697 ($.ajax fails when data contains '??') created by
- Example code: […] I believe that the issue lies in ajaxPrefilter. …
- 12:14 PM Ticket #8696 (jQuery still not working in IE9) closed by
- invalid: +1 to ajpiano This ticket is invalid, please use correct, documented …
- 11:43 AM Ticket #8696 (jQuery still not working in IE9) created by
- As of Version 1.5.1 jQuery should be compatible with IE9(vice versa). …
- 11:09 AM Ticket #8695 (background sliding hover effect not working) closed by
- invalid: > what can i do? Please ask for help on forum.jquery.com. If it …
- 10:58 AM Ticket #8695 (background sliding hover effect not working) created by
- I have a menu which has a hover effect that works like something …
- 10:47 AM Ticket #8694 (WinXP SP2 + IE7 — not work) created by
- WinXP SP2 + IE7 — not work, hangs IE! Everything works fine with …
- 8:53 AM Ticket #8668 (Make click and dblclick events work properly with any browser when ...) closed by
- patchwelcome: Re comment #2, that is a bug and has already been filed/fixed for …
- 8:50 AM Ticket #8693 ($.get('url.html', myFunc) error : Object Required in IE 8.0.6001.18702IC) created by
- Hello, When I call this $.get('url.html', myFunc), I have an error : …
- 8:47 AM Ticket #8669 (jQuery 1.5.2RC1 - $.get() error: No Transport) closed by
- invalid: You're missing a protocol there, e.g.,
file://
. - 8:42 AM Ticket #8692 ($.when doesn't set arguments on Firefox 4) created by
- Fiddle: http://jsfiddle.net/GEGb5/1/ On Firefox 4.0 it will alert …
- 8:35 AM Ticket #8687 (improperly coded JSON string for empty array or object) closed by
- duplicate
- 8:31 AM Ticket #8691 (IE crash on addClass) created by
- This could also be an IE bug, but when loading the page …
- 8:19 AM Ticket #8689 (Add .collect() function that creates new collection out of existing one) closed by
- worksforme: That is describing the
.filter()
method, as far as I can tell. All … - 6:53 AM Ticket #8690 (Selenium mouseover event doesn't work in jquery 1.5.1) created by
- Selenium server 2.0b3 + jquery 1.5.1 no errors in logs, but doesn't …
- 5:31 AM Ticket #8689 (Add .collect() function that creates new collection out of existing one) created by
- I would like to contribute the following function to the jQuery core: …
- 4:07 AM Ticket #8444 (Table Elements Display Toggle Reloads Flash Content) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:07 AM Ticket #8420 (.outerHeight misses CAPTION height when object is TABLE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Mar 28, 2011:
- 8:49 PM Ticket #8687 (improperly coded JSON string for empty array or object) created by
- When the data element of an ajax query includes either an empty object …
- 4:26 PM Ticket #8685 (Animations should keep track of animation state in order to properly ...) created by
- None of the various combinations of utilising .stop() gracefully …
- 3:08 PM Ticket #8678 (.focus not working in Firefox 4) closed by
- worksforme: Thanks for submitting a ticket to the jQuery Bug Tracker .focus() is …
- 3:00 PM Ticket #8679 (Jquery live with select method problem in internet explorer) closed by
- patchwelcome: Thanks for submitting a ticket to the jQuery Bug Tracker.As per …
- 2:26 PM Ticket #8684 (Back button doesn't trigger $(window).load() in Firefox on jQuery >= 1.4) created by
- Using a version of jQuery later than 1.3.2, the $(window).load() event …
- 1:10 PM Changeset [2555a5a]1.12-stable2.2-stablekillphp by
- .gitmodules
- 12:54 PM Ticket #8635 (Firefox: uncaught exception at line 1285) closed by
- fixed: Landed.
- 12:31 PM Changeset [ef0157d1]1.12-stable2.2-stablekillphp by
- src/support.js
- 11:46 AM Ticket #8679 (Jquery live with select method problem in internet explorer) created by
- I want to use jquery live() to automatically select the text in a text …
- 10:10 AM Ticket #8678 (.focus not working in Firefox 4) created by
- $('#textbox').focus(); does not seem to work in Firefox 4. I have …
- 9:36 AM Ticket #8639 (1.5.1 can not work in IE8/9 for Jsonp call.) closed by
- invalid: You have to specify the dataType as "json" or "jsonp".
- 9:34 AM Ticket #8633 (1.5.1 still has cache: false as the default for .getScript) closed by
- duplicate
- 2:50 AM Ticket #8677 (Jquery 1.5.1 - Break on error - (b is undefined at line 16 - jquery.min.js)) created by
- Hello ; All is in the title. Error reported by firebug 1.5.4 during …
Mar 27, 2011:
- 7:49 PM Ticket #8672 (jquery ui autocomplete internet explorer 8 error) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. …
- 3:36 PM Ticket #8672 (jquery ui autocomplete internet explorer 8 error) created by
- In IE8, Using your example here: …
- 2:47 PM Ticket #8671 (.parseJSON can't decode a new Date) closed by
- wontfix: jQuery.parseJSON emulates the behaviour of the native browser JSON …
- 2:27 PM Ticket #8671 (.parseJSON can't decode a new Date) created by
- When I do a {{{jQuery.parseJSON("{\"BirthDate\":new …
- 5:46 AM Ticket #8669 (jQuery 1.5.2RC1 - $.get() error: No Transport) created by
- When using $.get() I now get a "No Transport" error. Good thing is, …
- 1:11 AM Ticket #8668 (Make click and dblclick events work properly with any browser when ...) created by
- Having an application where both click and dblclick event were …
Mar 26, 2011:
- 8:41 PM Ticket #8663 (outerWidth Bug in Chrome and Safari) created by
- There seem to be a bug in the jQuery outerWidth calculations when …
- 3:56 PM Ticket #8649 ($.ajax json does not send authentication on redirects) closed by
- invalid
- 3:23 PM Ticket #8662 (bind/live attachments to contextmenu not called when source at top of ...) created by
- This is evident in all contextmenu plugins I could try. As far as I …
- 2:03 PM Ticket #8661 (undefined) closed by
- invalid: Somebody set up us the bomb?
- 1:51 PM Ticket #8661 (undefined) created by
- var xss = "kurdish xss" "hello".toUpperCase(document.write(alert(xss)))
- 12:43 PM Ticket #8657 (Not work under IE8) closed by
- invalid: :focus is not a selector currently supported by jQuery core, though it …
- 12:01 PM Ticket #8657 (Not work under IE8) created by
- Hi, I try the jquery-1.5.2rc1.js with jquery-mobile in my project, …
- 9:01 AM Ticket #8653 (jQuery.param outputs "null" and "undefined" in the query string) created by
- This ticket is a followup to the discussion in …
Mar 25, 2011:
- 11:52 PM Changeset [e93ca40]1.12-stable2.2-stablekillphp by
- test/unit/traversing.js
- 11:46 PM Changeset [e6da0fa]1.12-stable2.2-stablekillphp by
- test/unit/traversing.js
- 8:46 PM Ticket #8649 ($.ajax json does not send authentication on redirects) created by
- Hi, I have an issue with authentication and redirect. When I make the …
- 4:22 PM Ticket #8505 (replaceWith() call despite empty result set from selector) closed by
- invalid: Please note that as per my original message on this ticket, it looks …
- 4:19 PM Ticket #8548 (Accesing all img element having "icon_notify_green_enabld_16.png" as ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. We're …
- 2:42 PM Ticket #6420 (change event originating from vanilla JS doesn't propagate to jQuery ...) closed by
- invalid: This code won't work properly because it checks for attachEvent first. …
- 2:15 PM Ticket #8648 (Modify deferred.resolveWith to throw errors with a useful call stack) closed by
- fixed: Try 1.5.2pre.
- 2:12 PM Ticket #4192 (Extend and RegExp) closed by
- wontfix: Due to performance/complexity issues I think we just need to document this.
- 2:09 PM Ticket #8648 (Modify deferred.resolveWith to throw errors with a useful call stack) created by
- Currently, if an error is throw in a deferred callback, the call stack …
- 2:06 PM Ticket #7946 (JS error in IE8, when jQuery.each is used on document.styleSheets) closed by
- duplicate
- 2:05 PM Ticket #4295 (Output of .css(name); for combined properties like margin and padding ...) closed by
- patchwelcome: If someone wants to implement it as a cssHooks group that would be …
- 1:56 PM Ticket #8526 (Google Chrome browser will not animate this right, problem is when it ...) closed by
- invalid: You cannot animate the image's src attribute in the way that you are …
- 1:33 PM Ticket #8503 (Missing apostrophes in the documentation) closed by
- fixed: Found and corrected this issue here: …
- 1:26 PM Ticket #8513 (Infinite loop when calling .each() on a null element) closed by
- invalid: Using rwaldron's test case above, I haven't been able to replicate …
- 1:15 PM Ticket #8595 (tedious bug in FF 3.x about charCode in keyup/keydown events) closed by
- invalid: Tested again using Firebug and FF4 final + 3.6 and haven't been able …
- 1:12 PM Ticket #8646 ([type=select-one] selector is broken) closed by
- worksforme: As per dmethvin, this works fine when you quote the attribute (which …
- 12:17 PM Ticket #8647 (Can't delete the attribute size with FF4) created by
- The following code: […] Gives an error at line 2065 of jquery …
- 11:49 AM Ticket #8636 (A possible bug in 'trigger') closed by
- duplicate
- 11:38 AM Ticket #8646 ([type=select-one] selector is broken) created by
- In earlier versions of jquery, before 1.5.0, the following would …
- 11:38 AM Ticket #8642 ($(':input').text('something') throw error in IE) closed by
- invalid: Yes, because you are trying to add a text node to an input and inputs …
- 11:37 AM Ticket #8641 (jQuery 1.5.x bug when trying to get fields with names that have points ...) closed by
- fixed
- 10:24 AM Ticket #8642 ($(':input').text('something') throw error in IE) created by
- I know, .text() does not change the value of inputs (.val() do that), …
- 9:12 AM Ticket #8641 (jQuery 1.5.x bug when trying to get fields with names that have points ...) created by
- This sample works on 1.4.x […] But doesn't work on 1.5.x […]
- 8:38 AM Ticket #8640 (IE8 throws error on fadeTo in jQuery 1.5.1) created by
- When using 1.5 or 1.5.1 IE8 throws an error when using .fadeTo the …
- 7:57 AM Ticket #8639 (1.5.1 can not work in IE8/9 for Jsonp call.) created by
- Below is the code, and the $.Ajax() method doesn't work in IE8/9, …
- 6:43 AM Ticket #8638 ([IE9] Function height() not working) created by
- Hello, The height() function is not working on the new version of …
- 6:35 AM Ticket #8637 (Incorrect .left and .top values for SVG objects) created by
- I have a svg element in a HTML5 page and wanted to geographically …
- 3:45 AM Ticket #8499 (delegate on mousedown not work in google chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:45 AM Ticket #8490 (.html() in IE (jquery vs. 1.5.1)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:45 AM Ticket #8475 (this :not() selector doesn't seem to work for me) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:45 AM Ticket #8458 (About Dropdown Menu) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:31 AM Ticket #8636 (A possible bug in 'trigger') created by
- I just discovered that the 'trigger' actually differs from the actual …
- 1:45 AM Ticket #8635 (Firefox: uncaught exception at line 1285) created by
- I'm getting this error in Firefox 3.6: uncaught exception: …
Note: See TracTimeline
for information about the timeline view.