Timeline
Oct 23, 2010:
- 7:42 PM Ticket #5796 (Large Numbers in JSON Data get Truncated by $.getJSON) closed by
- wontfix: This is a limitation of javascript, not jQuery. You can validly store …
- 7:35 PM Ticket #4307 (Upgrade Sizzle Engine to v1.0) closed by
- fixed
- 5:20 PM Ticket #7296 ($.isHTMLElement) closed by
- wontfix: If this isn't used in the library internally, it should live as a …
- 3:57 PM Ticket #7296 ($.isHTMLElement) created by
- I have found that checking whether a given object is an HTMLElement …
- 3:27 PM Ticket #7294 (GET/HEAD request urls malformed when cache:true) closed by
- invalid: The query string generated is not invalid. …
- 3:23 PM Ticket #7277 (CSS sibling selectors not working) closed by
- duplicate
- 3:19 PM Ticket #7293 (api.jquery.com has two Media Temple logos) closed by
- invalid: Please note that this bug tracker is for reporting issues with the …
- 3:10 PM Ticket #7295 (Quoteless attribute selectors on href in Firefox 3.6 fail to select) closed by
- worksforme: I've tested your first case (a[href=#actions]) here with FF 3.6.x : …
- 2:59 PM Ticket #7295 (Quoteless attribute selectors on href in Firefox 3.6 fail to select) created by
- In jQuery 1.4.2, the following worked in Firefox 3.6: a[href=#actions] …
- 1:48 PM Ticket #7294 (GET/HEAD request urls malformed when cache:true) created by
jQuery.ajax
serializes thedata
to the url for GET/HEAD …- 12:38 PM Ticket #7217 (.live and .delegate, multiple handlers) reopened by
- OK, based on the test case here: …
- 12:03 PM Ticket #7293 (api.jquery.com has two Media Temple logos) created by
- In the footer of http://api.jquery.com/ the "others" sponsor link has …
- 4:08 AM Ticket #7282 (IE does not support the Access-Control-Allow-Origin Header declaration) closed by
- invalid: We can’t make IE suddenly understand and respect the CORS headers. The …
- 4:04 AM Ticket #7292 (In IE bind ignores 'change' events if trigger by fireEvent) closed by
- duplicate
- 12:35 AM Changeset [9bd9ebdd]1.12-stable2.2-stablekillphp by
- Makefile
Oct 22, 2010:
- 11:41 PM Ticket #7292 (In IE bind ignores 'change' events if trigger by fireEvent) created by
- To see the bug use IE8 and visit: …
- 9:20 PM Ticket #7291 (Unknown pseudo-class or pseudo-element 'sizzle'.) closed by
- wontfix: Yep - unfortunately this is an issue with Firefox - for some reason …
- 8:14 PM Ticket #7291 (Unknown pseudo-class or pseudo-element 'sizzle'.) created by
- Using Firefox 3.6.11 and jQuery v1.4.3, the error console gives the …
- 6:30 PM Ticket #6651 (Add a function to pass an object, parsing JSON if needed) closed by
- wontfix: Your proposed function $.obj appears to wrap $.parseJSON - which is …
- 6:26 PM Ticket #6703 (getScript() doesn't work for file: in Chrome) closed by
- wontfix: See http://bugs.jquery.com/ticket/6703#comment:8 - this has been confirmed.
- 6:21 PM Ticket #4846 (JSON Encode / Decode: Should be part of Core / Utilities) closed by
- wontfix: jQuery recommends using the json2.js library for all …
- 6:11 PM Ticket #5571 (Allow chaining when passing undefined to any setter in jQuery) closed by
- invalid: There is no attribute that accepts undefined. The docs do not cover …
- 6:06 PM Ticket #7290 (.next() doesn't work with :visible) closed by
- invalid
- 6:04 PM Ticket #6455 (Strange behaviour of jQuery(elementArray)) closed by
- fixed: Ran test case with 1.4.3 - issue no longer occurs.
- 4:47 PM Ticket #7290 (.next() doesn't work with :visible) created by
- If we try to do this: […] We get no results at all. Probably …
- 4:35 PM Ticket #6043 (jquery 1.4 with compact-1.3 have some issue about multi-selector) closed by
- worksforme: The reason why your original code wasn't executing correctly is that …
- 3:44 PM Ticket #7287 (-10000px bug for jQuery.animate) closed by
- duplicate
- 3:44 PM Ticket #7287 (-10000px bug for jQuery.animate) reopened by
- 3:31 PM Ticket #7289 (.ajaxSuccess() global handler should have access to the response data) created by
- Currently there is no way to get a request's response data in a global …
- 2:34 PM Ticket #7288 (warning and errors in jquery core code) closed by
- invalid: My error console is completely empty when attempting to recreate this …
- 2:19 PM Ticket #4324 (No hasAttribute method.) closed by
- wontfix: .attr() already behaves such that it can be evaluated for existance. …
- 2:12 PM Ticket #2579 ($.fn.is and $.fn.not should accept functions like $.fn.filter) closed by
- duplicate: Duplicates http://bugs.jquery.com/ticket/5712
- 2:04 PM Ticket #7288 (warning and errors in jquery core code) created by
- please test jquery on any page and browse the page in mozilla firefox …
- 2:02 PM Ticket #7275 (jQuery.fn.find() returns no results in Firefox for forms that contain ...) closed by
- duplicate: Duplicates http://bugs.jquery.com/ticket/7212
- 12:55 PM Ticket #7287 (-10000px bug for jQuery.animate) closed by
- worksforme: Your code is working fine for me in Safari and Firefox. By the looks …
- 10:25 AM Ticket #7287 (-10000px bug for jQuery.animate) created by
- Hi, First of all thansk for building jQuery. I'm trying to make an …
- 9:54 AM Ticket #7239 (JSLint Check: Line 1279 character 22: 'data' is already defined.) closed by
- fixed: Fixed by: …
- 8:26 AM Ticket #7286 (.css(propertyName) returns values with floating comma instead of a dot ...) created by
- http://www.jsfiddle.net/JJkWP/ When you hover the box, in Chrome 7 …
- 7:08 AM Ticket #7285 (Ajax Data Body Regression) created by
- Problem: Any data sent using GET, HEAD or DELETE is ignored. …
- 4:37 AM Ticket #7284 (.val() returns object instead of value if TinyMCE active) created by
- test case: […]
- 4:27 AM Ticket #7283 (jQuery 1.4.3 .css("width") gets scrollWidth) created by
- I have just upgraded to jQuery 1.4.3 (previously using 1.3.2 and …
- 4:25 AM Ticket #7282 (IE does not support the Access-Control-Allow-Origin Header declaration) created by
- $.get() 方法在IE中不支持 Access-Control-Allow-Origin Header声明, …
- 2:41 AM Ticket #7280 (use form as selector context will tamper form's id if it contains a ...) closed by
- duplicate: This is a duplicate of #7275.
- 2:39 AM Changeset [53396b8]1.12-stable2.2-stablekillphp by
- src/css.js
- src/dimensions.js
- test/unit/css.js
- 2:16 AM Changeset [7e02cee]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 1:48 AM Changeset [d9a3e008]1.12-stable2.2-stablekillphp by
- src/sizzle-jquery.js
- test/index.html
- test/unit/selector.js
- 1:44 AM Ticket #7281 (Sizzle Extension API is broken) created by
- Currently new selectors cannot be added via the extension API …
- 1:42 AM Ticket #7280 (use form as selector context will tamper form's id if it contains a ...) created by
- <html> <head> <title>test</title> <script …
- 1:41 AM Ticket #7210 (.removeData doesn't remove data when data-* attributes are used) closed by
- wontfix: This behavior is correct given the nature of .data() and data- …
- 1:20 AM Ticket #7272 (in IE6, css() cannot be used to access properties not recognized by ...) closed by
- wontfix: I'm ok with this. The properties aren't recognized by the browser - if …
- 1:19 AM Ticket #7220 (Next Sibling combined with :last is failing.) closed by
- fixed: Make sure that +, >, ~ leading, rooted, selectors go to the old …
- 1:18 AM Changeset [424500bc]1.12-stable2.2-stablekillphp by
- src/sizzle-jquery.js
- test/index.html
- test/unit/selector.js
- 12:43 AM Ticket #7236 (Sizzle.contains - compareDocumentPosition throws on older/lamer browsers) closed by
- fixed: Fixed in this Sizzle commit: …
- 12:40 AM Ticket #7219 (.children(selector) no longer works in 1.4.3) closed by
- fixed: Make sure that we don't use matchesSelector on XML Documents (same as …
- 12:40 AM Changeset [6bc3042]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 12:36 AM Ticket #7212 (1.4.3 find() doesn't find elements when selecting from a form) closed by
- fixed: Make sure that we aren't reading one of the bad expandos. Fixes #7212. …
- 12:36 AM Changeset [4fc86d5]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 12:29 AM Changeset [8b129ccd]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 12:28 AM Ticket #7225 (CSS width and height of hidden and disconnected elements is incorrect) closed by
- fixed: Make sure that height/width getters work on hidden inputs and …
- 12:28 AM Changeset [e4a3867]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 12:09 AM Ticket #7279 (.bind("ready") events fire out of order) created by
- Test case by Ben Alman here: http://jsfiddle.net/cowboy/YE2Wk/ See …
- 12:08 AM Ticket #7247 (function bound to ready event fires twice on 1.4.3) closed by
- fixed: Make sure that the ready event doesn't double-fire when .bind(ready) …
- 12:08 AM Changeset [3df41db]1.12-stable2.2-stablekillphp by
- src/core.js
Oct 21, 2010:
- 11:59 PM Ticket #7278 (Error preventing delayed special events in IE) created by
- We ran into a problem using the hoverintent special event with …
- 11:46 PM Ticket #7243 (live is not working properly with attribute not equal selector in Firefox) closed by
- fixed: Adding another test for an issue in Gecko's matchesSelector …
- 11:46 PM Changeset [9be7461]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 11:18 PM Changeset [0174518]1.12-stable2.2-stablekillphp by
- src/data.js
- 8:36 PM Ticket #7270 (.find works wrong when searching by value attribute) closed by
- duplicate
- 8:31 PM Ticket #7217 (.live and .delegate, multiple handlers) closed by
- invalid: The behavior in 1.4.2 is wrong. 1.4.3 behaves correctly here.
- 7:27 PM Ticket #7277 (CSS sibling selectors not working) created by
- Using ~ or + selectors now fails. See here http://jsbin.com/ucugi3 …
- 6:43 PM Ticket #7276 (Inconsistent element selection in IE) created by
- These two statements (effectively identical) return different elements …
- 6:08 PM Ticket #7275 (jQuery.fn.find() returns no results in Firefox for forms that contain ...) created by
- jQuery: 1.4.3 browser: Firefox 3.6.11 OS: Ubuntu 9.10 and Ubuntu 10.04 …
- 5:27 PM Ticket #7274 (dashes don't work when used in css() objects) closed by
- worksforme: Testing with FireFox latest: 1. Your first test working fine …
- 4:59 PM Ticket #7274 (dashes don't work when used in css() objects) created by
- hi e1, if you want to change css values using an object as parameter …
- 4:56 PM Ticket #3342 (Support POST for cross-domain AJAX requests) reopened by
- 4:49 PM Ticket #3342 (Support POST for cross-domain AJAX requests) closed by
- wontfix: This patch is way out of date.
- 4:34 PM Ticket #4750 (selector bug) closed by
- worksforme: Testing this with jQuery 1.4.3 [http://jsfiddle.net/x2PGJ/1/ Live Test …
- 4:24 PM Ticket #4802 ($(elem).attr('selected','selected') in Chrome don't work) closed by
- worksforme: I've tested this using jQuery 1.4.3 and both the latest Chrome (and …
- 4:17 PM Ticket #4854 (Selector which select more than needed) closed by
- worksforme: Your incorrect usage of jQuery in this case was retrieving you the …
- 4:04 PM Ticket #4981 (1.3.3 nightly "html" script execution problems) closed by
- worksforme: This is working fine for me using jQuery 1.4.3 …
- 3:58 PM Ticket #7273 (Ready event fired multiple times if an unhandled exception occurs) closed by
- wontfix: I don't think jQuery has any history of trying to act nicely when you …
- 3:52 PM Ticket #3703 (IMG tag creation/append is not working in Opera 9.52) closed by
- worksforme: The original example in the docs page is working fine on Opera 9.5 and …
- 3:50 PM Ticket #5499 (jQuery.each) reopened by
- 3:47 PM Ticket #7273 (Ready event fired multiple times if an unhandled exception occurs) created by
- If a ready handler causes an unhandled exception then the ready list …
- 3:42 PM Ticket #4475 (gt(-1) stopped working in 1.3) closed by
- invalid: I've taken note of us updating the documentation related to gt() for …
- 3:40 PM Ticket #7272 (in IE6, css() cannot be used to access properties not recognized by ...) created by
- In jQuery 1.4.3 on IE6, trying .css('max-width'), .css('max-height'), …
- 3:40 PM Ticket #5499 (jQuery.each) closed by
- wontfix: See above comment http://bugs.jquery.com/ticket/5499#comment:8
- 3:36 PM Ticket #4968 (check for missing indexOf) closed by
- invalid
- 3:35 PM Ticket #7271 (Chome doesn't copy the uploaded file ref) created by
- If you have an <input type="file" /> and you .clone() it after someone …
- 3:35 PM Ticket #5294 (Add the jQuery 1.4 roadmap to http://dev.jquery.com/roadmap) closed by
- fixed: This has long since been fixed. Closing.
- 3:32 PM Ticket #5289 (Provide static support for Function.prototype.bind) closed by
- fixed: As this has been addressed already I'm closing for now.
- 3:30 PM Ticket #7267 (Problem with $("").css('width') when upgrading from Jquery 1.4.2 to 1.4.3) closed by
- duplicate: The test code provided in the initial description is invalid, as it …
- 3:28 PM Ticket #6333 ($.get() bug) closed by
- duplicate: Accidentally marked as fixed instead of duplicate of #6298.
- 3:27 PM Ticket #6333 ($.get() bug) reopened by
- 3:23 PM Ticket #4533 (text(val) and new String) closed by
- invalid: .text() takes a string primitive as an argument …
- 3:21 PM Ticket #6333 ($.get() bug) closed by
- fixed: Fixed; see #6298
- 3:16 PM Ticket #7265 (jquery 1.4.3 obj.css('width') returns false value) closed by
- duplicate
- 2:59 PM Ticket #6729 (function unbind() doesnot remove internal variables in function toggle()) closed by
- duplicate: I'm gonna go ahead and just set this as a dupe of #234 - since it's …
- 1:53 PM Ticket #4196 ($(fn) acts differently in browsers if jQuery loaded late) closed by
- duplicate
- 1:40 PM Ticket #7264 (createDocumentFragment is not a function.) closed by
- wontfix: I think perhaps the docs could be cleared up on this a bit, but it's …
- 1:33 PM Ticket #7266 (jQuery show and hide functions don't work properly when returned by ...) closed by
- invalid: This is not a bug in jQuery, just a misunderstanding of how the …
- 12:14 PM Ticket #7270 (.find works wrong when searching by value attribute) created by
- html: […] js: […] always returns 3 (even if all fields …
- 11:58 AM Ticket #7269 (Regarding the tags <p></p> and its interference) closed by
- invalid: This is a bug tracker for jQuery core issues. If you would like …
- 11:39 AM Ticket #7269 (Regarding the tags <p></p> and its interference) created by
- Hi, Im wondering if you can help me, Im messing around with …
- 10:59 AM Ticket #7268 (Data argument no longer works with DELETE requests) created by
- Introduced here: …
- 8:34 AM Ticket #7267 (Problem with $("").css('width') when upgrading from Jquery 1.4.2 to 1.4.3) created by
- Maybe this problem is with other .css() parameters, but in my case, …
- 8:10 AM Ticket #7266 (jQuery show and hide functions don't work properly when returned by ...) created by
- In the test case I link to in this bug, I use a ternary statement to …
- 6:05 AM Ticket #7265 (jquery 1.4.3 obj.css('width') returns false value) created by
- I am creating an object with this code line: […] then I am adding …
- 12:59 AM Ticket #7264 (createDocumentFragment is not a function.) created by
- Two variants of the $() function are getting confused and the older …
- 12:12 AM Changeset [a58f8f2]1.12-stable2.2-stablekillphp by
- src/ajax.js
Oct 20, 2010:
- 10:25 PM Ticket #7263 (jQuery.is(':first') not checking correctly) created by
- So jQuery.is(selector) suppose to return 'true' or 'false' but it …
- 9:56 PM Ticket #6459 (jquery 1.4.2 and opera =< 10.10 ajax trouble) closed by
- worksforme: Your code appears to be working the same in all browsers. If we've …
- 9:44 PM Ticket #5579 (iframe with name="body" blows up at ready() time) closed by
- wontfix: Don’t use DOM keywords as names for your frames.
- 9:31 PM Ticket #6627 (jQuery.queue dies when running simple effects on object elements) closed by
- wontfix: I've made a note for us to update the documentation on this particular …
- 9:24 PM Ticket #4734 ($.ajax Local Error Event Is Called Intermittently When Used With JSONP) closed by
- duplicate
- 9:24 PM Ticket #4811 (JSONP Ajax does not always call success or error) closed by
- duplicate
- 5:43 PM Ticket #7262 (make isEventSupported public) created by
- Please make isEventSupported public. […] Note the slightly …
- 5:32 PM Ticket #7260 ($.each() fails on an object when the object has a key named 'length') closed by
- invalid
- 5:30 PM Ticket #7259 (Out Of Memory) closed by
- invalid: The jQuery bug tracker is not a support forum. Please use the …
- 4:55 PM Ticket #7261 (Body Table) created by
- Lately, I have been using an experimental layout method in which I …
- 4:02 PM Ticket #7260 ($.each() fails on an object when the object has a key named 'length') created by
- If you have an object, like this: […] and then you try to iterate …
- 3:26 PM Ticket #7259 (Out Of Memory) created by
- Hi, I have a problem inInternet Explorer. The site is: www.bienes …
- 2:20 PM Ticket #7258 (undocumented: enableSelection, disableSelection) closed by
- invalid: They’re undocumented because they don’t exist.
- 1:05 PM Ticket #7257 (.attr('checked') does not work as expected for application/xhtml+xml ...) closed by
- duplicate: The true/false magic for .checked is a DOM1 HTML behavior and not …
- 12:10 PM Ticket #7258 (undocumented: enableSelection, disableSelection) created by
- would be great if .enableSelection(), .disableSelection() had some …
- 6:16 AM Ticket #7257 (.attr('checked') does not work as expected for application/xhtml+xml ...) created by
- It is impossible to use .attr('checked') to read and modify checkbox …
- 4:45 AM Ticket #7256 (gracefully handle bad user/intermediate input values) created by
- Hi.. jQuery has problems with bad userinput. animate() can set …
- 3:03 AM Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in ...) closed by
- duplicate
- 2:39 AM Ticket #7255 (High-level API for text input, with support for IMEs) created by
- I'm writing a syntax highlighting tool using the contentEditable=true …
- 2:35 AM Ticket #7254 (jQuery-1.4.2.js giving unresponsive script error in firefox) created by
- jQuery-1.4.2.js giving unresponsive script error in firefox when my …
Oct 19, 2010:
- 11:40 PM Ticket #6057 (JQuery.getJSON malformed url) closed by
- wontfix: Given that we've already stated the behavior here is something which …
- 11:31 PM Ticket #5966 (getJSON callback does not fire) closed by
- fixed: Closing as fixed as the first comment in the thread comfirms. dmethvin …
- 11:28 PM Ticket #5853 (Ajax callback context is not original object.) closed by
- duplicate: This is a duplicate of #5924 which had a fix made for it in 1.4.1. Closing.
- 10:55 PM Ticket #7253 (.text() function issue in IE print preview on table cell or td) closed by
- invalid: Thanks for the report, but this is not a jQuery bug.
.text(" ")
does … - 9:40 PM Ticket #7253 (.text() function issue in IE print preview on table cell or td) created by
- Hi, Either I cannot find the existing bug report or searching for it …
- 9:35 PM Ticket #4683 (Callback for getScript is called too early in Safari and Opera) closed by
- worksforme: This is currently working fine for me with jQuery 1.4.2 and jQuery 1.4.3.
- 8:25 PM Ticket #5826 ($.POST() AND $.GET() "Type" BUG) closed by
- worksforme: live test case works for me. …
- 7:47 PM Ticket #5165 (jasonp doesn't work in greasemonkey user script, when loading jQuery ...) closed by
- invalid: Please note that this is an issue with the way Greasemonkey handles …
- 7:39 PM Ticket #5547 (jquery.1.3.2 load function callback method issue when request was aborted.) closed by
- invalid: Please try to upgrade to either jQuery 1.4.2 or 1.4.3. There have been …
- 7:30 PM Ticket #5822 (new Function not allowed after page load in Adobe AIR) closed by
- invalid: Closing as AIR users have a common workaround specifically mentioned …
- 7:25 PM Ticket #5093 ($.post() and $.get() XML bug) closed by
- duplicate: This bug is a duplicate of #5826 which submitted the bug for 1.4.x. As …
- 7:23 PM Ticket #5842 (xhr.readyState Exception) closed by
- duplicate: This bug has been handled already in #5923 which is an exact duplicate …
- 6:05 PM Ticket #7252 (Searching for "split" returns a MySQL error.) closed by
- invalid: I've added this for review in the list of pages to be updated on …
- 5:32 PM Ticket #7252 (Searching for "split" returns a MySQL error.) created by
- Searching for "split" returns a MySQL error. …
- 4:47 PM Ticket #6616 (jQuery $.post bug with square brackets.) closed by
- worksforme: Including square brackets when using data() works fine for me. Here …
- 4:09 PM Ticket #6645 (Unable to set ajax Request charset header) closed by
- wontfix: As we have agreed this is not a jQuery issue, I've added this ticket …
- 3:16 PM Ticket #7219 (.children(selector) no longer works in 1.4.3) reopened by
- Chrome 6 and Safari 3 fail. All other browsers pass. jQuery doesn’t …
- 3:05 PM Ticket #7251 (children doesn't find a child node) closed by
- duplicate: Please do not open new tickets when tickets already exist.
- 2:40 PM Ticket #7249 (XML Element .attr() method not working.) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. IE does not …
- 11:54 AM Ticket #7251 (children doesn't find a child node) created by
- #7219 is closed saying it works but I confirm there is a problem …
- 9:50 AM Ticket #6946 (MediaWikiBagOStuff::_doquery MySQL returned error 1205: Lock wait ...) closed by
- worksforme
- 8:52 AM Ticket #7250 (title .html() doesnt work in ie) created by
- i was trying to change the html within the pages title element however …
- 5:14 AM Changeset [4fcfee4]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- 3:39 AM Ticket #7249 (XML Element .attr() method not working.) created by
- <xml id="test" src="test.php" /> <script type="text/javascript"> …
- 3:03 AM Ticket #7248 (XHR response Blob support) created by
- Currently only text and XML is supported in jQuery, but XHR2 …
- 1:32 AM Changeset [689d63f]1.12-stable2.2-stablekillphp by
- src/core.js
Oct 18, 2010:
- 9:11 PM Ticket #5832 (Webkit radio input Node.cloneNode-related regression in jQuery 1.4 ...) closed by
- duplicate
- 9:01 PM Ticket #6827 (Inconsistent behaviour in .text() on script elements) closed by
- wontfix: Use
.html
. - 8:55 PM Ticket #7247 (function bound to ready event fires twice on 1.4.3) created by
- I'm currently using Firefox 3.6.10 and Opera 10.60 on Slackware Linux …
- 8:32 PM Ticket #7246 ($('no elements').replaceWith('<div/>').length !=0) created by
- When .replaceWith() is called on a jQuery which didn't match any …
- 7:49 PM Ticket #5700 (.class:not(:first) does not work as expected in IE8) closed by
- duplicate
- 7:45 PM Ticket #7208 (Unable to .appendTo to iFrame in IE6/IE7) closed by
- duplicate
- 6:56 PM Ticket #6325 (setting .css for class destroys its :hover definition in css file) closed by
- invalid: This is how CSS specificity works.
- 6:29 PM Ticket #7213 (make lint on a clean repo will occur error message) closed by
- wontfix: run
make && make lint
. - 6:11 PM Ticket #5873 (removeClass leaves space after removing last class) closed by
- fixed
- 6:04 PM Ticket #7245 (css('top') in Firefox 3.6.10 no longer works) closed by
- worksforme: test case works for me. Reopen if you …
- 5:55 PM Ticket #7245 (css('top') in Firefox 3.6.10 no longer works) created by
- In Firefox 3.6.10, when I use .css() to get the top value of a dom …
- 5:37 PM Ticket #5741 ($(element).html(val) SERIOUS BUG) closed by
- worksforme: test case
- 4:52 PM Ticket #4557 (Safari/Chrome issues with animations) closed by
- worksforme: Works in latest versions of these browsers.
- 3:22 PM Ticket #7240 (Strange clearfix + animate behaviour) closed by
- duplicate: Don’t pass
null
to css properties. - 1:10 PM Ticket #7244 (If/Else template tag: Templating attributes results in "unexpected ...) created by
- For an empty object: {}, Templates that Work: […] Template that …
- 12:53 PM Ticket #7243 (live is not working properly with attribute not equal selector in Firefox) created by
- Using live focusout do not fire any event on firefox mac 3.6, work on …
- 12:32 PM Ticket #7237 (next() skips sibling in nested ul element in IE8) closed by
- worksforme: As per Jitter, this is working fine for me too. We're going to close …
- 11:01 AM Ticket #7242 (Trigger an event when an element is removed) created by
- Please trigger an event when an element is removed (using …
- 10:59 AM Ticket #7241 (.data() doesn't parse JSON strings, but accepts all other JSON notation) closed by
- duplicate: The bug submitted sounds a lot like #7231. I'll reference your ticket …
- 10:53 AM Ticket #7241 (.data() doesn't parse JSON strings, but accepts all other JSON notation) created by
- Regarding the broken .data() functionality in jQuery 1.4.3 It is …
- 10:29 AM Ticket #7240 (Strange clearfix + animate behaviour) created by
- With the following test case http://jsfiddle.net/steWE/2/ in Firefox, …
- 10:02 AM Ticket #7233 (jQuery 1.4.3 changes behaviour of $('.e').css('width', null)) closed by
- invalid: As this issue has been resolved as a user error I am closing it as an …
- 9:59 AM Ticket #7235 (Css width and height of hidden element is incorrect) closed by
- duplicate: This is an issue we were made aware of in #7225. Closing as a duplicate.
- 9:58 AM Ticket #7239 (JSLint Check: Line 1279 character 22: 'data' is already defined.) created by
- Occurs during JSLint check: Problem at line 1279 character 22: 'data' …
- 9:06 AM Ticket #7238 (Bug in "not submit") created by
- This […] prints "is not submit: true" with 1.4.2, but "is not …
- 8:00 AM Ticket #7237 (next() skips sibling in nested ul element in IE8) created by
- I'm using Windows XP SP3, IE 8.0.6001.18702 and jQuery 1.4.3. Problem …
- 7:26 AM Ticket #7236 (Sizzle.contains - compareDocumentPosition throws on older/lamer browsers) created by
- in version 1.4.3 there are two usages of compareDocumentPosition, the …
- 6:15 AM Ticket #7235 (Css width and height of hidden element is incorrect) created by
- Trying to get the css width and height of a hidden element returns 0px …
- 5:00 AM Ticket #7234 ($(selector).not(':has[attribute]') don't work in IE 6-9) created by
- Code like this : $('tr').not(':has([colspan])') fine works in not IE …
- 4:50 AM Ticket #7233 (jQuery 1.4.3 changes behaviour of $('.e').css('width', null)) created by
- My jScrollPane plugin [ http://jscrollpane.kelvinluck.com/ ] breaks …
- 2:58 AM Ticket #7232 (jquery 1.4.3 buged this small script) created by
- The testpage is here: http://www.doobox.co.uk/test/test.html The …
- 1:27 AM Ticket #7231 ($.fn.data and html5 data- attributes - broken implementation) created by
- The type detection built into retrieval of values from html5 data- …
- 12:10 AM Ticket #7230 ($(this) isn't working like it used to in jquery 1.4.2) closed by
- invalid: This bug tracker is for tracking issues related to the jQuery core. …
Oct 17, 2010:
- 11:48 PM Ticket #7230 ($(this) isn't working like it used to in jquery 1.4.2) created by
- I upgraded to jquery 1.4.3 on a site I'm developing at the moment and …
- 10:01 PM Ticket #6753 (Safari Mobile dblclick?) closed by
- invalid: Closing as this is not a jQuery bug. The iPhone and iPad (as …
- 7:21 PM Ticket #6556 (.data(object) breaks event handling) closed by
- fixed
- 5:41 PM Ticket #7229 (1.4.3 regression - passing null to event handler) created by
- in 1.4.2, this works: $('body').click(null); but in 1.4.3, it gives …
- 3:47 PM Ticket #7228 ('HOVER' ASSIGNED VIA LIVE() OR DELEGATE() CONFUSES THE MOUSEENTER ...) closed by
- invalid:
mouseenter
does not bubble, so of course you cannot trigger it … - 3:31 PM Ticket #6796 (Error 'script stack space quota is exhausted' when parsing 3MB XML ...) closed by
- fixed
- 2:48 PM Changeset [008e9719]1.12-stable2.2-stablekillphp by
- test/unit/data.js
- 2:26 PM Changeset [97dfa0d]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/index.html
- test/unit/effects.js
- 12:19 PM Ticket #7228 ('HOVER' ASSIGNED VIA LIVE() OR DELEGATE() CONFUSES THE MOUSEENTER ...) created by
- (All reference to mouseenter/mouseover can likewise be applied to …
- 11:50 AM Ticket #7227 (querying hash stopped working in the new (1.4.3) version) closed by
- duplicate: There's no reason to use jQuery for this - just do: location.hash to …
- 11:43 AM Tickets #7222,7223 batch updated by
- fixed: Make sure that .data() (no args) returns a list of all the data- …
- 11:43 AM Ticket #7226 (clone on line 372 is declared implicitly) closed by
- fixed: Var wasn't being explicitly declared. Fixes #7226. Changeset: …
- 11:43 AM Ticket #7209 ($.fn.removeData can't delete data) closed by
- fixed: We removed deleteExpando after 1.4.2, for some reason. This caused …
- 11:42 AM Changeset [8a5df39]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 11:34 AM Ticket #7227 (querying hash stopped working in the new (1.4.3) version) created by
- $(location).attr('hash') always returns undefined. in 1.4.2 it worked.
- 11:30 AM Changeset [df7dfc24]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- 10:58 AM Changeset [a7d0b0b]1.12-stable2.2-stablekillphp by
- src/core.js
- 10:56 AM Changeset [e1b940d7]1.12-stable2.2-stablekillphp by
- src/support.js
- test/unit/data.js
- 10:50 AM Changeset [2582876]1.12-stable2.2-stablekillphp by
- build/jslint-check.js
- 10:28 AM Ticket #7226 (clone on line 372 is declared implicitly) created by
- if ( copyIsArray ) { copyIsArray = false; clone = src && …
- 6:32 AM Ticket #7225 (CSS width and height of hidden and disconnected elements is incorrect) created by
- Made a test case on jsfiddle.net. http://jsfiddle.net/x9tcZ/1/ …
- 6:08 AM Ticket #7224 (Have jQuery.type return "jQuery" for jQuery objects) created by
- The new
jQuery.type
function is great! Would like to see an … - 5:14 AM Ticket #7223 (data( key ) for HTML 5 data-* attributes behaves different from api ...) created by
- The api for
data( key )
says > The data- attributes are pulled in … - 4:56 AM Ticket #7222 (data() doesn't retrieve HTML 5 data-* attribtues) created by
- When calling
data()
(with no parameter) the returned object doesn't … - 4:24 AM Ticket #7221 (toggle() has problem with set of objects) created by
- I used toggle() to set of tables. After first click it shows and hides …
Oct 16, 2010:
- 10:27 PM Ticket #7220 (Next Sibling combined with :last is failing.) created by
- At techspot.com I have a selector that runs after more stories have …
- 6:12 PM Ticket #7218 ($('body').trigger('') causes error) closed by
- wontfix: Thanks for the report, but this is a coding error, not a jQuery bug. …
- 6:04 PM Ticket #7219 (.children(selector) no longer works in 1.4.3) closed by
- worksforme: This is working fine with both jQuery 1.4.3 and 1.4.2 as per this test …
- 5:50 PM Ticket #7219 (.children(selector) no longer works in 1.4.3) created by
- without selector .children() works, but using a selector like "#abc" …
- 5:31 PM Ticket #7218 ($('body').trigger('') causes error) created by
- occurs for 1.4.3 but doesn't for 1.4.2
- 4:43 PM Ticket #7217 (.live and .delegate, multiple handlers) created by
- Given the code at http://jsfiddle.net/NxjMy/, on clicking 'click me', …
- 3:31 PM Ticket #7216 ([Regression] $('input[value=]').live('change', ...) does not work in ...) created by
- http://jsfiddle.net/9QjJD/4/ Same with $('input[value!=]').
- 2:27 PM Ticket #7215 (.not() on contents() has problems with selector) created by
- there's seems to be a problem using not() with selectors: I have a …
- 1:41 PM Ticket #6799 ("val" variable from jQuery.css() (v1.4.3) leaks into global namespace) closed by
- duplicate: As this has been flagged as a dupe of #6677, I'm noting that the fix …
- 1:13 PM Ticket #6488 (isPlainObject fails on IXSLTProcessor in IE) closed by
- fixed: The changes referred to in Ticket #5669 (which addresses this issue) …
- 1:08 PM Ticket #7214 (document jQuery.readyWait) created by
- jQuery.fn.ready contains no test for jQuery.readyWait, so readyWait is …
- 12:19 PM Ticket #5886 (ajax abort error) closed by
- fixed: Having reviewed the details of this ticket, I see that it's a …
- 12:08 PM Ticket #7213 (make lint on a clean repo will occur error message) created by
- On an clean repo Execute 'make lint' will show the following message …
- 11:24 AM Ticket #5792 (1.4rc1 [20090113] Ajax not working in FF3 (3.0.17)) closed by
- fixed: As the bug related to this ticket has already been successfully fixed …
- 11:12 AM Ticket #7210 (.removeData doesn't remove data when data-* attributes are used) reopened by
- On second glances you're correct. The issues are related but are in …
- 11:09 AM Ticket #7212 (1.4.3 find() doesn't find elements when selecting from a form) created by
- […] This code displays "0" with 1.4.3 and correct value "1" with …
- 10:26 AM Ticket #7210 (.removeData doesn't remove data when data-* attributes are used) closed by
- duplicate: As this issue has been already flagged in #7209, I'm moving the …
- 10:22 AM Ticket #7211 (trim is 8 times slower on 1.4.3 than 1.4.2 (Chrome 6+)) created by
- The trim function is 8 times slower on 1.4.3 then from 1.4.2. Here is …
- 9:53 AM Ticket #7210 (.removeData doesn't remove data when data-* attributes are used) created by
- Test case here: http://jsfiddle.net/cowboy/s8XgA/ (also inline, at the …
- 7:15 AM Ticket #7209 ($.fn.removeData can't delete data) created by
- $('body').data('a',1); $('body').removeData(); …
- 2:55 AM Ticket #7208 (Unable to .appendTo to iFrame in IE6/IE7) created by
- When trying to use $('<form/>').appendTo(iframebody) I get an error in …
- 1:58 AM Ticket #6114 (fcleanup function perfomance speed up) closed by
- duplicate
- 1:31 AM Ticket #6312 (About Track page does not work, GET: /about) closed by
- worksforme
- 1:05 AM Ticket #6276 (.keyup() does not support cyrillic alphabet) closed by
- invalid: Thanks for the report, but this is not a jQuery bug.
charCode
is … - 12:56 AM Ticket #7207 (ie6 & ie7 getScript callback fires too early) closed by
- invalid: Thanks for the report, but this is not a bug. You are invoking the …
Note: See TracTimeline
for information about the timeline view.