Timeline
10/03/10:
- 23:47 Ticket #7112 (AJAX error callback function executes twice in IE 6+) closed by
- worksforme: live test case Not reproducible.
- 22:51 Ticket #6234 (mouseenter/mouseleave/hover event handler exceptions are caught ...) closed by
- invalid: Invalid: I've tested your submitted test.html in both FireFox and Safari …
- 22:48 Ticket #6260 (Selector does not work properly when using multiple ":not()"s on same ...) closed by
- worksforme: In your original logic based on your HTML/JS supplied: if a is not 'one', …
- 22:46 Ticket #6478 ($("<li></li>").attr("value", 42) crashes IE6 and IE7 in 1.4.2) closed by
- wontfix: The crash only occurs if the element is not attached to the document and …
- 22:45 Ticket #7112 (AJAX error callback function executes twice in IE 6+) created by
- AJAX error callback function executes twice in IE 6+ if the XML file is …
- 22:26 Ticket #6730 ($(document).bind( 'ready', fn ) fn never execs if called after dom ready ...) closed by
- invalid: .bind("ready") isn't documented. This is probably a good example of …
- 22:20 Ticket #6758 (.die() working only with same selector to live) closed by
- invalid: You need to match the selectors for live/die.
- 22:19 Ticket #6760 (Have a Probleman in event unload or onbeforeload) closed by
- invalid: If you perform an async event in an unload handler, there is no guarantee …
- 22:18 Ticket #2288 (Ease of use enhancement for .show("slow")/.hide("slow")) closed by
- wontfix: A patch has been introduced to allow use of show/hide with tables. This …
- 22:10 Ticket #7111 ($.animate kills overflow-x / overflow-y) created by
- Although overflow implicitly sets overflow-x and overflow-y they don't …
- 22:02 Ticket #6478 ($("<li></li>").attr("value", 42) crashes IE6 and IE7 in 1.4.2) reopened by
- @value is not deprecated in HTML5. This should be fixed. …
- 20:35 Ticket #6958 ($.extend (not deep) copying arrays by reference not cloning) closed by
- duplicate: Dup of #5991, fixed here: …
- 20:32 Ticket #6964 (change(function() {..}) handler fires unnecessarily on Webkit) closed by
- wontfix: This seems like it has to be fixed by Chrome.
- 20:04 Ticket #7023 (jQuery.support leaves Orphan nodes around) closed by
- invalid: The div should be garbage-collected since it doesn't have event handlers …
- 20:01 Ticket #7024 (Null element error when unselecting multiple select options) closed by
- invalid: I'm going to close this ticket until a test case is provided. The error is …
- 19:11 Ticket #7089 (handleobj is undefined) closed by
- invalid: This is most likely due to modifying Object.prototype, I saw an instance …
- 19:08 Ticket #6734 (Overwritten binded events when use .data() with object) closed by
- duplicate: Dup of #6692, fixed here: …
- 19:07 Ticket #6734 (Overwritten binded events when use .data() with object) reopened by
- 18:10 Ticket #6734 (Overwritten binded events when use .data() with object) closed by
- invalid: Your usage of .data() here appears to be incorrect. You're setting an …
- 16:40 Ticket #7089 (handleobj is undefined) reopened by
- I cannot simplify it, but here is the problematic example: …
- 13:54 Ticket #6755 (width() and height() function failure) closed by
- worksforme: I've created a live test case outputting both the values obtained for …
- 04:14 Ticket #6858 (IE6 and IE7 textarea val() does not work) closed by
- worksforme: Both jitter and I have been able to update the value of textarea across …
- 04:11 Ticket #6853 (two click events fired on a single click) closed by
- worksforme: I tried running your test using the exact same conditions as mentioned in …
- 03:54 Ticket #6829 (get failure with non standard domain/port) closed by
- invalid: The reason for this failing is that a different port on the same server or …
- 03:13 Ticket #3244 (small 'else-like' function: "instead" or "others") closed by
- invalid: Rather than leave this ticket open, perhaps someone can create a plugin …
- 03:11 Ticket #3211 (Test Version : Safari Version 2.0.4 (419.3) / MacOsX 10.4.10 / jQuery126) closed by
- wontfix: Safari 2 isn't supported anymore.
- 03:08 Ticket #2358 (ui dialog show and hide overrides) closed by
- invalid: Not a jQuery core bug.
- 03:07 Ticket #2299 (Dialog alert, confirm, and prompt options) closed by
- invalid: Not a jQuery core bug.
- 03:06 Ticket #2667 (UI Tabs issue in Vista with Firefox version 2.0) closed by
- invalid: Not a jQuery core bug.
- 03:05 Ticket #2593 (jquery.datepicker using months instead of prev and next) closed by
- invalid: Not a jQuery core bug.
- 02:57 Ticket #6992 (data() can be used as data[]) closed by
- wontfix: No way we can fix this, unfortunately.
- 02:52 Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to stop ...) closed by
- invalid
- 02:52 Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to stop ...) reopened by
- 02:43 Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to stop ...) closed by
- fixed: Too vague and no test case, possibly a dup of #3555 or #4352.
- 02:38 Ticket #4300 (Add document as a local var as well) closed by
- fixed: Added in 1.4.
- 02:32 Ticket #7110 (.hide().fadeIn with appendto caused FF to insert 'style="display: block;" ...) created by
- Using $row.hide().fadeIn("slow").appendTo("#orderedItems table …
- 02:32 Ticket #6688 (jQuery 1.4.2 blocks console.log) closed by
- worksforme: console.log works fine with jQuery 1.4.2. To demonstrate with getJSON, …
- 02:21 Ticket #6682 (PNG partial transparency not working in IE 8 with fadeTo()) closed by
- invalid: Your supplied test cases includes the necessary HTML/CSS/JS files but you …
- 02:15 Ticket #7073 (The .text() function doesn't return contents of a non-script script tag in ...) closed by
- wontfix: Just use .html, which already works uniformly across all browsers.
- 02:14 Ticket #6679 (Dynamic area map fails on Safari/Chrome) closed by
- invalid: I've tested your original code using: jQuery 1.4.2 Safari 5.02 FireBug …
- 02:11 Ticket #7066 (More streamlined technique of appending a list) closed by
- wontfix
- 02:07 Ticket #7059 (error in click."specialSubmit" handler when clicking object at OpenLayers ...) closed by
- duplicate: Duplicate of #7071.
- 02:07 Ticket #4049 (Cannot set checkboxes in strict XHTML) closed by
- duplicate: Dup of #4283 which has more discussion.
- 02:05 Ticket #6675 (makeArray fails on objects with a length property) closed by
- fixed: As Kiyoto has already applied a patch for this to achieve the desired …
- 01:57 Ticket #4004 (Speed up DOM removal by decoupling event.remove and removeData) closed by
- fixed: This was done in 1.4 by refactoring into removeData internally.
- 01:53 Ticket #6618 (slideUp/slideDown not working when min-height CSS is set) closed by
- duplicate: Closing as this is a duplicate of #4415
- 01:49 Ticket #7090 (Select() causes change() to break on text input fields for MSIE 6 and 7) closed by
- worksforme: Live test case Unable to reproduce issue in …
- 01:48 Ticket #3946 (Some UI effects fail in 1.3) closed by
- fixed: Fixed in UI.
- 01:42 Ticket #6352 (cache is not being false by default with datatype === "script") closed by
- wontfix: In jQuery 1.4.2, as you mentioned, caching is disabled for script loads as …
- 01:35 Ticket #6389 (.ajaxError does not fire in 1.4.2) closed by
- invalid: Please re-submit your ticket with an example that replicates the behavior …
- 01:32 Ticket #6399 (Jsonp ajax request errors on success callback when doing a redirect) closed by
- invalid: Please re-submit your ticket with a valid test case (code) where this bug …
- 01:29 Ticket #3445 (show(time) should fadeIn (or other) rather than animate width/height) closed by
- wontfix: I can't imagine we could change the behavior of .show() at this point, it …
- 01:29 Ticket #6453 (Dynamically adding a JS file(s) not caching in Opera) closed by
- invalid: Please re-submit your ticket with a valid working example and details …
- 01:27 Ticket #6573 (Error running at Firefox.) closed by
- invalid: Please re-submit your ticket with a valid test server URL so that we can …
- 01:25 Ticket #6554 (Selection of input value doesn't work in all browsers) closed by
- worksforme: I believe there may have been some issue with the way you originally coded …
- 01:10 Ticket #3178 ([Safari][Windows].html() with a text longer than 49934) closed by
- fixed: The regexp optimizations applied here should have fixed the performance …
- 00:59 Ticket #3083 (interface autocomplete plugin misbehave in IE7) closed by
- invalid: Not a jQuery core bug.
- 00:59 Ticket #3059 (Bad positioning of clone delete in ui.sortable.js) closed by
- invalid: Not a jQuery core bug.
- 00:58 Ticket #3044 (Use an other attribute tha rel in ImageBox) closed by
- invalid: Not a jQuery core bug.
- 00:57 Ticket #3043 (interface imagebox) closed by
- invalid: Not a jQuery core bug.
- 00:56 Ticket #3047 (Interface and jQuery 1.2.x) closed by
- invalid
- 00:52 Ticket #2980 (ui.resizable conflict with jquery.draggable for textareas) closed by
- invalid: Not a jQuery core bug.
- 00:52 Ticket #2970 ([autocomplete] Searching for "#" translates into a blank string) closed by
- invalid: Not a jQuery core bug.
- 00:51 Ticket #2954 (Use isNaN for IE opacity) closed by
- fixed: Implemented in the rewrite of csshooks in 1.4.3.
- 00:41 Ticket #6379 (Unable to use the attibute selector with a numeric attribute) closed by
- worksforme: It would appear that in your original example (as well as in the follow up …
- 00:26 Ticket #2545 ([UI] ui parameter in callbacks/events should be consistent) closed by
- invalid: Leftover from the UI tracker.
- 00:25 Ticket #2535 (Move modal/overlay code from Dialog to ui.base.js, ui.overlay.js?) closed by
- invalid: Leftover from the UI tracker.
10/02/10:
- 23:56 Ticket #6951 (.keydown() not working in IE7 for Enter keybutton) closed by
- worksforme: The keyCode for the return/enter button is '13'. The demo on the jQuery …
- 23:16 Ticket #6784 (Different behaviour with binding multi eventhandlers pointing to the same ...) closed by
- wontfix: Please refer to the official jQuery documentation regarding the updates …
- 23:15 Ticket #4281 (Can't overwrite onclick attr) closed by
- wontfix: I don’t feel that jQuery should do anything to encourage bad practices …
- 23:07 Ticket #6766 (Patch for ready()) closed by
- duplicate: Resolving as duplicate. Please see #6768 for the corrected submission from …
- 22:52 Ticket #6944 (Mobile Safari memory leak with $("img").remove()) closed by
- invalid: I've tested and confirmed that this is an issue with Mobile Safari itself …
- 22:32 Ticket #4778 (Adding a change event on a hidden field) closed by
- wontfix: A programmatic change to a field is not considered a change for the …
- 19:43 Ticket #6508 (Inadvertent change event firing on IE8) closed by
- invalid: Tested in IE 7, 8 and 9. I haven't experienced multiple alerts when …
- 19:35 Ticket #6502 (slideToggle interacts badly with iframe and embedded PDF and Firefox) closed by
- invalid: Test case site is currently down. Please re-submit your ticket with a …
- 19:33 Ticket #6495 (Bug Selector This when using $.get) closed by
- invalid: Please submit a complete working code example so that we can correctly …
- 19:30 Ticket #6478 ($("<li></li>").attr("value", 42) crashes IE6 and IE7 in 1.4.2) closed by
- invalid: dmethvin's comment that the property value is deprecated is correct. When …
- 19:08 Ticket #6421 (Memory leak in IE6/7) closed by
- invalid: Please re-submit this ticket with either a test case or steps for us to …
- 18:41 Ticket #5800 (Change events fires in IE8 on clicking in text input box) closed by
- worksforme: live test case. Not reproducible with latest …
- 18:38 Ticket #5887 (live change event IE javascript error) closed by
- invalid: This is almost certainly a VML issue, like #7071. However, the test case …
- 18:32 Ticket #5892 (IE change event does not fire on text input after setting value - works in ...) closed by
- worksforme: Live test case Works in jQuery 1.4.2. Upgrade!
- 18:26 Ticket #5934 (onChange event no fired in IE8) closed by
- worksforme: Live test case
- 18:24 Ticket #5959 (Change event for Select element getting fired on click (occuring in 1.4.1)) closed by
- fixed
- 18:19 Ticket #6350 (Live change event works improperly for file inputs in IE8/7) closed by
- duplicate: Duplicate of #5997.
- 18:16 Ticket #6192 (event.srcElement is incorrect when calling jquery.change() from within a ...) closed by
- invalid: If you bypass jQuery’s event handling system, as you are doing here, do …
- 18:09 Ticket #6247 (IE8 - live change event stops propogation to live click event) closed by
- duplicate: Duplicate of #6505.
- 18:06 Ticket #6310 (onchange function might be executed twice in IE8) closed by
- duplicate: Duplicate of #6593.
- 17:47 Ticket #7000 (The "live change" event of the "select" element is called twice) closed by
- duplicate: Duplicate of #6593.
- 17:18 Ticket #6509 (Documentation Incorrect) closed by
- invalid
- 16:27 Ticket #6482 (Trac "About" page not defined) closed by
- duplicate: Closing on the basis of it being a duplicate of #6312.
- 15:38 Ticket #6231 (:hidden does not work on tr) closed by
- wontfix: When using either the :hidden (or even the :visible) pseudo-seelctors, …
- 15:29 Ticket #6229 ($.ajax has memory leak in IE8) closed by
- duplicate: Referencing 6242, this bug has been reported on in more depth on that …
- 14:00 Ticket #6642 ("unload" browser event leads to an error in jquery 1.4.2 on IE7) closed by
- duplicate: Dup of #4106 (fixed).
- 13:58 Ticket #6283 ("change" event is browser dependent) closed by
- invalid: Needs test case.
- 13:53 Ticket #3229 (val: setting should check to see if this.value is a function so plugins ...) closed by
- fixed: Implemented in 1.4.
- 13:37 Ticket #5431 (jquery.fn.offset on 1.3.x series + IE6/7 (works fine with 1.2.6)) closed by
- invalid: Test case links are no longer available and the title/description does not …
- 13:33 Ticket #5418 (this[0].ownerDocument is null in IE6) closed by
- fixed: Fixed here: …
- 04:26 Ticket #6600 (Jquery - selector not selecting Id's when having periods in IE, even when ...) closed by
- worksforme: In the above test case, it's not necessary to escape the ID in order to …
- 03:45 Ticket #6672 (Selectors not working properly for textNodes) closed by
- wontfix: In the above case the text nodes are expected to not be selected. Please …
- 03:39 Ticket #6673 ($("body").wrapInner("<div id='wrapper'></div>") results in blank screen.) closed by
- invalid: In order to correctly see output when using .wrapInner() you will need to …
- 02:47 Ticket #5938 (jQuery.ajax with binary result raises "parsererror" on IE6) closed by
- invalid: Need a test case.
- 02:45 Ticket #3060 (Draggables cease to work after initial drag) closed by
- invalid: This isn't a jQuery core bug.
- 02:23 Ticket #7003 (Setting select list 'selected' attribute based on text, failing strangely) closed by
- wontfix: I've coded up a few different workarounds for how this could be achieved: …
- 01:45 Ticket #6949 (.offset() in IE changes position from absolute to relative) closed by
- invalid: Having tested the bug reported in this ticket in both FireFox 3.6.10, IE …
10/01/10:
- 23:04 Ticket #7109 (animate width starts with invalid width on webkit) created by
- This works nicely in firefox. Not so nice in chrome and safari. If you …
- 21:10 Ticket #4723 (VML + IE + jQuery = "Failed") closed by
- duplicate: This is a duplicate of #7071. (More information, as well as a pull …
- 19:29 Ticket #7108 (slice() end count error) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. jQuery simply …
- 17:22 Ticket #7108 (slice() end count error) created by
- This is kind of particularity I found when working with negative indexes …
- 16:12 Ticket #7107 (calling $(this).attr('children') returns blank list) closed by
- invalid
- 14:28 Ticket #6515 (API docs steal arrow keys [documentation bug]) closed by
- worksforme: I can see your concern, but the way it's set up now actually makes the …
- 13:10 Ticket #7107 (calling $(this).attr('children') returns blank list) created by
- I have an element: <button class="delete" children="6">delete</button> I …
- 06:35 Ticket #7032 (Syntax error on comma expressions between parentheses, fails in Eclipse) closed by
- fixed: Looks like this has been replaced with a do… while in 1.4.3 already.
- 03:25 Ticket #6294 (jQuery1.4.2 ajax bug) closed by
- worksforme: The problem with your original example is that you were attempting to …
- 03:15 Ticket #6299 (jQuery 1.4.2 breaks AJAX success/failure behaviour) closed by
- duplicate: This is one of the bugs that was successfully addressed in #6060. As a fix …
- 03:08 Ticket #6378 (An error is thrown if the returned document is expected to be valid XML ...) closed by
- invalid: Here are two code examples, one using valid XML and another using invalid …
- 02:20 Ticket #6437 (AJAX IE error "Object doesn't support this property or method") closed by
- invalid: Having reviewed the discussion on this particular ticket, it would appear …
- 02:11 Ticket #6517 (Sending ajax request with bookmark(#) in IE7) closed by
- invalid: Please re-submit your ticket with a live example that replicates the …
- 02:08 Ticket #6518 (.ajax() ifModified option -- behaviour changed in v1.4.2) closed by
- invalid: Closing as this issue has been resolved in 1.4.2. ifModified hasn't …
- 00:44 Ticket #6364 (# selector does not work for following situation) closed by
- wontfix: As confirmed by both the documentation at …
- 00:39 Ticket #7103 (Non-standard CSS property values on IE) closed by
- duplicate: Duplicate of #5509.
- 00:35 Ticket #7106 (jQuery.parseJSON fails on Chrome) closed by
- invalid: Thank you for the report, but this is not a bug. Your JSON is invalid, …
- 00:33 Ticket #7105 (jQuery error at line 4448 in Safari (Mac, iPad, iPhone)) closed by
- worksforme: Thanks for the report, but I am unable to reproduce this issue. If you are …
09/30/10:
- 22:40 Changeset [57c046f91cbc3caf174ecc993fe883c027340901] by
-
- test/unit/ajax.js
- 22:15 Ticket #6625 (triggerHandler triggers default action in Chrome) closed by
- worksforme: This may have been specific to the Chrome 5.03 beta, but in Chrome 6.04, …
- 22:11 Ticket #6619 (jquery animate not working with flash object) closed by
- invalid: Later confirmed by bug submitter as not being a jQuery core bug. …
- 21:53 Ticket #6599 (dev.jquery.com - trac - need 'forgot password' link) closed by
- invalid: Please submit this request through the jQuery Forums as it is not a …
- 21:50 Ticket #6594 (jQuery SlideDown Flickering in Firefox) closed by
- worksforme: I've tested the examples provided in FireFox 3.6.8 both with and without …
- 21:02 Ticket #6937 (WebKit Animation) closed by
- worksforme: Tested this bug using Safari 5.02 on OSX and FireFox 3.6.8 on the same. …
- 20:53 Ticket #5521 ($(document).ready() firing too early probably in WebKit, and messing up ...) closed by
- wontfix: I agree with @nathanhammond that this is an issue with WebKit itself and …
- 20:45 Ticket #5665 (JQuery 1.3.2 Post problem under firefox and IE) closed by
- invalid: Thanks for updating the original ticket with the solution you discovered. …
- 20:39 Ticket #5564 (toggle() fails for elements with height=0) closed by
- invalid: Semantically speaking, although the <div> may contain elements that are …
- 18:26 Ticket #7101 (IE opacity setting) closed by
- fixed: Fixed …
- 18:24 Changeset [06c505d85194890f8bacabc66895a6167b61728a] by
-
- src/css.js
- test/unit/css.js
- 17:46 Changeset [60744e8abd918a748cb32223bbb7ae6834727b3b] by
-
- src/event.js
- 16:45 Ticket #7106 (jQuery.parseJSON fails on Chrome) created by
- When parsing the attached json with jQuery.parseJSON, a SyntaxException is …
- 15:59 Ticket #6748 (xhr.status === 0 should be treated as 304 (Not Modified) only in Opera) closed by
- duplicate
- 13:51 Ticket #7105 (jQuery error at line 4448 in Safari (Mac, iPad, iPhone)) created by
- It seems, that the problem is specific for all webkit browsers, but I've …
- 10:31 Ticket #7104 (jQuery 1.4.2 not running within IE9 Web Browser control (incl. solution ...) created by
- When using jQuery inside Eclipse within a dynamic web project you can run …
- 08:09 Ticket #7103 (Non-standard CSS property values on IE) created by
- Setting rgba and probably other CSS3 property values results in unhandled …
- 05:45 Ticket #5742 (Consider RunJS for jQuery code loading) closed by
- duplicate: Superseded by #7102. Closing as per jrburke.
- 05:40 Ticket #6979 (Page of tutorials) reopened by
- Nope, still there. I will try to take care of this tomorrow though.
- 05:29 Ticket #7102 (Register jQuery as a CommonjS async module) created by
- There are a couple browser-based CommonJS-friendly loaders (RequireJS, …
- 05:29 Ticket #7051 (get failure with non standard domain/port) closed by
- worksforme: I run jQuery on nonstandard ports constantly during testing, so that is …
- 02:23 Ticket #7101 (IE opacity setting) created by
- When setting a opacity to a element in IE (e.g. through fadeTo()) all …
- 01:35 Ticket #6774 (Calling is(":selected") on detached option tags fails) closed by
- invalid: This is a Sizzle bug, I've created a ticket there: …
- 01:02 Ticket #7004 (spamming link) closed by
- duplicate: Dup of #6979.
- 01:00 Ticket #6925 (.empty() sometimes will throw an "'events' is null or not an object" error ...) closed by
- fixed: Fixed here: …
- 00:47 Ticket #7085 (Animate border-width) closed by
- invalid: The borderWidth property is a shorthand property and returns a string that …
- 00:45 Ticket #6969 (jQuery1.4.2 has introduced a bug regarding the removal of events within ...) closed by
- duplicate: From the description I am pretty sure this is a dup of #6355.
- 00:41 Ticket #6868 ($.trim very expensive on long strings) closed by
- fixed: Fixed at …
- 00:36 Ticket #7028 (Data and event handling breaks with derivation from Array type) closed by
- duplicate: Dup of #6355.
- 00:32 Ticket #6979 (Page of tutorials) closed by
- fixed: These appear to have been removed.
- 00:19 Ticket #7100 (document.body is null) closed by
- invalid: Naw, c'mon. How is this a bug report?
09/29/10:
- 22:25 Ticket #5825 (Firefox 2 crashes badly in jQuery onload) closed by
- wontfix: Firefox 2 has been EOL for nearly two years now, so marking this as …
- 22:10 Ticket #7100 (document.body is null) created by
- jquery.min.js fired "document.body is null". (I was pressing F5 many …
- 22:05 Ticket #7095 (.ajax request to another domain does not allow username/password) closed by
- invalid: Thanks for your report, but this is not a jQuery bug. jQuery does not …
- 21:49 Ticket #7099 (AJAX does not correctly handle HTTP Responses that include content-type ...) closed by
- worksforme: I am not able to reproduce any issue with 204s and Content-Type. Please be …
- 21:42 Ticket #7098 (Issue with height of jQuery UI dialog in IE8 when prototype is also ...) closed by
- invalid: jQuery UI 1.7 is not fully jQuery 1.4-compatible. Use jQuery UI 1.8 with …
- 21:41 Ticket #7097 (Using assignment '=' in if statement of JQuery library file) closed by
- invalid: Yes. In the future, please use the jQuery Forum …
- 21:41 Ticket #7096 (Bug on children() method) closed by
- invalid: This is not a bug. You are calling the wrong method; use …
- 21:34 Ticket #7099 (AJAX does not correctly handle HTTP Responses that include content-type ...) created by
- An example of this is the 204 No Content status. The HTTP specification is …
- 20:31 Ticket #7098 (Issue with height of jQuery UI dialog in IE8 when prototype is also ...) created by
- This might seem like a jQuery UI bug (and I did initially report it there …
- 14:44 Ticket #7097 (Using assignment '=' in if statement of JQuery library file) created by
- Did you intend to write an assignment in these statements with single '=' …
- 14:29 Ticket #7096 (Bug on children() method) created by
- HTML structure : <div id="foo1" class="foo" style="background:red"> …
- 14:10 Ticket #6807 (jQuery.fn.data with JavaScript objects should set fields directly) closed by
- fixed: Fixed …
- 13:46 Changeset [cb811c04b035eb2d652b0831e20ea1d3a4d9c448] by
-
- src/data.js
- src/event.js
- test/unit/data.js
- test/unit/event.js
- 12:45 Changeset [ec7ea3fba15379ebe8ddff5f6c99ec3faf8d6d17] by
-
- src/offset.js
- 12:41 Changeset [49f6f341814dce07b9fe2eff0052feb5ef286dfd] by
-
- test/unit/event.js
- 09:05 Ticket #7095 (.ajax request to another domain does not allow username/password) created by
- It appears (tried with Firefox 3.6 on Mac, and with the latest Google …
- 03:13 Changeset [ab77451843e07dd57101e933b5b6c093b024d8eb] by
-
- src/event.js
- 00:12 Ticket #3157 (JSONP doesn't always correctly fire ajax events) closed by
- fixed: I think this has been fixed long ago…
09/28/10:
- 23:57 Ticket #2960 (jQuery sends wrong content type to server on ajax post requests if data is ...) closed by
- fixed: I think the final problems should have been fixed for 1.4.3 in this …
- 23:53 Ticket #2734 (jQuery.ajax({ lock: 'string identifier' }) to prevent duplicate ...) closed by
- invalid: The ajax method is already pretty complex, and this seems best implemented …
- 23:51 Ticket #2949 (IE won't automatically load many XML content-types via responseXML) closed by
- duplicate: Closed to consolidate at #4958.
- 23:46 Ticket #2374 (ajax function patch for version 1.2.3) closed by
- invalid: Needs a complete test case.
- 23:43 Ticket #2284 (Ajax, Post, Firefox 2.0.0.11 - No header length) closed by
- fixed: Firefox 2.0 isn't supported anymore, but this bug was related to not …
- 23:41 Ticket #2254 (problem with ajax url when calling top.function() from iframe) closed by
- worksforme: Tested and worked with Firefox 3.6, Opera 10.62, IE 8, Chrome 6.0.472, and …
- 23:30 Ticket #2237 (mini extends from ajax $.get & $.post) closed by
- invalid: Closing this ticket because I'm not sure what it is requesting.
- 23:28 Ticket #2227 (ajaxForm() with dataType script does not handle redirect well) closed by
- invalid: ajaxForm is a plugin and not part of jQuery core.
- 22:02 Ticket #5408 (event.fix() for keypress() broke detection of Up/Down/etc. keys) closed by
- duplicate: Yeah, this seems to be the same as #2338, which was just fixed.
- 22:02 Ticket #7029 (Convert $("> ...") to .children()) closed by
- fixed: Fixed …
- 22:01 Ticket #6298 (IE7,IE8 throw exception on new window.XMLHttpRequest();) closed by
- fixed: Fixed …
- 22:01 Ticket #6733 (make html(fn) use innerHTML if possible) closed by
- fixed: Fixed …
- 22:00 Ticket #2338 (jQuery.event.fix() mangles "event.which" when it == false) closed by
- fixed: Fixed …
- 21:59 Ticket #5632 (Alpha filter name in upper case is not processed properly when setting ...) closed by
- fixed: Fixed …
- 21:59 Ticket #4388 (.css(name, somefunc()) and .attr(name, somefunc()) cause fatal js errors ...) closed by
- fixed: Fixed …
- 21:58 Ticket #5555 (using val(val) to set selected option of select list selects wrong option) closed by
- worksforme: This was resolved in 1.4. More tests here to confirm: …
- 21:58 Ticket #3397 (Safari 2 crash bug w/ redux & patch) closed by
- wontfix: Safari 2 is no longer supported.
- 21:58 Ticket #3104 (setting a value on a select element ambiguous) closed by
- worksforme: This was resolved in 1.4. More tests here to confirm: …
- 21:57 Ticket #6341 ($.attr(name, null) is inconsistent across browsers) closed by
- fixed: Fixed …
- 21:57 Ticket #4996 (getBoundingClientRect causes 'Unspecified Error' in IE after ajax) closed by
- fixed: Fixed …
- 21:57 Ticket #7079 (Ajax load with selector does not load script tags) closed by
- duplicate: Duplicate of #6307.
- 20:07 Ticket #6728 (jQuery 1.4.2 regression in Internet Explorer XMLHttp ?) closed by
- duplicate: Duplicate of Bug #6298.
- 19:53 Ticket #6933 (ajax request fails in IE8 with "Error requesting page") closed by
- invalid: Invalid as per submitter.
- 18:52 Ticket #7094 (ajax request in ie7 doesn't work properly in some cases) closed by
- duplicate: Duplicate of #6298.
- 18:20 Ticket #7092 (My application is going crashed in IE) closed by
- invalid: The jQuery bug tracker is not a support channel. Please use the …
- 18:20 Ticket #7091 (Code wrking in MozillaFirefox but not in Internet Explorer) closed by
- invalid: The jQuery bug tracker is not a support channel. Please use the …
- 17:33 Changeset [f1f6bc3ec43d86f5b2a0c2b8bf711a2d35930717] by
-
- src/traversing.js
- test/unit/traversing.js
- 17:12 Changeset [873c28425fb64fdb48cfa09d17041bded39b301f] by
-
- src/ajax.js
- 16:50 Changeset [0368606c081fd15dfbcd8509734ef63c58a6b008] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 16:07 Changeset [e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b] by
-
- src/event.js
- 15:57 Changeset [9190d4fd603884ed1debf8c0f7817d45b72e1aef] by
-
- src/css.js
- test/unit/css.js
- 15:53 Changeset [558d96b42aab634e26a66ff337a03ae89be5b33b] by
-
- src/css.js
- test/unit/css.js
- 15:36 Changeset [879799fe955f01b85b59fd8a0096d415fc48df03] by
-
- test/index.html
- test/unit/attributes.js
- test/unit/selector.js
- test/unit/traversing.js
- 15:12 Changeset [c7c067723006b0dfbb123c1a36885580a587d091] by
-
- src/attributes.js
- test/unit/attributes.js
- 14:59 Ticket #7094 (ajax request in ie7 doesn't work properly in some cases) created by
- In some cases the window.XMLHttpRequest has a true return at ie7 but the …
- 14:55 Changeset [cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc] by
-
- src/offset.js
- test/unit/offset.js
- 11:01 Ticket #7093 (Chrome and Opera outerWidth calculation problem on refresh) created by
- We set a div's width by a different element's width using jQuery's …
- 05:25 Ticket #7092 (My application is going crashed in IE) created by
- Hi I am workinh on chat system in php. So for that I am using IFrame. I …
- 03:55 Ticket #7091 (Code wrking in MozillaFirefox but not in Internet Explorer) created by
- Hi Guys, I need the solution for the following problem.My this code is …
- 01:17 Ticket #5746 (Glitch when calling fadeOut() with light gray text) closed by
- worksforme: I have seen this happen all over the place with Firefox. I've seen it …
- 00:59 Changeset [7be11207b9267592a639eb739dc8d719c7de56a1] by
-
- src/traversing.js
- test/unit/traversing.js
09/27/10:
- 23:32 Ticket #7074 (ajaxSuccess and ajaxError are not working) closed by
- invalid: Just reopen the ticket when you attach a test case.
- 19:46 Ticket #6700 (.closest() returns duplicates of the same element within the matched set.) closed by
- fixed: Landed …
- 19:45 Changeset [8c41325a081f4009aa94748b9b6045e50a78422e] by
-
- Makefile
- README.md
- build.xml
- build/jslint-check.js
- speed/css.html
- speed/jquery-basis.js
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- …
- 18:49 Changeset [e63fa8beb8e285fe19fc0a1557045b80e3c63c66] by
-
- src/ajax.js
- src/attributes.js
- src/core.js
- src/css.js
- src/data.js
- src/effects.js
- src/event.js
- src/support.js
- test/data/cow.jpg
- test/data/testsuite.css
- …
- 17:10 Ticket #7090 (Select() causes change() to break on text input fields for MSIE 6 and 7) created by
- To recreate, follow these steps: 1) bind a change event to a text input 2) …
- 16:10 Changeset [ea6a4813b7d996f6f7af0b61a5f1bf4ab80b291d] by
-
- test/unit/ajax.js
- 15:51 Changeset [0be7f4eb4f027dce00f11d7816290022d447d336] by
-
- src/core.js
- src/css.js
- src/data.js
- test/unit/effects.js
- 14:53 Changeset [0da700a4d03c1c43e75e3ab7f8e719e13c7e444a] by
-
- src/css.js
- 14:38 Changeset [6dd2dc42700fff681513aa5a3bdc438bd48f4ba0] by
-
- src/css.js
- 14:28 Ticket #7082 (Manipulation test incorrectly failing for old Webkit based Browsers) closed by
- fixed: Fixed …
- 14:28 Changeset [88fc523c59465b28633de91f4c9e87b8364064b7] by
-
- test/unit/manipulation.js
- 14:24 Ticket #7089 (handleobj is undefined) closed by
- invalid: Do you have a simplified test case for this? I'm not entirely sure what …
- 14:21 Changeset [d558e9eb6f44783bb06666617c758408daf53e3d] by
-
- src/attributes.js
- src/support.js
- 14:19 Changeset [97d468fbf0f840f52c91855b0bc8db0ed6ac403c] by
-
- src/attributes.js
- src/support.js
- 13:25 Ticket #7089 (handleobj is undefined) created by
- production version error = u is undefined. The problem occured to me when …
- 13:19 Changeset [a384d840d609a8ee25b8ca8769a99c33c73b022f] by
-
- src/attributes.js
- 13:07 Changeset [157a383dae5335ef1056d3818d7dd70ac81c25a7] by
-
- src/attributes.js
- 13:01 Ticket #7088 (not bug, but... JSON parser and BOM (Byte order mark)) closed by
- wontfix: Seems like that's something that should be trimmed out on the server side …
- 12:57 Ticket #7088 (not bug, but... JSON parser and BOM (Byte order mark)) created by
- Example. A request from the client is processed on the server by a …
- 10:35 Ticket #7087 (allow :enabled and :disabled on <link> tags) created by
- :enabled really checks !disabled and !hidden. This is fine for <input> …
- 03:21 Ticket #6152 (parseJSON regex is redundant when native parsing is available.) closed by
- fixed: The regexp problem caused by large JSON objects should have been fixed by …
- 02:15 Ticket #7081 (whitespace-only selectors throw "Syntax error, unrecognized expression") closed by
- wontfix: Why should it be the same result? The first is an expression (albeit an …
- 01:22 Ticket #6131 (Problems with "Technique from Juriy Zaytsev") closed by
- duplicate: Dup of #5833, see the discussion there.
- 01:18 Ticket #6511 (Documentation Correction for .live()) closed by
- fixed: Fixed in the docss.
- 00:47 Ticket #7086 (Incorrect image url in testsuite.css) closed by
- fixed: Yeah - that's legacy code, I just removed it. Thanks for the catch! …
- 00:47 Changeset [42aa714fb79199ad0a45d5f76f43729b399b058a] by
-
- test/data/cow.jpg
- test/data/testsuite.css
- 00:17 Ticket #6494 (clone(true) causes stack overflow error in ie on sortable elements) closed by
- invalid: The test case url doesn't seem to work anymore. If this is still a …
- 00:14 Ticket #7084 (conflict between Array object and cloning events) closed by
- duplicate: Duplicate of #6355.
09/26/10:
- 20:37 Ticket #7086 (Incorrect image url in testsuite.css) created by
- While running the effects-unit-tests browsers generate a bunch of …
- 19:58 Ticket #7085 (Animate border-width) created by
- Animating borderWidth only works when the style is declared as …
- 09:02 Ticket #7084 (conflict between Array object and cloning events) created by
- If the Array object has been added new methods, the clone(true) method …
- 04:46 Ticket #7083 (ifModified option - response status "notmodified" unreachable) closed by
- worksforme: You are not reading that code properly. Returning true from httpSuccess …
- 00:07 Ticket #7083 (ifModified option - response status "notmodified" unreachable) created by
- == Test case == […] Assume receiving a normal 304 response like this: …
Note: See TracTimeline
for information about the timeline view.
