Timeline
Apr 7, 2011:
- 10:53 PM Ticket #8722 (jQuery 1.5.1 is placing target variable into the global namespace) closed by
- fixed: (incorrectly closed this bug due to a transposition of the ticket …
- 10:52 PM Changeset [98d83ef]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:29 PM Ticket #8813 (Using .val() on a select with non-existent value produces invalid result) reopened by
- Given that dynamic values are common in setting values of select …
- 8:56 PM Ticket #8813 (Using .val() on a select with non-existent value produces invalid result) closed by
- invalid: This is not a jQuery bug, to add a new, previously non-existent value …
- 8:55 PM Ticket #8814 (Unnecessary code in inArray) created by
- I was looking through core.js and noticed the redefinition of inArray …
- 7:33 PM Ticket #8813 (Using .val() on a select with non-existent value produces invalid result) created by
- If you start with: […] And do: […] jQuery removes the …
- 6:04 PM Ticket #8810 (Cannot access top level element of a parsed string) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! That …
- 5:33 PM Ticket #8810 (Cannot access top level element of a parsed string) created by
- In Firebug on Firefox 4, the following happens. Console input: var t …
- 11:30 AM Ticket #8803 (jQuery.holdReady() method) closed by
- fixed: Create jQuery.holdReady(true/false) method to encapsulate …
- 11:30 AM Changeset [c470db6]1.12-stable2.2-stablekillphp by
- src/core.js
- src/deferred.js
- src/effects.js
- src/queue.js
- src/support.js
- test/unit/core.js
- test/unit/deferred.js
- test/unit/effects.js
- 11:29 AM Ticket #8805 (Internet Explorer changes link text when changing the href) created by
- Today I came across a IE bug and wanted to ask if we could apply a …
- 11:26 AM Changeset [14193e4]1.12-stable2.2-stablekillphp by
- src/core.js
- test/data/readywaitloader.js
- test/readywait.html
- 11:07 AM Ticket #8677 (Jquery 1.5.1 - Break on error - (b is undefined at line 16 - jquery.min.js)) closed by
- invalid: The issue you're experiencing is usually caused by older versions of …
- 11:00 AM Ticket #8803 (jQuery.holdReady() method) created by
- Document this method for delaying ready event rather than exposing the …
- 10:55 AM Ticket #8764 (Regression in getJSON) closed by
- wontfix: It's because default for cache option is false in the context of a …
- 10:37 AM Ticket #8770 (Document `attr` behavior when new value function returns undefined) closed by
- wontfix: That seems like the right behavior to me. I think we could add …
- 10:20 AM Ticket #6913 (namespaced event bubbleing wrong) closed by
- fixed: Fixed with the 1.6 event reorg.
- 10:07 AM Ticket #8784 (globalEval dont allow to catch exceptions) closed by
- wontfix: globalEval is not an "eval" in the traditional sense as it creates a …
- 9:59 AM Ticket #8795 (Specific Selector doesn't work in IE 6, 7, or 8) closed by
- invalid: Thank you for submitting a bug report to the jQuery bug tracker. It …
- 9:55 AM Ticket #8796 (Executing .click() on a checkbox performs actions out of order) closed by
- invalid: jQuery cannot be accountable for the event firing order in the …
- 9:52 AM Ticket #5337 (left/right/top/bottom css property can't be toggled in FF) closed by
- worksforme: Using dmethvin's test case, this cannot be reproduced. …
- 9:40 AM Ticket #8769 (https://code.jquery.com has an invalid SSL certificate) closed by
- invalid: https://code.jquery.com/jquery.js is: 504 - Gateway Timeout Also, the …
- 8:46 AM Ticket #6319 (Regression: stopPropagation inside change handlers in IE is ...) reopened by
- Whoops, no it wasn't, I misinterpreted the test case.
- 8:45 AM Ticket #6319 (Regression: stopPropagation inside change handlers in IE is ...) closed by
- fixed: Fixed in 1.5.1.
- 7:33 AM Ticket #8800 (Opera animate trouble) created by
- Strange trouble with Opera 11.01 and jquery 1.5.2. …
- 7:01 AM Ticket #8798 (jQuery appends some weird string on the data sending to server) closed by
- duplicate
- 7:00 AM Ticket #8799 (document loading events ready through error!) closed by
- invalid: This is a user mistake. You have to pass a function reference to …
- 6:50 AM Ticket #8799 (document loading events ready through error!) created by
- document loading events ready like $( alert('test'); ) or …
- 6:46 AM Ticket #8798 (jQuery appends some weird string on the data sending to server) created by
- StackOverflow discussion: …
- 4:59 AM Ticket #8797 (jQuery innerWidth() throws ownerDocument is null) created by
- jQuery 1.5.1 AND 1.5.2 (jsFiddle only offers 1.5.1 at the moment) …
- 12:56 AM Changeset [6832595]1.12-stable2.2-stablekillphp by
- src/event.js
- 12:51 AM Changeset [c1dcad6]1.12-stable2.2-stablekillphp by
- src/support.js
- 12:47 AM Changeset [f3c6077]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 12:00 AM Changeset [4552d13]1.12-stable2.2-stablekillphp by
- src/queue.js
- test/unit/effects.js
Apr 6, 2011:
- 11:49 PM Changeset [bb99899c]1.12-stable2.2-stablekillphp by
- src/deferred.js
- test/unit/deferred.js
- 11:41 PM Changeset [2f11ba7]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:15 PM Ticket #8732 (Incorrect feature detect for IE9 focusin/focusout) closed by
- fixed: Fix #8732. Change feature detect for focusin event support, so IE9 …
- 11:07 PM Changeset [75a4bc4]1.12-stable2.2-stablekillphp by
- src/effects.js
- 11:06 PM Changeset [bbd9c776]1.12-stable2.2-stablekillphp by
- src/event.js
- src/support.js
- 11:01 PM Ticket #8550 (Incorrect custom event bind) closed by
- fixed: Fixed by the 1.6 event reorg here: …
- 10:53 PM Ticket #8796 (Executing .click() on a checkbox performs actions out of order) created by
- A code sample says 1000 words: […] Pretty simply unchecked …
- 10:17 PM Ticket #8712 (Custom events don't bubble up to window) closed by
- fixed: Fixes #8712. Bubble custom events to the window when they are …
- 10:11 PM Changeset [b7dd840]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:56 PM Ticket #8793 (javascript problem) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. …
- 9:35 PM Ticket #8795 (Specific Selector doesn't work in IE 6, 7, or 8) created by
- Example: http://jsfiddle.net/5WLWq/ […] performing: […] …
- 8:51 PM Ticket #8791 (Event data being overwritten) closed by
- invalid: For accounting purposes I'm going to close this as invalid. It's not …
- 8:48 PM Ticket #8791 (Event data being overwritten) reopened by
- 6:37 PM Ticket #8794 (Use Closure Compiler for minification) created by
- Just watched a presentation from Closure Compiler's lead developer. He …
- 6:16 PM Ticket #8793 (javascript problem) created by
- <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC …
- 5:53 PM Ticket #8779 (IE9: 'Date' is undefined in jquery.js) closed by
- invalid: Sounds good. Thanks for looking into it.
- 4:37 PM Ticket #8791 (Event data being overwritten) closed by
- worksforme: Works for me. One handler: http://jsfiddle.net/rwaldron/PsSNG/ Two …
- 4:27 PM Ticket #8792 (Attach data objects directly to DOM elements) created by
- Only IE6 and IE7 are unable to garbage-collect JavaScript objects, I …
- 4:25 PM Ticket #8791 (Event data being overwritten) created by
- If I have two binds of the same type to the same element, with …
- 3:47 PM Ticket #8790 (Optimize non-attached events such as data events) created by
- Currently when an event is triggered we always bubble it up the tree …
- 3:16 PM Ticket #8789 (Meta: Event Property Hooks) created by
- Implement the ability to specify properties of event.originalEvent to …
- 2:07 PM Ticket #8788 (Reorganize jQuery.event.trigger to use loop instead of recursion) closed by
- fixed: Landed …
- 12:21 PM Ticket #8788 (Reorganize jQuery.event.trigger to use loop instead of recursion) created by
- Currently, jQuery.event.trigger uses recursion to ascend the DOM tree, …
- 11:34 AM Changeset [879be3d]1.12-stable2.2-stablekillphp by
- src/event.js
- 10:57 AM Changeset [29386db]1.12-stable2.2-stablekillphp by
- src/event.js
- 10:57 AM Changeset [246757b]1.12-stable2.2-stablekillphp by
- src/event.js
- 10:50 AM Changeset [bfa3231]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:42 AM Ticket #8785 (Jquery select id don't work in firefox 4) closed by
- worksforme: The reason your code wasn't working is because the selector you're …
- 9:33 AM Ticket #8786 (ajax timeout not working) created by
- Setting the timeout option on an ajax call doesn't work if the option …
- 4:33 AM Ticket #8785 (Jquery select id don't work in firefox 4) created by
- Hi I'm selecting all id's names that starts with "ct" and ends with …
- 4:06 AM Ticket #8784 (globalEval dont allow to catch exceptions) created by
- When doing […] on a syntaxicly uncorrect code, the error is not catched.
- 3:06 AM Ticket #8783 (1.5.2 getComputedStyle bug) created by
- Hello.By using 1.5.1 or 1.5.0 i don't get this error. Particularly i …
- 2:37 AM Ticket #8782 (.append() Bug) created by
- I have found this bug working with Firefox 3.6 and 4 using jquery 1.4 …
Apr 5, 2011:
- 11:27 PM Ticket #7990 (Script space quota exhausted error when creating a large HTML block ...) closed by
- fixed: Landed pull 292.
- 11:18 PM Changeset [e085673]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 10:45 PM Ticket #7345 (Support relative values for $().css()) closed by
- fixed: Landed https://github.com/jquery/jquery/pull/297
- 10:40 PM Changeset [ceaf093]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 10:40 PM Changeset [d47c0ae]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 10:24 PM Changeset [0fbadbcc]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 10:18 PM Ticket #4321 ($("#") returns undefined) closed by
- fixed: Landed pull 160.
- 10:04 PM Changeset [1e85027]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 10:02 PM Ticket #7883 (.delegate (and .live) should accept false as the fn arg, like .bind) closed by
- fixed: Landed pull 159.
- 9:59 PM Changeset [c1316a4]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:42 PM Changeset [b5c7c50]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:36 PM Ticket #7587 (Bypass regexp on $.parseJSON for huge performance gains) closed by
- fixed: Merged pull 300.
- 7:55 PM Ticket #8780 (events, preventDefault) created by
- Hi to the bug tracking team, Trying to debug $(document).onkeypress() …
- 6:55 PM Changeset [4b0c26f]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 6:08 PM Ticket #8779 (IE9: 'Date' is undefined in jquery.js) created by
- I'd read much about how jQuery 1.5.1 is supposed to be compatible with …
- 4:55 PM Ticket #8778 (siblingCheck causes unresponsive script message) created by
- In IE8 when there a lot of siblings, the while loop within causes the …
- 4:45 PM Ticket #8777 (jQuery 1.6: undelegate() accepts custom namespaced events) created by
- Copied directly from jQuery 1.6 Roadmap: I noticed that undelegate …
- 4:32 PM Changeset [92a4d59]1.12-stable2.2-stablekillphp by
- src/event.js
- 4:28 PM Changeset [9db18ddd]1.12-stable2.2-stablekillphp by
- src/effects.js
- 4:20 PM Changeset [b1b2e83]1.12-stable2.2-stablekillphp by
- src/event.js
- 3:55 PM Changeset [23a411b]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 12:25 PM Ticket #8774 (jQuery docs not displaying) closed by
- invalid: We're currently experiencing some known caching issues, but these are …
- 12:19 PM Ticket #8774 (jQuery docs not displaying) created by
- Documentation text doesn't seem to be displaying on the web site. I …
- 11:33 AM Changeset [c0389e3]1.12-stable2.2-stablekillphp by
- src/core.js
- 11:22 AM Ticket #8773 (jQuery.support.optSelected bug) created by
- jQuery.support.optSelected does not work correctly in IE, it returns …
- 10:57 AM Ticket #8756 (fadeIn and fadeOut for JQuery-1.4.1 not working for Firefox 3.6) closed by
- worksforme: Ideally, you should be checking to see if the image you're switching …
- 10:20 AM Changeset [3609bed9]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:18 AM Ticket #8772 (Using .attr() to set input type 'range' causes script error in IE9) created by
- jQuery versions tested: 1.5.1, 1.5.2 Browser: IE9 System tested: …
- 8:38 AM Ticket #8771 (Animated addClass) closed by
- wontfix: jQuery UI already provides this
- 8:36 AM Ticket #8771 (Animated addClass) created by
- I'm sorry not speak english very well.. Why not you can implement the …
- 7:30 AM Ticket #8770 (Document `attr` behavior when new value function returns undefined) created by
- (Neither a bug nor a feature...let's go with enhancement.) When …
- 7:15 AM Ticket #8769 (https://code.jquery.com has an invalid SSL certificate) created by
- On http://jquerymobile.com/download/ you kindly offer CDN hosting on …
- 7:10 AM Ticket #8768 (Chunker has problems with single quote in attribute filter) created by
- Hello, When a Browser does not support querySelectorAll (e.g. …
- 4:43 AM Changeset [a7e7dbd]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/ajax.js
- 2:59 AM Changeset [c72371f]1.12-stable2.2-stablekillphp by
- src/core.js
- src/sizzle
- test/qunit
- test/unit/core.js
Apr 4, 2011:
- 7:48 PM Changeset [44a3b58]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 7:27 PM Ticket #8766 (Bug in mobile safari involving ajax when canvas is used) created by
- Here is a link to some examples: …
- 7:25 PM Changeset [fe3203b]1.12-stable2.2-stablekillphp by
- src/effects.js
- src/support.js
- 7:16 PM Ticket #8763 (Unhandled exception: document.defaultView.getComputedStyle(div, null) ...) reopened by
- 3:47 PM Changeset [5b03693]1.12-stable2.2-stablekillphp by
- src/support.js
- 3:46 PM Changeset [c95ab2a]1.12-stable2.2-stablekillphp by
- src/effects.js
- 3:46 PM Changeset [15e34d1]1.12-stable2.2-stablekillphp by
- src/effects.js
- 3:46 PM Changeset [03e6f72]1.12-stable2.2-stablekillphp by
- src/effects.js
- 3:46 PM Changeset [6de29b2]1.12-stable2.2-stablekillphp by
- src/effects.js
- 3:46 PM Changeset [933ea8c]1.12-stable2.2-stablekillphp by
- src/effects.js
- 3:46 PM Changeset [9dc63971]1.12-stable2.2-stablekillphp by
- src/support.js
- 3:46 PM Changeset [f7ccec1]1.12-stable2.2-stablekillphp by
- src/effects.js
- src/support.js
- 2:49 PM Ticket #8765 (jQuery.each loops over jQuery methods as well as elements array) closed by
- invalid: Ok, closing for now. Let us know if this needs reopening.
- 2:22 PM Changeset [94fff6f]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 2:21 PM Changeset [123dd72]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 2:03 PM Ticket #8765 (jQuery.each loops over jQuery methods as well as elements array) created by
- I noticed when using .each on an element (and only an element) it also …
- 11:41 AM Ticket #8744 (.ajax() jsonp requests are not handled correctly when hitting timeout) closed by
- fixed: Fixes #8744. Makes sure script transport abort method actually removes …
- 11:41 AM Changeset [2ed81b44]1.12-stable2.2-stablekillphp by
- src/ajax/script.js
- 10:32 AM Ticket #8759 (.after() breaks on disconnected DOM node with content) closed by
- duplicate: We fixed this issue in closest for 1.6, but there is probably an …
- 10:29 AM Ticket #8762 (jquery validate plugin) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. …
- 10:16 AM Ticket #8764 (Regression in getJSON) created by
- Using $.getJSON for a JSONP request always adds a parameter …
- 10:04 AM Ticket #3116 (.attr does not work with SVG IDLs) reopened by
- 9:54 AM Ticket #8763 (Unhandled exception: document.defaultView.getComputedStyle(div, null) ...) closed by
- worksforme: Does not exist with most recent build http://jsfiddle.net/rwaldron/2heBa/
- 9:07 AM Ticket #8763 (Unhandled exception: document.defaultView.getComputedStyle(div, null) ...) created by
- When there is jQuery in iframe which is hidden follwing error occurs …
- 8:19 AM Ticket #8760 (mouseenter behaves like mouseover in IE) closed by
- worksforme: mouseenter is a normalization of mouseover/enter behaviour, this is …
- 8:14 AM Ticket #8761 (array in post) closed by
- invalid: That behaviour is not a jQuery bug or even a bug at all.
- 6:48 AM Ticket #8762 (jquery validate plugin) created by
- if ( label.length ) is returning 0 even if error msg is generated . So …
- 6:30 AM Ticket #8761 (array in post) created by
- array = new Array(); array[8]='text'; $.post("file.php", {arr:array}, …
- 4:31 AM Ticket #8760 (mouseenter behaves like mouseover in IE) created by
- hi, mouseenter, maybe it's its default behaviour in IE, behaves like …
- 4:26 AM Ticket #8759 (.after() breaks on disconnected DOM node with content) created by
- Ok, quick description. This works as expected (it returns a set of 2 …
- 2:32 AM Ticket #7256 (gracefully handle bad user/intermediate input values) closed by
- wontfix: Although I do sympathize with rene7705, three team members have …
- 2:21 AM Ticket #4638 (Incorrect window height in Webkit browsers in xHTML mode) closed by
- fixed: Tested the original test cases submitted with latest Chrome and Safari …
- 2:10 AM Ticket #3116 (.attr does not work with SVG IDLs) closed by
- fixed: Per mpedrotti, the issues mentioned in this bug report only appear to …
Apr 3, 2011:
- 7:13 PM Changeset [6f79bee]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 7:13 PM Changeset [ad2b3bc]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 7:13 PM Changeset [2a8a2b6]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [ff75767]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [8cbf551]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/index.html
- test/unit/attributes.js
- 7:13 PM Changeset [5fc2281]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/manipulation.js
- test/unit/attributes.js
- 7:13 PM Changeset [1e9b3ef]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [fa4373c]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- 7:13 PM Changeset [a4d4497]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [217a7abc]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [11c97bb0]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [03da4c7]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [448111c]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [5caf7d8]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [56014a1]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [479b28f]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [e0900a6]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 7:13 PM Changeset [3892df2]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 7:13 PM Changeset [47c80c2]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/attributes.js
- 7:13 PM Changeset [9e05a0a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/index.html
- test/unit/attributes.js
- 7:13 PM Changeset [102053a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/index.html
- test/unit/attributes.js
- 7:13 PM Changeset [11cfdb23]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [dfeeb872]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [d28922b]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [2580420b]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- 7:13 PM Changeset [5ac6ca3]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- 7:13 PM Changeset [dbe3b7a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 7:13 PM Changeset [f578e0f]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [77c559c]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [b85d2cd]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [9f88fa9]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/support.js
- 7:13 PM Changeset [8cd30c6]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/core.js
- src/support.js
- test/unit/attributes.js
- 7:13 PM Changeset [ebb8e8e]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/support.js
- 7:13 PM Changeset [00abeae]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [4baa213]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/support.js
- 7:13 PM Changeset [607210e]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 7:13 PM Changeset [5eecb13f]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 7:13 PM Changeset [de79e8c]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/manipulation.js
- test/unit/attributes.js
- test/unit/manipulation.js
- 7:13 PM Changeset [ab4e300]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 3:16 PM Ticket #8758 (Finding element with autofocus attribute doesn’t work always) closed by
- duplicate
- 11:55 AM Ticket #8737 (Window Unload Event Error on IE 7/8, maybe 6) closed by
- duplicate: It takes about as long as it takes to leave incendiary comments …
- 11:44 AM Ticket #8755 (binding to beforeunload throws an error in IE6, 7, 8 on page unload) reopened by
- 10:13 AM Ticket #8758 (Finding element with autofocus attribute doesn’t work always) created by
- attribute: autofocus selector: :input[autofocus] demo: …
- 4:22 AM Ticket #8757 ($(“input:checked”).length not working in opera after go back in ...) created by
- Hi guys here is some incorrect behavior in opera when using …
Apr 2, 2011:
- 11:03 PM Ticket #8756 (fadeIn and fadeOut for JQuery-1.4.1 not working for Firefox 3.6) created by
- $("#Image1").fadeOut("slow", function () { …
- 5:16 PM Ticket #7317 (Expose: jQuery.cloneCopyEvent(orig, ret)) closed by
- wontfix
- 5:05 PM Changeset [64a0005]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 4:46 PM Ticket #8755 (binding to beforeunload throws an error in IE6, 7, 8 on page unload) closed by
- wontfix: From: http://api.jquery.com/bind/ "The .bind() method is the primary …
- 4:41 PM Ticket #8755 (binding to beforeunload throws an error in IE6, 7, 8 on page unload) created by
- Take IE8 and start debug in script panel 1. Simply bind to the …
- 2:34 PM Ticket #8754 (Event click in Scroll) created by
- I have a click event on a div that has scrolling. When I click the …
- 2:19 PM Ticket #8748 (live('click') and live('submit') fire in the wrong order on IE) reopened by
- I am pretty sure this is a different case. The
change
event has to … - 12:18 PM Ticket #8746 (.text() Bug in IE7 with Iframes) closed by
- duplicate
- 12:15 PM Ticket #8748 (live('click') and live('submit') fire in the wrong order on IE) closed by
- duplicate: See: #8568 & #3781
- 12:14 PM Ticket #8751 (Selector for [type=foo] does not work in IE7 and lower) closed by
- duplicate: This will be address in 1.6 attrHooks feature Also, heads up: …
- 12:11 PM Ticket #8745 (Spam in the plug-ins directory) closed by
- wontfix: New Plugins site coming soon
- 11:59 AM Ticket #8753 (jQuery 1.6: jQuery.Event contstructor to support setting properties) created by
- Copied directly from jQuery 1.6 Roadmap: Fix $.Event contstructor to …
- 11:33 AM Ticket #8750 (jQuery.modal().close() ... ie9) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker. …
- 6:49 AM Ticket #8751 (Selector for [type=foo] does not work in IE7 and lower) created by
- Hi all, I'm a total noob at hacking jquery but while developing a …
- 4:35 AM Ticket #8750 (jQuery.modal().close() ... ie9) created by
- When I try to close the modal window (only in the ie9) asks for …
- 3:48 AM Ticket #8563 (IE6 underscore hack .css()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
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 …
Note: See TracTimeline
for information about the timeline view.