Timeline
08/18/11:
- 17:15 Ticket #10044 (jquery - ajax with memory leak) closed by
- duplicate
- 16:44 Ticket #9992 ($.get binary) closed by
- patchwelcome: Sounds like this should start life as a converter, outside core. If it's …
- 16:23 Ticket #10090 (ajax is sending null on Date type data) closed by
- invalid: jQuery $.ajax supports serializing plain Objects and primitive types to …
- 16:16 Ticket #10047 (Closing embed tag found in IE7 & 8) closed by
- duplicate: Not quite the same bug but related, and not something jQuery can do much …
- 15:55 Ticket #9968 (Siblings() not function correctly under chrome) closed by
- invalid: I stepped through that code in Chrome 13.0.782 and verified that …
- 15:33 Ticket #10090 (ajax is sending null on Date type data) created by
- Jquery.ajax is sending null/undefined when the data type is Date() . …
- 15:31 Ticket #9990 (Value for required attribute FireFox 3.6 with JQuery 1.6.2 is undefined) closed by
- duplicate: Edit: Yes this is a dup.
- 15:20 Ticket #10075 ($(" ... html ...") strips leading and trailing text nodes in HTML string) closed by
- invalid: jQuery isn't intended to process text nodes as if they were DOM elements. …
- 15:16 Ticket #10086 (Autosuggest box not hiding in IE and GoogleChrome [autosuggest]) closed by
- invalid: Thank you for submitting a ticket to the jQuery core bug tracker! …
- 15:01 Ticket #10070 ($(selector, context) documentation clarification) closed by
- worksforme: People may use it that way, but should we encourage and support it? I …
- 14:48 Ticket #10079 (jQuery is not handling numbers return with Exponent by Firefox 5) closed by
- invalid: You'll have to re-file with UI, there is no mechanism to just "move" a …
- 14:36 Ticket #10082 ('style' or 'css' dataType in $.ajax().) closed by
- wontfix: The problem with adding more functionality to $.ajax() is that people …
- 14:25 Ticket #10083 (Form disabled bug) closed by
- duplicate
- 14:11 Ticket #10089 (.data() and 64 bit integer) closed by
- invalid: Javascript itself only supports about a 48-bit integer since it's the …
- 14:07 Ticket #10088 (opera doesn't like :hover) closed by
- invalid: jQuery does not support the :hover selector; you'll notice it isn't in …
- 11:52 Ticket #10089 (.data() and 64 bit integer) created by
- I just fixed a bug where my ID, which is a 64 bit integer, would be …
- 11:39 Ticket #10088 (opera doesn't like :hover) created by
- in Opera 11.50 i got: Uncaught exception: Syntax error, unrecognized …
- 10:58 Ticket #10087 (nodeName is null or not an object) created by
- i upgrade from jquery1.5.2 to jquery1.6.2 and this error happens Line: …
- 09:57 Ticket #10086 (Autosuggest box not hiding in IE and GoogleChrome [autosuggest]) created by
- Hi, In the demo given for the autosuggest jquery plugin …
- 08:16 Ticket #10085 (Jquery selector stop when come to <script> tag in DOM) created by
- Recently i spend half day on this issue. here is scenario: BUG CASE: …
- 08:03 Ticket #9965 (Add $.support flag for loading XHTML content) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:29 Ticket #10084 (scrollTop doesn't change position scroll of div in safari 5.0.3) created by
- I tried to change scrollTop with the same method, but it doesn't work in …
- 07:23 Ticket #10083 (Form disabled bug) created by
- First make the form element to disabled. Second use removeAttr() to remove …
- 06:49 Ticket #10071 ($.post() callback function not triggering in Firefox 6) closed by
- worksforme: I've just put together a test case which I've verified as working fine …
- 06:38 Ticket #10073 (attr('disabled') always return undefine) closed by
- worksforme: This has been fixed in jQuery (edge). I've verified that at least in …
- 06:21 Ticket #10029 ($.support.scriptEval removed, but still included in documentation) closed by
- fixed: Thanks for the heads up. As per Dave Methvin's comments on the commit: …
- 00:51 Ticket #10082 ('style' or 'css' dataType in $.ajax().) created by
- If there was a 'style' or 'css' dataType in $.ajax(), it would be simpler …
08/17/11:
- 21:44 Ticket #10080 (unload from frame's window breaks in IE8) reopened by
- Or you could simply ensure that cache[ id ] actually exists... Which is …
- 21:32 Ticket #10081 (jQuery event handler) created by
- Line 2965 in jquery.js: […] In my code, the value for …
- 21:31 Ticket #9572 (jQuery 1.6.1 doesn't support -ms-transform in .css() method) closed by
- fixed: Landing pull request 463. Fixes #9572. Don't camelize the -ms- prefix …
- 21:22 Ticket #8235 (jQuery.data throws a script error in certain circumstances.) closed by
- fixed: Landing pull request 459. Do not allow assumed cache[id] in jQuery.data. …
- 21:02 Ticket #10080 (unload from frame's window breaks in IE8) closed by
- duplicate
- 20:47 Ticket #10080 (unload from frame's window breaks in IE8) created by
- If you have an iframe in the same domain and try to bind to unload: …
- 19:55 Ticket #10079 (jQuery is not handling numbers return with Exponent by Firefox 5) created by
- I stumbled on this bug when dealing with high z-index values and ui.dialog …
- 17:27 Ticket #10078 (Binding to change event nulls event object in IE9) created by
- Firstly, here's the scenario: - an ASP.net 3.5 web form with standard …
- 17:26 Ticket #10072 (creating new dom element(FORM) in ie6-8) closed by
- wontfix: Older browsers will treat this, as invalid HTML […] This is only …
- 16:58 Ticket #10067 (Firing $.ready on document.readyState === 'interactive' too) reopened by
- My apologies, my initial resolution was short sighted. Thanks for your …
- 16:47 Ticket #10077 (Ready doesn't work when multiple calls made after readState = complete) created by
- I am using Internet Explorer 9 and have multiple included javascript files …
- 15:15 Ticket #10076 ($.inArray crushes IE6 and Chrome if second argument is `null` or ...) created by
- $.inArray crushes IE6 and Chrome if second argument is null or undefined, …
- 15:13 Ticket #10075 ($(" ... html ...") strips leading and trailing text nodes in HTML string) created by
- Hi, I stumbled about this when trying to use $() with an HTML string that …
- 15:03 Ticket #10074 (Chaining two [] selector with :first not working) created by
- Hi, not sure it's a real bug but I was kinda expeting this to work : …
- 13:50 Ticket #10065 (.find() function error when i use css :before) closed by
- invalid: Closing per OP's latest comment.
- 13:30 Ticket #10073 (attr('disabled') always return undefine) created by
- attr('disabled') always return undefined - http://jsfiddle.net/ZSnn8/ …
- 13:09 Ticket #10072 (creating new dom element(FORM) in ie6-8) created by
- http://jsfiddle.net/eZqPX/8/ When I create form like this: var f4 = …
- 11:51 Ticket #10071 ($.post() callback function not triggering in Firefox 6) created by
- Any calls to $.post() which specify a callback function do not get called …
- 11:25 Ticket #10068 (.fadeIn() broke with Firefox 6) closed by
- worksforme: I've just created a test case checking fadeIn(), fadeOut() and slideDown() …
- 11:09 Ticket #10070 ($(selector, context) documentation clarification) created by
- In the documentation the context in a search has to be: context A …
- 10:41 Ticket #10069 (Microsoft JScript runtime error: Object doesn't support this property or ...) created by
- Microsoft JScript runtime error: Object doesn't support this property or …
- 06:36 Ticket #10068 (.fadeIn() broke with Firefox 6) created by
- .fadeIn() and probably some other effects don't work in Firefox 6.
- 02:41 Ticket #10067 (Firing $.ready on document.readyState === 'interactive' too) closed by
- wontfix: jQuery provides a solid, consistent document ready handling system that …
- 01:19 Ticket #10066 (Double referencing jQuery deletes all assigned plugins.) closed by
- invalid: Use $.noConflict(). Also, this will happen in any programming …
- 00:04 Ticket #10067 (Firing $.ready on document.readyState === 'interactive' too) created by
- Sorry if dup. So; imagine situation: FF5, page with ever loading iframe …
08/16/11:
- 21:43 Ticket #10066 (Double referencing jQuery deletes all assigned plugins.) created by
- Scenario: - A web page loads external HTML page and displays it in the …
- 19:29 Ticket #10021 (Can't add negative numbers using the relative-value syntax with .css() and ...) reopened by
- I think this may be a very easy fix, just add the minus sign to the rfxnum …
- 17:06 Ticket #10065 (.find() function error when i use css :before) created by
- <li><a href="#" class="user_widget_last_purchase_log_button">Utolsó …
- 16:17 Ticket #10064 (Meta: Research feasibility of dataset api use for jQuery.fn.data()) created by
- Firefox 6, released today, now has support for the dataset api, which …
- 15:22 Ticket #9381 (animations halt when the browser is out of focus due to ...) closed by
- fixed: Remove requestAnimationFrame support. Fixes #9381. Changeset: …
- 15:19 Changeset [0b8b6360127dacc36d06753bf934ff97e5973535] by
-
- test/unit/effects.js
- 14:58 Ticket #10051 (Documentation bug: Inconsistent description of the "thisArg" value among ...) closed by
- fixed: Thanks for the ticket. I've updated the documentation. Let me know if …
- 14:58 Ticket #10053 (Documentation bug: List all supported return values of function arg for ...) closed by
- fixed: Thanks for the ticket. I've updated the documentation. Let me know if …
- 13:29 Ticket #10061 ($.data fais in case of retrieving data from a dom element which is no ...) closed by
- duplicate
- 08:12 Ticket #10063 (Vertical positioning bug) created by
- Hi, when using this tooltip we found that the area displaying the …
- 07:45 Ticket #9953 (incorrect calculation of 'left' in IE9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:45 Ticket #9950 (Browser crashes when using a iframe in jqery mobile) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:45 Ticket #9949 (expr.replace is not a function) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 05:42 Ticket #10021 (Can't add negative numbers using the relative-value syntax with .css() and ...) closed by
- wontfix: Thanks for submitting a ticket to the jQuery bug tracker. I've never …
- 05:35 Ticket #10061 ($.data fais in case of retrieving data from a dom element which is no ...) created by
- The issue is described here …
- 05:21 Ticket #10041 (slideToggle Removes Display None from Div) closed by
- invalid: Here's a jsFiddle containing your test: http://jsfiddle.net/yaHKJ/. …
- 05:03 Ticket #10060 (i have a trouble with jquery autocomplete!) closed by
- invalid: Thank you for submitting a ticket to the jQuery core bug tracker! …
- 04:05 Ticket #10060 (i have a trouble with jquery autocomplete!) created by
- eg. i input 'a', and this plugin set q='a',then i receive a json from …
08/15/11:
- 22:22 Ticket #5414 (Live event binding not matching selector) closed by
- duplicate: Grouping these under a master ticket.
- 20:37 Ticket #10056 (.attr('disabled','disabled') not working properly) closed by
- duplicate
- 13:41 Ticket #10057 (Consistency: no unwrapInner() available.) closed by
- wontfix: I think it's simple enough to do a .contents().unwrap(). I'll close as …
- 13:33 Ticket #10058 (Error on a.compareDocumentPosition) closed by
- invalid: For jQuery UI (Autocomplete, Sortable, Draggable, Tabs, etc.): This is NOT …
- 13:32 Ticket #10054 (Loading of library near closing <body> tag produces CSS validation errors) closed by
- wontfix: jsFiddle automatically wraps markup from the HTML box with <html>, <head> …
- 12:42 Ticket #10058 (Error on a.compareDocumentPosition) created by
- The source is returning an error saying that a.compareDocumentPosition is …
- 12:07 Ticket #10057 (Consistency: no unwrapInner() available.) created by
- Hi, it is nice that we have a wrapInner() function for wrapping the …
- 09:46 Ticket #10056 (.attr('disabled','disabled') not working properly) created by
- .attr('disabled','disabled') and .removeAttr('disabled') not working …
- 08:36 Ticket #10055 (SyntaxError: Parse error when loading jquery-1.6.2.min.js on line 3) created by
- [[Image(...)]] With jquery-1.6.2.js is no …
- 06:00 Ticket #10054 (Loading of library near closing <body> tag produces CSS validation errors) created by
- Hey, I'm not entirely sure if this is a FF 5.0 issue or a jQuery issue …
08/14/11:
- 21:52 Ticket #10053 (Documentation bug: List all supported return values of function arg for ...) created by
- Methods such as before() that accept a function argument whose return …
- 21:44 Ticket #10052 ($.support.cors reports firefox 5.0.1 as cross domain capable when it is ...) created by
- When querying the $.support.cors attribute in firefox 5.0.1 it says it is …
- 21:27 Ticket #10051 (Documentation bug: Inconsistent description of the "thisArg" value among ...) created by
- The documentation for the attr() method http://api.jquery.com/attr/ …
- 20:37 Ticket #10050 (Invalid argument jquery-1.6.2 line 8538) closed by
- duplicate: jQuery normalizes all style property values to pixels. This is a …
- 20:27 Ticket #10048 (Using find('*') on HTML5 tags includes closing tags in IE7 & 8) closed by
- duplicate: This is because the tags are seen as invalid, notice what happens when …
- 20:04 Ticket #10050 (Invalid argument jquery-1.6.2 line 8538) created by
- As continue of #9787 Code with error: …
- 19:26 Ticket #10049 (SlideToggle() keeps hidden elements as 'visible') closed by
- invalid: Seems to work fine: http://jsfiddle.net/TNwJq/ .slideToggle() defaults to …
- 19:19 Ticket #10046 (fail when attr("disabled",false)) closed by
- duplicate
- 18:32 Ticket #10049 (SlideToggle() keeps hidden elements as 'visible') created by
- $('#button123').click(function() { $('#div123').slideToggle(); if …
- 15:37 Ticket #10048 (Using find('*') on HTML5 tags includes closing tags in IE7 & 8) created by
- When using find('*') in IE7 & 8, almost all HTML5 closing tags are …
- 14:08 Ticket #10047 (Closing embed tag found in IE7 & 8) created by
- When trying to find all contained elements, IE7 and IE8 also finds the …
- 05:11 Ticket #10046 (fail when attr("disabled",false)) created by
- attr("disabled",true) is OK. attr("disabled",false) is NG. …
- 03:47 Ticket #10045 (hide() with a duration fails when the element is contained within a hidden ...) created by
- Browsers tested: Firefox 5, Chrome 12 OS: Ubuntu 11.04, Windows 7 Test …
- 00:02 Ticket #10044 (jquery - ajax with memory leak) created by
- hi guys i'm running a simple 'refresh' with ajax and i'm getting a memory …
08/13/11:
- 20:52 Ticket #10042 (data() and attr()) closed by
- invalid: Yes, this is actually a feature and is described in the docs: "Every …
- 10:49 Ticket #10043 (Retrieving border doesn't work for left, right or bottom) created by
- var d = $('<div>'); d.css('border', 'solid 10px black') d.css('borderTop') …
- 09:03 Ticket #10042 (data() and attr()) created by
- cores like this: <div id="test" data-userid='0000000123'></div> …
- 08:02 Ticket #9942 (On page) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:02 Ticket #9929 (errors not reported from pages loaded by .load()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
08/12/11:
- 21:57 Ticket #10041 (slideToggle Removes Display None from Div) created by
- Hello, I have noticed this problem since version 1.4.3. Below is an …
- 21:01 Ticket #10040 (.height/.width functions stretch canvas element) created by
- When using the .height and .width function on a canvas element the element …
- 15:59 Ticket #10039 (Browser bug for .animate() method) created by
- I have a sticky nav menu that moves the whole page when a menu item is …
- 15:48 Ticket #10015 (.slide*() and .stop()) closed by
- duplicate: Sorry I didn't get to this sooner. Yes, this won't be a problem in 1.7 …
- 14:39 Ticket #10025 (Crash IE7/8 Windows XP SP3) closed by
- duplicate
- 13:39 Ticket #10038 (attr returns undefined for disbaled on non input elements) closed by
- invalid: If set to false, it will remove the disabled attribute as even when set to …
- 13:36 Ticket #10034 ($(":button").attr('disabled', true) can not work in 1.6.2 but 1.6.1 is ok) closed by
- duplicate: Everything is getting set properly, but we've had reports of IE not …
- 13:35 Ticket #9952 (attr ("disabled", true [or false or 1 or 0]) does not work properly in IE) closed by
- duplicate
- 13:16 Ticket #10038 (attr returns undefined for disbaled on non input elements) created by
- As i understand it, attr should be setting and getting attribute on DOM …
- 12:51 Ticket #10037 (jQuery 1.6.2 minified does not load for iOS 4.3.5) closed by
- duplicate
- 11:44 Ticket #10037 (jQuery 1.6.2 minified does not load for iOS 4.3.5) created by
- Loads fine on iOS 4.1 when JQuery 1.6.2 is minified, but jQuery 1.6.2 will …
- 07:58 Ticket #9934 (Keypress event for body tag not firing in Firefox 5.0.1) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:58 Ticket #9932 (The closure compiler gives a lot warnings on the 1.6.2 min.js) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:58 Ticket #9925 (dom object sort) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:27 Ticket #10036 (jQuery selector bug ! rootjQuery is undefined) created by
- jQuery JavaScript Library v1.6.2 + firefox 5 + firebug when use …
- 05:58 Ticket #10035 (Persian in IE with Ajax Jquery ,asp.net) created by
- hi,i can not store data language persian(farsi) in IE,that store in DB to …
- 02:29 Ticket #10034 ($(":button").attr('disabled', true) can not work in 1.6.2 but 1.6.1 is ok) created by
- It takes log time and can't work in jquery-1.6.2.js , jquery-1.6.2.min.js …
- 00:10 Ticket #10020 (node:has(node:contains('text')) doesnt work as expected) closed by
- duplicate: See John's latest comment in the other ticket
08/11/11:
- 23:52 Ticket #10033 (Why Doesn't JQuery Expose its UUID Functionality?) closed by
- wontfix: jQuery.uuid and jQuery.expando are internal properties that are absolutely …
- 23:07 Ticket #10033 (Why Doesn't JQuery Expose its UUID Functionality?) created by
- (I originally asked this on StackOverflow, and was recommended I just ask …
- 22:55 Ticket #10032 ($.getScript fails to load ext.js framework) closed by
- invalid: It's not jQuery's responsibility to ensure that Ext.js fires it's ready …
- 22:01 Ticket #10032 ($.getScript fails to load ext.js framework) created by
- Ladies & Gentlemen, For some reason (I haven´t quite figured out why) if …
- 21:22 Ticket #10031 (.data() passing an object causes errors whereas passing each piece ...) created by
- Hopefully this bug has not already been reported as I did do a search for …
- 21:19 Ticket #10030 (IE 7 only - jQuery core "finally {") created by
- jQuery from CDN loaded into Wordpress 3.2, works perfectly in all browsers …
- 17:29 Ticket #10029 ($.support.scriptEval removed, but still included in documentation) created by
- It seems that $.support.scriptEval has been removed in 1.6.1. However, it …
- 17:12 Ticket #10028 (scrollLeft not working IE 8, FF5 when element is hidden) created by
- When using the .scrollLeft method or using the animate method with the …
- 15:55 Ticket #10027 (jQuery.hasData returns false for elements with HTML5 data- attributes in ...) created by
- […] […] If HTML5 data attributes are recognised by the data() …
- 15:06 Ticket #10026 (removeData does not work with html5 data attributes) created by
- removeData does not work with html5 data attributes Example: …
- 14:54 Ticket #10025 (Crash IE7/8 Windows XP SP3) created by
- 1.6.1 works fine. 1.6.2 crashes browser.
- 11:26 Ticket #10024 (web site link to current) closed by
- fixed: http://code.jquery.com/jquery.js and http://code.jquery.com/jquery.min.js …
- 10:08 Ticket #10024 (web site link to current) created by
- It would be useful to have a link to the current release that does not …
- 09:19 Ticket #10023 (Can not find #7071 fix in jquery1.6.0 and 1.6.2) created by
- When using jquery on a page with vml in IE. jquery throws a runtime error …
- 07:55 Ticket #9922 (Object doesn't support this property or method) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:55 Ticket #9921 (Compound selectors dont work well in IE7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:55 Ticket #9916 (Jquery 1.6.2 crashes IE8 when fading (fadeIn/fadeOut)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:14 Ticket #10022 (In firefox5.0 or chrome 13 $('[required=true]:visible').size() is 0) created by
- In firefox5.0 or chrome 13 $('[required=true]:visible').size() is 0 but in …
- 04:13 Ticket #10021 (Can't add negative numbers using the relative-value syntax with .css() and ...) created by
- When I use the relative-value syntax in my .css() and .animate(), I can't …
- 03:27 Ticket #10018 (jQuery 1.6.2 con't remove "readonly" use "attr" in IE6,but 1.4.2 or ...) closed by
- duplicate
- 02:49 Ticket #10020 (node:has(node:contains('text')) doesnt work as expected) created by
- http://jsfiddle.net/deadlyicon/TJrv7/2/
Note: See TracTimeline
for information about the timeline view.
