Timeline
09/01/11:
- 23:23 Ticket #10188 (Wrong value in the first step in .animate() in 1.4.4) closed by
- worksforme
- 22:56 Ticket #10188 (Wrong value in the first step in .animate() in 1.4.4) created by
- I am animating a list of images like this: $(element).animate({ …
- 21:59 Ticket #10181 ('name' is null or not an object) closed by
- invalid
- 21:59 Ticket #10181 ('name' is null or not an object) reopened by
- 21:44 Ticket #8982 (bind("unload someOther") => on unload, handler is not executed only once.) reopened by
- 20:18 Ticket #10187 (attr function not working on ie7 and jquery 1.6.2 version) created by
- I have this code running on a click event of a button: this supouse to …
- 17:35 Ticket #10181 ('name' is null or not an object) closed by
- duplicate: This actually traces back to the try/finally in resolveWith
- 17:14 Ticket #8982 (bind("unload someOther") => on unload, handler is not executed only once.) closed by
- wontfix: @rkatic I agree that this is a bug, as I recall it is required by a bug in …
- 17:03 Ticket #9785 (delegated events bubble based on the attaching DOM element, not the ...) closed by
- fixed
- 17:02 Ticket #8870 (Binding an event to an iframe window will throw an exception on unbind in ...) closed by
- duplicate
- 14:13 Ticket #10186 (Create a callback function in the .remove() function) closed by
- invalid: This is really a higher-level function, not something we'd add at jQuery …
- 09:37 Ticket #10186 (Create a callback function in the .remove() function) created by
- It seems to be usefull to add a callback function when we use .remove(), …
- 08:06 Ticket #10069 (Microsoft JScript runtime error: Object doesn't support this property or ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 05:00 Milestone 1.6.3 completed
- 03:47 Ticket #10185 (Fadetoggle borked) created by
- Fadetoggle no longer works.
- 03:17 Ticket #10184 ($.getJSON bug in IE8, not IE9) created by
- i have an application who used getJSON to take response from recording …
- 01:36 Ticket #10183 (Strange results for getting height of hidden div.) created by
- If I have 2 identical divs, each containing a <p> tag with text. The only …
08/31/11:
- 23:20 Ticket #10182 (.show(duration) on td in chrome mispositions content) created by
- .show with a duration, even a duration of 0, when used on a td is …
- 18:50 Ticket #10181 ('name' is null or not an object) created by
- The attached example works perfectly fine in Opera, Firefox, Chrome, IE9. …
- 14:41 Ticket #10180 (jQuery 1.6.2, Warning in FF 4/5/6 (failed to process the value for 'left', ...) closed by
- duplicate
- 14:35 Ticket #10180 (jQuery 1.6.2, Warning in FF 4/5/6 (failed to process the value for 'left', ...) created by
- In jQuery (uncompressed) at line 1301 and 1302 are the attributes left and …
- 13:50 Ticket #10174 (data attributes with large integers don't work) closed by
- invalid: First, this is a feature and is described in http://api.jquery.com/data …
- 13:40 Ticket #10179 (attr() & prop() return -1 for undefined attributes) created by
- IE7 returns -1 for attr() and prop() of undefined attributes. FF3 returns …
- 13:32 Ticket #10173 (broken link on docs.jquery.com) closed by
- invalid: Thanks! The plugins site is in the process of being rewritten. Bear with …
- 13:30 Ticket #10178 ($(window).is("a") >> Uncaught TypeError: Cannot call method 'toLowerCase' ...) created by
- http://jsfiddle.net/k4nz6/ $(window).is("a") throws a uncaught exception
- 11:50 Ticket #10177 (index of callback function in .wrap is always 0) created by
- I have the following HTML: <div class="box">...</div> <div …
- 10:36 Ticket #10176 (Injected script tag is evaluated twice) created by
- When injecting a script tag into the head tag the injected script is …
- 08:47 Ticket #10175 ($.getJSON() with url '/' doesn't work in IE) created by
- […] This code doesn't work in IE (version 8, 9). It doesn't send any …
- 07:08 Ticket #10174 (data attributes with large integers don't work) created by
- If I have some divs like this: […] […] will return …
- 05:04 Ticket #10173 (broken link on docs.jquery.com) created by
- on http://docs.jquery.com/Plugins/Authoring in the second to last section, …
- 01:12 Ticket #10161 (CSS modifications not reset on unload) closed by
- cantfix: Given your bisect result I am pretty sure this is a result of the Firefox …
08/30/11:
- 22:30 Ticket #10172 (Harmonizing the "keypress" event between browsers) closed by
- wontfix: Recommend: […] And also: http://api.jquery.com/keypress/ > Note: …
- 22:24 Ticket #10171 (jQuery.fx is undefined) closed by
- duplicate
- 21:47 Ticket #10172 (Harmonizing the "keypress" event between browsers) created by
- Please see …
- 21:36 Ticket #10171 (jQuery.fx is undefined) created by
- jQuery.fx is undefined error when I try and run more than on plugin on the …
- 19:31 Ticket #10170 (OperationalError: (1205, 'Lock wait timeout exceeded; try restarting ...) created by
- ==== How to Reproduce ==== While doing a GET operation on /query, Trac …
- 19:14 Ticket #10169 (jQuery.fx is undefined) created by
- I'm trying to run two plugins on the same page. When I do that, i get an …
- 15:27 Ticket #10160 (AJAX errors are not reported in Firefox Error console) closed by
- worksforme: http://gyazo.com/23fc8614479932f989e101ab47041226.png Also, …
- 14:23 Ticket #10168 (jQuery.event.trigger and inline handlers.) created by
- Looking at the event.js file, in the jQuery.event.trigger method, it …
- 13:55 Ticket #10167 (Bug on append() when HTML entities are not used) closed by
- worksforme: http://jsfiddle.net/dmethvin/78Cah/
- 13:41 Ticket #10167 (Bug on append() when HTML entities are not used) created by
- Hi everybody, When we want to append '¶meter' text/html, JQuery …
- 13:30 Ticket #10163 (INCORRECT ANIMATE BEHAVIOUR IN WEBKIT) closed by
- duplicate: No one ever claimed that it was. Please read comment threads before …
- 13:13 Ticket #9873 (inArray throws error in FF5) closed by
- fixed: Yes it was, thanks!
- 13:06 Ticket #10166 (click() on a checkbox still doesn't appear checked(or unchecked) before ...) created by
- in windows 7 using FF 5.0 & IE 8.0 a $(checkbox).click() still calls all …
- 10:34 Ticket #10164 (jQuery fails to grab an element by id if the id contains the "+" chars) closed by
- worksforme: As per our docs: 'If you wish to use any of the meta-characters ( such as …
- 10:30 Ticket #10165 (jquery ui-1.8.16 is not working with jqgrid) closed by
- invalid: Thanks for submitting a ticket. Unfortunately, we are unable to assist …
- 09:20 Ticket #10165 (jquery ui-1.8.16 is not working with jqgrid) created by
- Hi Team, I found issue while running jquery ui-1.8.16 with …
- 08:10 Ticket #10055 (SyntaxError: Parse error when loading jquery-1.6.2.min.js on line 3) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:10 Ticket #10043 (Retrieving border doesn't work for left, right or bottom) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:35 Ticket #10164 (jQuery fails to grab an element by id if the id contains the "+" chars) created by
- While jQuery fails to grab an element by id if the id contains the "+" …
- 04:47 Ticket #10163 (INCORRECT ANIMATE BEHAVIOUR IN WEBKIT) created by
- I think #7638 was not fixed in jQuery 1.6.2 #7638 was closed because of …
08/29/11:
- 21:30 Ticket #10099 (Include jQuery.find(array, function(element, index){...})) closed by
- plugin: It seems like a really bad idea to have the semantics of $.find conflict …
- 19:41 Ticket #10162 (this function throws undefined exception) closed by
- duplicate
- 19:41 Ticket #10030 (IE 7 only - jQuery core "finally {") closed by
- duplicate
- 19:35 Ticket #10162 (this function throws undefined exception) created by
- resolveWith: function( context, args ) { if ( !cancelled && !fired && …
- 13:23 Ticket #10161 (CSS modifications not reset on unload) created by
- Consider http://jsfiddle.net/PDwpP/40/ To observe the issue, the Results …
- 12:06 Ticket #10160 (AJAX errors are not reported in Firefox Error console) created by
- If a javascript run-time error is present in the success handler of an …
- 07:33 Ticket #10159 (.outerHeight() returns positive value for <script> elements) created by
- I think I have found a bug in the .outerHeight() jquery function. I'm …
- 00:23 Ticket #10158 (Extend only existing properties) closed by
- worksforme: Works for me: http://gyazo.com/c87038f3f474289a7947f7410a622975.png …
- 00:05 Ticket #10158 (Extend only existing properties) created by
- […]
08/28/11:
- 22:16 Ticket #10157 ($('a').fadeIn() - on complete style display:inline) created by
- $('a').fadeIn() - on complete style display:inline. must be style …
- 21:09 Ticket #10154 (Ready func run twice!) closed by
- worksforme
- 20:09 Ticket #10156 (Events not working in Windows phone 7 web browser control) created by
- I am wrapping up asp.net web site in a browser control on windows phone 7 …
- 17:52 Ticket #10153 (jquery 1.6.2( could affect more versions) compressed breaks when minified ...) closed by
- duplicate
- 17:51 Ticket #10153 (jquery 1.6.2( could affect more versions) compressed breaks when minified ...) reopened by
- 17:45 Ticket #10153 (jquery 1.6.2( could affect more versions) compressed breaks when minified ...) closed by
- invalid: Your minifier is incorrectly seeing the /* inside a QUOTED string as the …
- 16:56 Ticket #10155 ($.unique maintain order) closed by
- invalid: http://api.jquery.com/jquery.unique/ > Description: Sorts an array of DOM …
- 08:42 Ticket #10155 ($.unique maintain order) created by
- $.unique("[1,2,3,6,2,5]") return 5,1,3,2,6 Can maintain the original …
- 07:47 Ticket #10154 (Ready func run twice!) created by
- I started learning jquery and ran into a problem: […] This code run …
- 02:26 Ticket #10153 (jquery 1.6.2( could affect more versions) compressed breaks when minified ...) created by
- I am not sure what causes this as I have been unable to reproduce, but …
08/27/11:
- 20:22 Ticket #10109 (IE7 removeAttr not functioning properly) closed by
- invalid: That is a lot of code, but basically do not do this in script: […] …
- 20:18 Ticket #10111 (Spam in Plugins) closed by
- duplicate
- 20:17 Ticket #10112 (Spam in Plugins) closed by
- invalid: We're aware of the problems with the plugin site and are working to fix …
- 20:11 Ticket #10144 (Erroneous return in .data()) closed by
- duplicate: Should be fixed in 1.6.3.
- 20:07 Ticket #10147 (KeyError: 'captcha_redirect') closed by
- fixed: Looks like there was a temporary problem with the captcha service, I think …
- 20:01 Ticket #10152 (Code works on line but cant get it to work internally) closed by
- invalid: > It might not even be a bug but me. Since we can't provide diagnostic …
- 19:39 Ticket #10152 (Code works on line but cant get it to work internally) created by
- 1.6.2 work great until I move first line script to my page. <script …
- 18:48 Ticket #10150 (jQuery.fn.data parses data attributes incorrectly) closed by
- worksforme: jQuery's behaviour matches the intended and expected behaviour of native …
- 16:35 Ticket #10151 ($(iframe[name="browser"]').attr('src') not working correctly.) created by
- I have an iframe named 'browser'. Inside it, I load allways same-domain …
- 10:35 Ticket #10150 (jQuery.fn.data parses data attributes incorrectly) created by
- See this screenshot of my console output (Chrome 13): …
- 08:38 Ticket #10149 (Broken Link in jquery-1.6.2.min.js) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker!. Although we're …
- 07:46 Ticket #10039 (Browser bug for .animate() method) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:46 Ticket #10036 (jQuery selector bug ! rootjQuery is undefined) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:46 Ticket #10035 (Persian in IE with Ajax Jquery ,asp.net) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 00:09 Ticket #10149 (Broken Link in jquery-1.6.2.min.js) created by
- I am scanning my site with acunetix and I am getting a broken link …
08/26/11:
- 19:21 Ticket #10148 (hidden inputs are not :enabled in IE6/7) created by
- I would expect that is(':enabled') implies !is(':disabled') and vice …
- 17:32 Ticket #10092 (slideDown() slideUp()) closed by
- invalid
- 16:10 Ticket #10147 (KeyError: 'captcha_redirect') created by
- ==== How to Reproduce ==== While doing a POST operation on /, Trac …
- 16:09 Ticket #10146 (a bug in IE of "fireEvent") created by
- when I use jquery : $("#id").change(function (){ alert("onchange …
- 14:54 Ticket #10145 (.live() different behavior than .bind() with disabled element) closed by
- duplicate: Browsers don't treat this case consistently, see the duplicate ticket and …
- 14:18 Ticket #9385 (Deprecate jQuery.browser) reopened by
- Reopened for 1.7.
- 13:39 Ticket #10143 (Checkboxes can't be checked with .toggle(function, function)) closed by
- invalid: This is the intended behavior. From the docs: "The implementation also …
- 13:38 Ticket #10145 (.live() different behavior than .bind() with disabled element) created by
- I have three fiddles to accurately show this problem. 1.4.4 working with …
- 10:33 Ticket #10144 (Erroneous return in .data()) created by
- Hello, There is a bug in the jQuery.data() function. Minimal showcase …
- 10:28 Ticket #10143 (Checkboxes can't be checked with .toggle(function, function)) created by
- When I click the checkbox on this page with my mouse the callbacks are …
- 07:47 Ticket #10023 (Can not find #7071 fix in jquery1.6.0 and 1.6.2) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:47 Ticket #10022 (In firefox5.0 or chrome 13 $('[required=true]:visible').size() is 0) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:13 Ticket #10142 (Serving jQuery and jQuery Mobile from CDN under HTTPS Doesn't Work as the ...) closed by
- worksforme
- 01:41 Ticket #10141 (Webkit browsers empty function behavior) reopened by
- 01:15 Ticket #10141 (Webkit browsers empty function behavior) closed by
- patchwelcome: This seems like an edge case at best.
- 01:08 Ticket #10142 (Serving jQuery and jQuery Mobile from CDN under HTTPS Doesn't Work as the ...) created by
- Trying to serve jQuery and jQuery Mobile using https says that the …
- 00:36 Ticket #10140 (Set selected option fails) closed by
- invalid: As you can see in your markup, there is no text *attribute*; there is …
08/25/11:
- 23:18 Ticket #10141 (Webkit browsers empty function behavior) created by
- Line 5663 (manipulation.js) Bugfix in Webkit browsers when use jQuery …
- 22:48 Ticket #10140 (Set selected option fails) created by
- To add and select a select option, this works in 1.4.2 - …
- 21:18 Ticket #10139 (NO_MODIFICATION_ALLOWED_ERR .xhtml on safari) created by
- I am getting a similar error to ticket 3071: The following contents …
- 21:01 Ticket #10138 (Delayed remove throws exception in webkit) closed by
- invalid: Here is a simplified repro without jQuery: …
- 19:45 Ticket #9719 (removeAttr('disabled') doesn't change input's color on IE6,JQ 1.6.2) closed by
- fixed: Fixed in this commit: …
- 19:43 Ticket #9678 (setInterval cleared by animation) closed by
- fixed: This is fixed for 1.6.3.
- 19:34 Ticket #9699 (removeAttr('style') does not consistently remove the style attribute in ...) closed by
- fixed: Revert back to always setting the attribute to empty string before …
- 19:26 Ticket #9897 (try-catch isPlainObject detection) closed by
- fixed: Merge pull request #445 from rwldrn/9897 Fixes #9897. Wrap …
- 19:23 Ticket #10021 (Can't add negative numbers using the relative-value syntax with .css() and ...) closed by
- fixed: Merge pull request #464 from dmethvin/fix-10021-relative-negative-values …
- 19:22 Ticket #10076 ($.inArray crushes IE6 and Chrome if second argument is `null` or ...) closed by
- fixed: Merge pull request #465 from anton-ryzhov/master Fixes #10076. $.inArray …
- 19:18 Ticket #10080 (unload from frame's window breaks in IE8) closed by
- fixed: Merge pull request #468 from rwldrn/10080 Fixes #10080. Test cache for …
- 19:17 Ticket #10098 (Encode comment-like Accept headers to avoid mobile carrier mangling) closed by
- fixed: Merge pull request #473 from dmethvin/fix-10098-faux-comment Fixes …
- 19:16 Ticket #9521 (XSS with $(location.hash) and $(#<tag>) is needed?) closed by
- fixed: Merge pull request #474 from dmethvin/fix-9521-xss-hash Fixes #9521. …
- 18:18 Ticket #10138 (Delayed remove throws exception in webkit) created by
- Fiddle is here: http://jsfiddle.net/davestein/cZ9hN/
- 16:01 Ticket #10137 (jQuery 1.6.2 leaks memory in support.js, when used inside iframe's) created by
- Hi, it looks like support.js is leaking memory, when jQuery is included …
- 15:59 Ticket #10136 (.removeAttr has problems in chrome) closed by
- duplicate
- 15:58 Ticket #9699 (removeAttr('style') does not consistently remove the style attribute in ...) reopened by
- 15:03 Ticket #10136 (.removeAttr has problems in chrome) created by
- When executing this code http://jsfiddle.net/pjabT/ which contains <ul> …
- 13:20 Ticket #10131 (Memory leakage with jQuery 1.6 and jQuery 1.8.16 on IE 7?) closed by
- wontfix: I don't think we'll be able to spend the resources to identify the source …
- 13:11 Ticket #10135 (bug in css and effects) closed by
- invalid: > All animated properties should be animated to a single numeric value, …
- 07:58 Ticket #10135 (bug in css and effects) created by
- […] no work in jQuery v. >1.5 …
- 07:57 Ticket #10014 (jQuery Extend does not properly perform a deep copy on an instance of a ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:32 Ticket #10134 (jquery-1.6.2.min.js, line 17 character 29113) closed by
- worksforme: Thanks for submitting a ticket! I tested the minified version of 1.6.2 on …
- 06:19 Ticket #10134 (jquery-1.6.2.min.js, line 17 character 29113) created by
- only ie 7, 8 problem
- 06:16 Ticket #10129 (JQUERY Validation Plugin -- rule of min(value) does not respect the ...) closed by
- invalid: This is the bug tracker for jQuery core. Please consult the issue tracker …
- 06:15 Ticket #10133 (http://api.jquery.com/ binds up and down to some weird select thing) closed by
- wontfix: Thanks for submitting a ticket!. The API site is one of the parts of …
- 04:20 Ticket #10133 (http://api.jquery.com/ binds up and down to some weird select thing) created by
- In http://api.jquery.com/, binding the up and down keys to anything is …
- 03:06 Ticket #10132 (.val(...) in change handler invokes change handler in IE) created by
- When you have a function bound the the change event of an input field, and …
Note: See TracTimeline
for information about the timeline view.
