Timeline
Jul 25, 2011:
- 11:16 PM Ticket #9909 (.data() camel cases data keys on set/get but .removeData() doesn't) created by
- See: http://jsfiddle.net/magcius/gfq4j/
- 5:29 PM Ticket #9906 (Strange behavior with wrap() in IE and Mozilla) closed by
- invalid: IE wraps
tr
s in atbody
http://jsfiddle.net/rwaldron/bV6Wd/ use … - 5:24 PM Ticket #9908 (Sign Up page not working in Opera & IE8) created by
- Good day, I can not sign up for the forums. When tabbing through …
- 5:14 PM Ticket #9907 (JQuery not able perform multiple "submit" in Chrome) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 5:06 PM Changeset [ad16db37]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 5:06 PM Ticket #9907 (JQuery not able perform multiple "submit" in Chrome) created by
- Code below will work in IE and FF but not in Chrome or Safari, only …
- 3:45 PM Ticket #9897 (try-catch isPlainObject detection) reopened by
- Ugh. Possibly the check for
obj.constructor
OK, thanks - 3:24 PM Ticket #9906 (Strange behavior with wrap() in IE and Mozilla) created by
- Example included for better understanding: …
- 3:02 PM Ticket #9897 (try-catch isPlainObject detection) closed by
- invalid: This is not a jQuery issue. The exception being thrown was caused by …
- 2:17 PM Changeset [8fed1e7]1.12-stable2.2-stablekillphp by
- src/data.js
- 2:02 PM Changeset [ddf925b]1.12-stable2.2-stablekillphp by
- src/support.js
- 1:23 PM Changeset [68f1f4d]1.12-stable2.2-stablekillphp by
- build/post-compile.js
- 1:04 PM Ticket #9905 (.removeAttr( "id" ) sometimes crashes IE 7) created by
- I can't really describe this any better than the raw code from the …
- 12:29 PM Ticket #9904 (Move deprecated functionality to compatibility plugin) created by
- Remove jQuery.browser from jQuery core, relocate to compatibility …
- 12:20 PM Ticket #8792 (Attach data objects directly to DOM elements) closed by
- wontfix: Closing until we remove global events.
- 12:19 PM Ticket #9900 (mouse event offset is undefined in FF5) closed by
- worksforme: jQuery normalizes for the pageX and pageY properties: …
- 12:11 PM Ticket #6362 (jQuery.index() and jQuery.indexIn()) closed by
- invalid: We really need a clear solution here, rather than an ambiguous "needs …
- 8:38 AM Ticket #9903 (Slow DOM manipulation because .append() can't use documentFragments) closed by
- worksforme: There are several ways to do this that don't require a complete …
- 7:37 AM Ticket #9804 (.attr() takes only lowercase attribute names (in IE)) closed by
- worksforme: As we've been unable to reproduce the issue you've described on …
- 7:16 AM Ticket #9903 (Slow DOM manipulation because .append() can't use documentFragments) created by
- Most of us know you should touch the DOM as little as possible, …
- 7:00 AM Ticket #9880 (.css('background-position') returns inaccurate values in Chrome) closed by
- worksforme: Thanks for submitting a ticket!. I've put together a test case based …
- 12:47 AM Ticket #9902 (URL Typo on main page) closed by
- worksforme: The API Book actually points at the PACT publishing page for the …
Jul 24, 2011:
- 5:09 PM Ticket #9902 (URL Typo on main page) created by
- http://api.jquery.com/?ns0=1&s=replace&go= The link API Book, points …
- 5:55 AM Ticket #9901 (event.handleObj.namespace incorrect when using .delegate) created by
- Affected versions: 1.4.4 and 1.6.2 (likely all other versions with …
- 3:03 AM Ticket #9899 (Example links broken !!!) closed by
- wontfix: OK, so if you look at the original site where the content for this …
Jul 23, 2011:
- 9:23 PM Ticket #9900 (mouse event offset is undefined in FF5) created by
- http://jsfiddle.net/sgUsq/3/
- 7:18 PM Changeset [7a1e880]1.12-stable2.2-stablekillphp by
- build/post-compile.js
- 5:58 PM Changeset [8a61007]1.12-stable2.2-stablekillphp by
- build/post-compile.js
- 2:22 PM Ticket #9827 (jQuery getScript .text and .async support) closed by
- invalid: OK, that's good news somehow, probably means the whole system only …
- 8:18 AM Ticket #9899 (Example links broken !!!) created by
- Example links broken !!! …
- 3:53 AM Ticket #9787 (Two IE bugs) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:53 AM Ticket #9783 (Getting dimensions of a cached picture) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jul 22, 2011:
- 9:32 PM Ticket #9324 (Odd handling of 'onreadystatechange' event in jqXHR when readyState > 1) closed by
- duplicate
- 9:27 PM Ticket #9255 (jQuery.parseXML error handling does not work in webkit browsers) closed by
- fixed: Fixes #9255: xml parsing error in $.parseXML is now properly detected …
- 9:26 PM Changeset [27291ff]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 8:39 PM Ticket #9854 (Pass statusText through instead of "normalizing" it) closed by
- fixed: Fixes #9854: propagates native statusText onto jqXHR.statusText. …
- 8:39 PM Changeset [0ed9909]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/data/statusText.php
- test/unit/ajax.js
- 8:17 PM Changeset [1d220cd]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 8:10 PM Ticket #9887 (core jQuery.ajaxSetup function may cause unnecessary memory usage and ...) closed by
- fixed: Fixes #9887: ajax now supports circular references into objects passed …
- 8:10 PM Changeset [e6a99fd]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/unit/ajax.js
- 7:21 PM Ticket #9898 (removeAttr) closed by
- invalid: This is not a bug report. Did you press enter too early?
- 6:54 PM Ticket #9898 (removeAttr) created by
- removeAttr('style').
- 6:30 PM Ticket #9897 (try-catch isPlainObject detection) created by
- Related to #7743 & #7780 A mildly convoluted case, but it caused me …
- 5:11 PM Ticket #9896 (animate border width with 'toggle' value causes element to dissappear) created by
- With this code: <!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> …
- 4:59 PM Ticket #9894 (jQuery attr() returns undefined in Firefox/Chrome when used on the ...) closed by
- worksforme: Works fine in latest version of jQuery: …
- 3:57 PM Ticket #9895 (Memory Leak in fxqueue) created by
- Sounds like we're not clearing up the queue later on? Either way, …
- 3:15 PM Ticket #9894 (jQuery attr() returns undefined in Firefox/Chrome when used on the ...) created by
- It looks like function attr has been modified in jQuery 1.6.1 to use …
- 2:21 PM Ticket #9893 (jQuery.animate() IE9 Bug) created by
- http://jsbin.com/ulurez In IE9 Document Mode, you'll notice that on …
- 2:20 PM Ticket #8464 (jQuery ajaxSetup fails using a context that includes circular references) closed by
- duplicate: I'll close this one as a dup since the later one has a patch.
- 11:23 AM Ticket #9892 (Unable to get value of the property 'jQuery16208390862814374671': ...) created by
- recently I started getting this error when ever i add other js tools. …
- 10:13 AM Ticket #9889 (Use Web Workers for AJAX requests) closed by
- wontfix: I've spent a lot of time researching and experimenting with WebWorkers …
- 10:08 AM Ticket #9884 (FF5: bind window resize event = black screen) closed by
- cantfix: I confirmed your test case, but it also happens without jQuery: …
- 6:42 AM Ticket #9891 (Validation of localized dates) closed by
- invalid: Thank you for submitting a ticket to the jQuery core bug tracker! …
- 6:40 AM Ticket #9890 (attr('checked') is not doing right...) closed by
- duplicate
- 5:34 AM Ticket #9891 (Validation of localized dates) created by
- I have page with jquery.validate.js and date field. I use latest …
- 5:31 AM Ticket #9890 (attr('checked') is not doing right...) created by
- <span class="toggleme" checked="checked">Ready?</span> <script> …
- 3:56 AM Ticket #9889 (Use Web Workers for AJAX requests) created by
- Would it be possible to use HTML5 Web Workers to improve the …
- 3:48 AM Ticket #9771 (Script error in page redircting) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:47 AM Ticket #9769 (unload in Konqueror 3.5.9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:53 AM Ticket #9888 (weird behaviour of selector in IE and Chrome) created by
- IE and Chrome Converts all element having ID into variable [Object …
Jul 21, 2011:
- 9:07 PM Ticket #9887 (core jQuery.ajaxSetup function may cause unnecessary memory usage and ...) created by
- The bug is found in the function jQuery.ajaxSetup, jquery-1.6.2.js - …
- 7:55 PM Ticket #9829 (Status ok for aborted HTTP session when using ajax) closed by
- invalid: OK, so I'll close this as invalid for now. Just comment in here to …
- 7:47 PM Ticket #8987 (jQuery 1.5 statusText) closed by
- duplicate
- 7:47 PM Ticket #8987 (jQuery 1.5 statusText) reopened by
- 7:46 PM Ticket #8534 (ajax bug with successful http statusText) closed by
- duplicate
- 7:46 PM Ticket #8534 (ajax bug with successful http statusText) reopened by
- 7:36 PM Ticket #9885 (Add global Ajax beforeSend event) closed by
- wontfix: Like Dave said, ajax events are on their way to deprecation. But you …
- 5:24 PM Ticket #9886 (Safari video tag crash) created by
- I have found a bug that is causing Safari to crash. I am currently …
- 3:46 PM Ticket #9885 (Add global Ajax beforeSend event) created by
- Adds global
ajaxBeforeSend
to complement localbeforeSend
event. … - 3:38 PM Ticket #9884 (FF5: bind window resize event = black screen) created by
- open http://jsfiddle.net/mTyxg/1/ in Firefox 5 resize the window = you …
- 1:52 PM Ticket #9881 (Capitalize error message) closed by
- wontfix: I think it is a logical choice to leave type lowercase because it is …
- 1:12 PM Ticket #9883 (Allow users to respond to other ajax event states.) created by
- The jQuery docs explicitly state that "No onreadystatechange mechanism …
- 12:44 PM Ticket #9882 (:nth-child(an+b)) closed by
- duplicate
- 12:26 PM Ticket #9882 (:nth-child(an+b)) created by
- The bug is on Safari and Chrome. The selector :nth-child(an+b) when …
- 12:19 PM Ticket #9881 (Capitalize error message) created by
- I'm sorry for nitpicking, but since all but one error messages have …
- 11:04 AM Ticket #9874 ($('selector').css('background-color') returning different values ...) closed by
- wontfix
- 11:04 AM Ticket #9874 ($('selector').css('background-color') returning different values ...) reopened by
- I shouldn't say cantfix. I'll say wontfix instead because the amount …
- 10:43 AM Ticket #9874 ($('selector').css('background-color') returning different values ...) closed by
- cantfix: I don't think there's anything we can do unless we want to include a …
- 7:30 AM Ticket #9851 (jquery的ajax在XP sp2系统不能响应) closed by
- worksforme: Here is a translation from google translate, followed by my response: …
- 6:41 AM Ticket #9878 (IE needs catch() before finally) closed by
- duplicate
- 5:06 AM Ticket #9351 ($('img[src$=.png]') error on IE7 and IE8) closed by
- worksforme: Updating status to worksforme as quoting appears to work fine here in …
- 5:05 AM Ticket #9351 ($('img[src$=.png]') error on IE7 and IE8) reopened by
- 3:54 AM Ticket #9766 (jQuery mouseover function) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:54 AM Ticket #9758 (Invalid argument in IE7 and IE9 compatibility mode.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:54 AM Ticket #9745 (IE8 fx.step._default method causes "Invalid argument" error) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:43 AM Ticket #9875 (jQuery.active decrementing loses scrollbar focus in IE) closed by
- invalid: Thank you for submitting a ticket to the jQuery bug tracker! …
- 12:31 AM Ticket #9880 (.css('background-position') returns inaccurate values in Chrome) created by
- This only is a problem for me in Chromium (version: 12.0.742.112 …
Jul 20, 2011:
- 9:47 PM Ticket #9879 (removeAttr('readonly')) created by
- I invoke $(selector).removeAttr('readonly'),but the element is still …
- 8:50 PM Ticket #9878 (IE needs catch() before finally) created by
- Tested with IE8.0 on Windows Vista Home Premium: IE gives a warning …
- 8:49 PM Ticket #9877 (documentation FAQ has some old examples.) created by
- where: …
- 7:45 PM Ticket #9876 (Firefox bug on block and unblock) created by
- In Firefox the function unblock and block doesn´t work fine, the page …
- 6:12 PM Ticket #9872 ($.each(['selector'], function() { $(this) } produces unexpected behavior) closed by
- wontfix
- 6:12 PM Ticket #9872 ($.each(['selector'], function() { $(this) } produces unexpected behavior) reopened by
- 5:38 PM Ticket #9719 (removeAttr('disabled') doesn't change input's color on IE6,JQ 1.6.2) reopened by
- This should probably stay open since we still want to support this in …
- 5:35 PM Ticket #9875 (jQuery.active decrementing loses scrollbar focus in IE) created by
- We have an app with an "overflow-x: auto;" enabled container, and are …
- 3:27 PM Ticket #9874 ($('selector').css('background-color') returning different values ...) created by
- JQuery prides itself on being cross browser. if I run …
- 3:21 PM Ticket #9873 (inArray throws error in FF5) created by
- When undefined value is used as the array argument of inArray() …
- 2:00 PM Ticket #9872 ($.each(['selector'], function() { $(this) } produces unexpected behavior) closed by
- invalid: The behaviour is not unexpected http://api.jquery.com/jquery.each/ > …
- 1:23 PM Ticket #9871 (removeAttr breaking chained functions in IE7) closed by
- duplicate: I don't see a problem with this one: …
- 12:52 PM Ticket #9872 ($.each(['selector'], function() { $(this) } produces unexpected behavior) created by
- See this JSFiddle: http://jsfiddle.net/87kKw/ This is unexpected …
- 12:41 PM Ticket #9871 (removeAttr breaking chained functions in IE7) created by
- Using removeAttr() seems to ignore other chained functions in jQuery …
- 11:55 AM Ticket #9870 (animate don't work in IE 8 in some cases) created by
- error code of jquery-1.6.2.js: ----string 8537 ------------------ if ( …
- 11:37 AM Ticket #9868 (Broken link on jQuery.com website) closed by
- fixed: Thanks. This has been updated.
- 11:35 AM Ticket #9869 (how to upload file using ajax jquery without iframe and any plugin) closed by
- invalid: Thanks for submitting a ticket to the jQuery bug tracker. …
- 11:15 AM Ticket #9869 (how to upload file using ajax jquery without iframe and any plugin) created by
- Hi, Currently i am using iframe to upload the file. it works …
- 9:24 AM Ticket #9868 (Broken link on jQuery.com website) created by
- The link "Microsoft Ajax CDN Documentation" on the page …
- 5:33 AM Ticket #9867 (built-in improvements to responsive-ness of Deferred Promises) closed by
- wontfix: "I think adding any setTimeout inbetween resolve and done is …
- 3:56 AM Ticket #9749 (SlideUp + jquery.color not works with chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:56 AM Ticket #9742 (:selected selector doesn't work with form attribute selector) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:56 AM Ticket #9741 (Problems with AJAX loaded checkboxes, using ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Jul 19, 2011:
- 11:04 PM Ticket #9867 (built-in improvements to responsive-ness of Deferred Promises) created by
- It's a well-known technique in JavaScript to break computationally …
- 9:29 PM Ticket #9866 (Unable to get height on DIV tag that has begun fading in...) created by
- I have a function that fades out a DIV, changes the content of the …
- 8:26 PM Ticket #9865 (Animation effects pause in Google Chrome while in another tab and play ...) closed by
- duplicate
- 6:38 PM Ticket #9865 (Animation effects pause in Google Chrome while in another tab and play ...) created by
- There has been a change since version 1.6 on, that makes me …
- 6:16 PM Ticket #9864 (Onknowed problem with de release version) created by
- I'm have a problem with the 1.6.2 version, before I'm use 1.4.2 in a …
- 3:11 PM Ticket #9863 (Error serializing fieldset in chrome) closed by
- invalid: The .serialize() method should be called on a form or on a set of inputs.
- 2:23 PM Ticket #9863 (Error serializing fieldset in chrome) created by
- Here is the code to reproduce this issue: […] fails: * Chrome …
- 12:22 PM Ticket #9862 (SCRIPT5007: Unable to get value of the property ...) created by
- Hi there, I found this bug in jQuery 1.5. I tested on 1.6.2 and it's …
- 9:21 AM Ticket #9678 (setInterval cleared by animation) reopened by
- You're right
- 9:18 AM Ticket #9860 (jQuery.css() does not return all details for multiple backgrounds in ...) closed by
- cantfix: Unfortunately, I don't think there's anything we can do here. …
- 8:45 AM Ticket #9861 (Problem with ASP.Net-CheckBox-Control and CSS-Class) created by
- Hello, I observed the following problem. I use ASP.NET and jQuery. …
- 8:28 AM Ticket #9860 (jQuery.css() does not return all details for multiple backgrounds in ...) created by
- Having defined multiple backgrounds (using the three long-hand …
- 7:40 AM Ticket #9859 (Event remove attribute disabled issue) created by
- Hello, In the following code: ... <script type="text/javascript"> …
- 3:59 AM Ticket #9739 (show function is not working in jquery1.5) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:59 AM Ticket #9737 (How to receive the response correctly) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:45 AM Ticket #9856 (Checkbox checked returning value or undefined in 1.6.2 not true or false.) closed by
- worksforme: Please read here for the changes that were introduced in 1.6.x: …
- 1:40 AM Ticket #9857 ($. not working with jquery.min) closed by
- worksforme: Thanks for submitting a ticket to the jQuery bug tracker. I've just …
- 12:40 AM Ticket #9858 (UI issue with LABEL tag in IE6) created by
- Hi Team, We were using the Jquery library in one of the web …
Jul 18, 2011:
- 10:13 PM Ticket #9857 ($. not working with jquery.min) created by
- when I try to use $.ajax(...) with jquery-1.62.min.js it works in …
- 9:07 PM Ticket #9856 (Checkbox checked returning value or undefined in 1.6.2 not true or false.) created by
- Recently upgraded from jQuery 1.4.4 to 1.6.2 and noticed (because code …
- 8:48 PM Ticket #9855 (html(data) function, where the data contains the "onchange" - ...) closed by
- cantfix
- 8:01 PM Ticket #9855 (html(data) function, where the data contains the "onchange" - ...) created by
- $(document).ready(function () { $('#div').append('<div>No …
- 11:31 AM Ticket #9854 (Pass statusText through instead of "normalizing" it) created by
- This enhancement request refers to ticket #8987 and #8534. When …
- 9:48 AM Ticket #9853 (browser throws 'not a function' after abort a jsonp request) closed by
- duplicate
- 9:43 AM Ticket #9852 (about DOM) closed by
- invalid: I'm not sure what that code would do, but it is not the correct usage …
- 8:02 AM Ticket #9848 (i bind data to a element of a iframe,i can't get it in another iframe) closed by
- invalid: Every iframe has it's own context, so unless you explicitly target the …
- 2:36 AM Ticket #9853 (browser throws 'not a function' after abort a jsonp request) created by
- i use ajax with jsonp type , i call abort() when it does not return , …
- 1:38 AM Ticket #9852 (about DOM) created by
- I want to use jquery to complete autocomplete function , but I found …
- 1:20 AM Ticket #9851 (jquery的ajax在XP sp2系统不能响应) created by
- XP sp3一切正常,在sp2没有响应。 …
Note: See TracTimeline
for information about the timeline view.