Timeline
07/28/11:
- 23:21 Ticket #9934 (Keypress event for body tag not firing in Firefox 5.0.1) created by
- http://jsfiddle.net/dydkJ/ The above fiddle works on chrome, but not on …
- 20:16 Ticket #9933 (jQuery.fn.toggle() should store state in private data object) created by
- At the moment, event.js/jQuery.fn.toggle() uses jQuery.data() instead …
- 20:05 Ticket #9928 (css selector reports wrong value for width) closed by
- worksforme: jQuery normalizes all css property values into their pixel value.
- 16:23 Ticket #9932 (The closure compiler gives a lot warnings on the 1.6.2 min.js) created by
- When the 1.6.2.min.js is run thru the 2011.07.28 (today) online Closure …
- 14:48 Ticket #9931 (compatibility) closed by
- invalid: Please contact the plugin author and it would probably help the author if …
- 14:47 Ticket #9930 (Positioning the Datepicker above the textbox) closed by
- invalid: This the jQuery Core bug tracker. For support using jQuery UI, you can …
- 14:45 Ticket #9931 (compatibility) created by
- Jquert, starting with version 6 is not compatible with the plug jscroll.
- 14:31 Ticket #9930 (Positioning the Datepicker above the textbox) created by
- Hi, I want to display the datepicker above the control (Text Box). …
- 11:49 Ticket #9929 (errors not reported from pages loaded by .load()) created by
- if there is a error in the loaded page for example var test = {}; …
- 11:23 Ticket #9923 (Warning: reference to undefined property a[f.expando] Source File: ...) closed by
- worksforme: Thanks for submitting a ticket to the jQuery bug tracker!. Testing jQuery …
- 11:02 Ticket #9926 (set value to select element) closed by
- worksforme: I've put together a working test case based on the code you supplied here: …
- 10:49 Ticket #9927 ($("select").attr("disabled", ""); does not work anymore) closed by
- invalid: Thanks for submitting a ticket!. In jQuery 1.6, a significant change was …
- 10:45 Ticket #9924 (api.jquery.org auto-correction override) closed by
- wontfix: Thanks for submitting a ticket!. The jQuery.com and org sites are …
- 08:01 Ticket #9777 (.attr() changing wrong element on cloned elements (IE7 only)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:43 Ticket #9928 (css selector reports wrong value for width) created by
- Test on jQuery 1.6.2 if this === 'ul' element var originalList = …
- 04:03 Ticket #9927 ($("select").attr("disabled", ""); does not work anymore) created by
- greetings, i upgraded from JQuery 1.4 to 1.6 and i noticed a change in …
- 02:29 Ticket #9926 (set value to select element) created by
- code about below: <select id="test"> <option value="13">11</option> …
- 01:49 Ticket #9925 (dom object sort) created by
- Line: 4650 […] why not […] Remarks […]
- 00:20 Ticket #9924 (api.jquery.org auto-correction override) created by
- I definitely LOVE that your systems attempt to figure out where I meant to …
07/27/11:
- 22:10 Ticket #9923 (Warning: reference to undefined property a[f.expando] Source File: ...) created by
- Firfox 5.0 using Firebug
- 20:59 Ticket #9922 (Object doesn't support this property or method) created by
- Hi everybody, I have a problem with this piece of code: ... var …
- 17:39 Ticket #9921 (Compound selectors dont work well in IE7) created by
- tried something like in IE7 $(".item1 a, .item2 …
- 14:32 Ticket #9917 ($.data returns undefined for any stored false value) closed by
- duplicate
- 14:32 Ticket #9918 (if $.data fails if the data has value 0) closed by
- duplicate
- 14:32 Ticket #9918 (if $.data fails if the data has value 0) reopened by
- 14:14 Ticket #9920 (Playstaton 3) closed by
- duplicate
- 14:10 Ticket #9920 (Playstaton 3) created by
- it seams jq trow exception while initialize (console didn't show error at …
- 11:40 Ticket #9918 (if $.data fails if the data has value 0) closed by
- duplicate
- 10:05 Ticket #9918 (if $.data fails if the data has value 0) created by
- Assume thisCache[ jQuery.camelCase( name ) ] returns 0 then the case …
- 09:28 Ticket #9917 ($.data returns undefined for any stored false value) created by
- If you store 0, false or null as a value for the data, it will always …
- 07:49 Ticket #9916 (Jquery 1.6.2 crashes IE8 when fading (fadeIn/fadeOut)) created by
- 1. Fade I use $('#something').fadeIn or fadeOut. With Jquery 1.6.2 and …
- 07:46 Ticket #9805 (Error in Firefox 3.6.18 with minified jquery) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:46 Ticket #9575 (animate function does't cast regex.exec() parameter to string before ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
07/26/11:
- 16:41 Ticket #9915 (Sortting with subgrid true) closed by
- invalid: This bug tracker is for jQuery core bugs, it sounds like this may be for a …
- 16:01 Ticket #9915 (Sortting with subgrid true) created by
- With the subGrid set to true, loadonce set to false, we are uable to sort …
- 15:12 Ticket #9914 (test/unit/event.js contains two tests with the same name) created by
- The file contains two tests called jQuery.Event.currentTarget, the first …
- 15:02 Ticket #9913 (test/unit/queue.js contains duplicated test) created by
- The test queue(name) passes in the next item in the queue as a parameter …
- 14:55 Ticket #9912 (test/unit/offset.js contains two identically named tests) created by
- […] […] This means filter=offset%3A%20absolute, which would …
- 14:13 Ticket #9910 (Generally document behavior of setters when passed function returns ...) closed by
- fixed: Docs updated: http://api.jquery.com/attr
- 13:50 Ticket #9909 (.data() camel cases data keys on set/get but .removeData() doesn't) closed by
- duplicate
- 13:43 Ticket #9911 (Undelegate will not work when selector is class name.) closed by
- invalid: If a selector is passed, so must an event type be passed. …
- 13:01 Ticket #9911 (Undelegate will not work when selector is class name.) created by
- It seems that as of jQuery 1.6.x undelegate will not work if selector is a …
- 12:51 Ticket #9910 (Generally document behavior of setters when passed function returns ...) created by
- In ticket #8770, the attr function's behavior was clarified for when …
- 08:06 Ticket #9716 (Uncaught TypeError: Cannot read property 'length' of undefined :: ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:06 Ticket #4872 (Animate function and flash move in Firefox) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:07 Ticket #9893 (jQuery.animate() IE9 Bug) closed by
- worksforme: Tested with IE9 (Document mode)/WIN7 with a wide range of durations using …
- 05:01 Ticket #9908 (Sign Up page not working in Opera & IE8) closed by
- worksforme: I've just tested registering through the forums with a number of different …
- 03:16 Ticket #9909 (.data() camel cases data keys on set/get but .removeData() doesn't) created by
- See: http://jsfiddle.net/magcius/gfq4j/
07/25/11:
- 21:29 Ticket #9906 (Strange behavior with wrap() in IE and Mozilla) closed by
- invalid: IE wraps trs in a tbody http://jsfiddle.net/rwaldron/bV6Wd/ use …
- 21:24 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 username …
- 21:14 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 …
- 21:06 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 last …
- 19:45 Ticket #9897 (try-catch isPlainObject detection) reopened by
- Ugh. Possibly the check for obj.constructor OK, thanks
- 19:24 Ticket #9906 (Strange behavior with wrap() in IE and Mozilla) created by
- Example included for better understanding: http://jsfiddle.net/3xBcy/ …
- 19:02 Ticket #9897 (try-catch isPlainObject detection) closed by
- invalid: This is not a jQuery issue. The exception being thrown was caused by you …
- 17:04 Ticket #9905 (.removeAttr( "id" ) sometimes crashes IE 7) created by
- I can't really describe this any better than the raw code from the test …
- 16:29 Ticket #9904 (Move deprecated functionality to compatibility plugin) created by
- Remove jQuery.browser from jQuery core, relocate to compatibility plugin …
- 16:20 Ticket #8792 (Attach data objects directly to DOM elements) closed by
- wontfix: Closing until we remove global events.
- 16:19 Ticket #9900 (mouse event offset is undefined in FF5) closed by
- worksforme: jQuery normalizes for the pageX and pageY properties: …
- 16:11 Ticket #6362 (jQuery.index() and jQuery.indexIn()) closed by
- invalid: We really need a clear solution here, rather than an ambiguous "needs …
- 12:38 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 …
- 11:37 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 …
- 11:16 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, especially …
- 11:00 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 on …
- 04:47 Ticket #9902 (URL Typo on main page) closed by
- worksforme: The API Book actually points at the PACT publishing page for the jQuery …
07/24/11:
- 21:09 Ticket #9902 (URL Typo on main page) created by
- http://api.jquery.com/?ns0=1&s=replace&go= The link API Book, points to …
- 09:55 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 …
- 07:03 Ticket #9899 (Example links broken !!!) closed by
- wontfix: OK, so if you look at the original site where the content for this post …
- 01:23 Ticket #9900 (mouse event offset is undefined in FF5) created by
- http://jsfiddle.net/sgUsq/3/
07/23/11:
- 18:22 Ticket #9827 (jQuery getScript .text and .async support) closed by
- invalid: OK, that's good news somehow, probably means the whole system only works …
- 12:18 Ticket #9899 (Example links broken !!!) created by
- Example links broken !!! …
- 07:53 Ticket #9787 (Two IE bugs) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:53 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 …
- 01:32 Ticket #9324 (Odd handling of 'onreadystatechange' event in jqXHR when readyState > 1) closed by
- duplicate
- 01:27 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 for …
- 01:26 Changeset [27291ff06ddb655f90a8d1eada71f7ac61499b12] by
-
- src/core.js
- test/unit/core.js
- 00:39 Ticket #9854 (Pass statusText through instead of "normalizing" it) closed by
- fixed: Fixes #9854: propagates native statusText onto jqXHR.statusText. …
- 00:39 Changeset [0ed99097bda3bb6e302c3d93331f0e7312e42077] by
-
- src/ajax.js
- test/data/statusText.php
- test/unit/ajax.js
- 00:17 Changeset [1d220cdd55ec09cd46c594f154d11e7ba9d14b66] by
-
- src/ajax.js
- 00:10 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 as …
- 00:10 Changeset [e6a99fdb0ee9e0fd7552d5de8bc4acbe982e98b7] by
-
- src/ajax.js
- test/unit/ajax.js
07/22/11:
- 23:21 Ticket #9898 (removeAttr) closed by
- invalid: This is not a bug report. Did you press enter too early?
- 22:54 Ticket #9898 (removeAttr) created by
- removeAttr('style').
- 22:30 Ticket #9897 (try-catch isPlainObject detection) created by
- Related to #7743 & #7780 A mildly convoluted case, but it caused me some …
- 21:11 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"> …
- 20:59 Ticket #9894 (jQuery attr() returns undefined in Firefox/Chrome when used on the ...) closed by
- worksforme: Works fine in latest version of jQuery: …
- 19:57 Ticket #9895 (Memory Leak in fxqueue) created by
- Sounds like we're not clearing up the queue later on? Either way, sounds …
- 19:15 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 …
- 18:21 Ticket #9893 (jQuery.animate() IE9 Bug) created by
- http://jsbin.com/ulurez In IE9 Document Mode, you'll notice that on …
- 18:20 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.
- 15:23 Ticket #9892 (Unable to get value of the property 'jQuery16208390862814374671': object ...) created by
- recently I started getting this error when ever i add other js tools. I …
- 14:13 Ticket #9889 (Use Web Workers for AJAX requests) closed by
- wontfix: I've spent a lot of time researching and experimenting with WebWorkers and …
- 14:08 Ticket #9884 (FF5: bind window resize event = black screen) closed by
- cantfix: I confirmed your test case, but it also happens without jQuery: …
- 10:42 Ticket #9891 (Validation of localized dates) closed by
- invalid: Thank you for submitting a ticket to the jQuery core bug tracker! …
- 10:40 Ticket #9890 (attr('checked') is not doing right...) closed by
- duplicate
- 09:34 Ticket #9891 (Validation of localized dates) created by
- I have page with jquery.validate.js and date field. I use latest Chrome, …
- 09:31 Ticket #9890 (attr('checked') is not doing right...) created by
- <span class="toggleme" checked="checked">Ready?</span> <script> …
- 07:56 Ticket #9889 (Use Web Workers for AJAX requests) created by
- Would it be possible to use HTML5 Web Workers to improve the performance …
- 07:48 Ticket #9771 (Script error in page redircting) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:47 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 …
- 05:53 Ticket #9888 (weird behaviour of selector in IE and Chrome) created by
- IE and Chrome Converts all element having ID into variable [Object Type] …
- 01:07 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 - lines …
07/21/11:
- 23:55 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 ping us …
- 23:47 Ticket #8987 (jQuery 1.5 statusText) closed by
- duplicate
- 23:47 Ticket #8987 (jQuery 1.5 statusText) reopened by
- 23:46 Ticket #8534 (ajax bug with successful http statusText) closed by
- duplicate
- 23:46 Ticket #8534 (ajax bug with successful http statusText) reopened by
- 23:36 Ticket #9885 (Add global Ajax beforeSend event) closed by
- wontfix: Like Dave said, ajax events are on their way to deprecation. But you …
- 21:24 Ticket #9886 (Safari video tag crash) created by
- I have found a bug that is causing Safari to crash. I am currently …
- 19:46 Ticket #9885 (Add global Ajax beforeSend event) created by
- Adds global ajaxBeforeSend to complement local beforeSend event. …
- 19:38 Ticket #9884 (FF5: bind window resize event = black screen) created by
- open http://jsfiddle.net/mTyxg/1/ in Firefox 5 resize the window = you get …
- 17:52 Ticket #9881 (Capitalize error message) closed by
- wontfix: I think it is a logical choice to leave type lowercase because it is an …
- 17:12 Ticket #9883 (Allow users to respond to other ajax event states.) created by
- The jQuery docs explicitly state that "No onreadystatechange mechanism is …
- 16:44 Ticket #9882 (:nth-child(an+b)) closed by
- duplicate
- 16:26 Ticket #9882 (:nth-child(an+b)) created by
- The bug is on Safari and Chrome. The selector :nth-child(an+b) when …
- 16:19 Ticket #9881 (Capitalize error message) created by
- I'm sorry for nitpicking, but since all but one error messages have their …
- 15:04 Ticket #9874 ($('selector').css('background-color') returning different values depending ...) closed by
- wontfix
- 15:04 Ticket #9874 ($('selector').css('background-color') returning different values depending ...) reopened by
- I shouldn't say cantfix. I'll say wontfix instead because the amount of …
- 14:43 Ticket #9874 ($('selector').css('background-color') returning different values depending ...) closed by
- cantfix: I don't think there's anything we can do unless we want to include a color …
- 11:30 Ticket #9851 (jquery的ajax在XP sp2系统不能响应) closed by
- worksforme: Here is a translation from google translate, followed by my response: …
- 10:41 Ticket #9878 (IE needs catch() before finally) closed by
- duplicate
- 09:06 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 both …
- 09:05 Ticket #9351 ($('img[src$=.png]') error on IE7 and IE8) reopened by
- 07:54 Ticket #9766 (jQuery mouseover function) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:54 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 …
- 07:54 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 …
- 06:43 Ticket #9875 (jQuery.active decrementing loses scrollbar focus in IE) closed by
- invalid: Thank you for submitting a ticket to the jQuery bug tracker! …
- 04:31 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 (90304) …
- 01:47 Ticket #9879 (removeAttr('readonly')) created by
- I invoke $(selector).removeAttr('readonly'),but the element is still …
- 00:50 Ticket #9878 (IE needs catch() before finally) created by
- Tested with IE8.0 on Windows Vista Home Premium: IE gives a warning …
- 00:49 Ticket #9877 (documentation FAQ has some old examples.) created by
- where: …
Note: See TracTimeline
for information about the timeline view.
