Timeline
Oct 4, 2010:
- 5:38 PM Ticket #7110 (.hide().fadeIn with appendto caused FF to insert 'style="display: ...) closed by
- duplicate: Duplicate of #2185.
- 5:38 PM Ticket #6999 (jQuery.fn.show() changes "display" style when inline) closed by
- duplicate: Duplicate of #2185.
- 5:38 PM Ticket #6791 (Animate on IMG elems incorrectly sets style.display to "block") closed by
- duplicate: Duplicate of #2185.
- 5:37 PM Ticket #6311 (Problem with table row show / hide on firefox3.6) closed by
- duplicate: Duplicate of #2185.
- 5:37 PM Ticket #6036 (Animating visibility breaks the display type of elements.) closed by
- duplicate: Duplicate of #2185.
- 5:37 PM Ticket #5372 (Query.fx slideUp slideDown bug with tables) closed by
- duplicate: Duplicate of #2185.
- 5:37 PM Ticket #5194 (toggle() doesn't preserve element's display attribute) closed by
- duplicate: Duplicate of #2185.
- 5:37 PM Ticket #5157 (Animating TBODY sets display:block which displays it at end of table) closed by
- duplicate: Duplicate of #2185.
- 5:36 PM Ticket #5047 (jQuery.fx.update incorrectly sets elements' inline style display to "block") closed by
- duplicate: Duplicate of #2185.
- 5:36 PM Ticket #4535 (using show with parameters removes attributes from td) closed by
- duplicate: Duplicate of #2185.
- 5:36 PM Ticket #2580 (Toggle table rows is leading to residual spaces) closed by
- duplicate: Duplicate of #2185.
- 4:44 PM Ticket #7113 ($(element).data({...}) erases events) closed by
- duplicate: Duplicate of #6692.
- 8:06 AM Ticket #7114 ($(element).data({...}) erases events) closed by
- duplicate: Duplicate of #6692
- 7:46 AM Ticket #7114 ($(element).data({...}) erases events) created by
- We had a specific issue in which events which were bound to an element …
- 7:45 AM Ticket #7113 ($(element).data({...}) erases events) created by
- We had a specific issue in which events which were bound to an element …
- 2:45 AM Ticket #6885 ($.each to throw error when iterating object is invalid) closed by
- invalid: In my opinion, it would be good practice for beginners to manually vet …
- 2:01 AM Ticket #6822 (Selectors with Tab whitespace die in Firefox 3.0.x) closed by
- invalid: Running the above test in FireFox 3.0.1 I see that it appears to be …
Oct 3, 2010:
- 10:13 PM Ticket #6643 (Cannot disable stylesheets in webkit browsers, test case included) closed by
- invalid: I've attempting to use the workaround submitted in FireFox 3.6 and …
- 9:49 PM Ticket #1069 (Please extend val()) closed by
- worksforme: Several good and short solutions have been proposed here as …
- 9:47 PM Ticket #251 (Merge form plugin into core) closed by
- wontfix: Since we've had a while to think about this, I think the Form plugin …
- 9:40 PM Ticket #6255 (.delay() is not stopped by .stop(true,true)) closed by
- worksforme: Please note that in reference to .delay(): (from our documentation) …
- 8:07 PM Ticket #6736 (slideUp/Down/Toggle invoked on object with CSS display:inline-block) closed by
- invalid: Closing due to the lack of a valid test case. Please re-submit a valid …
- 7:47 PM Ticket #7112 (AJAX error callback function executes twice in IE 6+) closed by
- worksforme: live test case Not reproducible.
- 6:51 PM 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 …
- 6:48 PM 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 …
- 6:46 PM 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 …
- 6:45 PM 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 …
- 6:26 PM Ticket #6730 ($(document).bind( 'ready', fn ) fn never execs if called after dom ...) closed by
- invalid:
.bind("ready")
isn't documented. This is probably a good example … - 6:20 PM Ticket #6758 (.die() working only with same selector to live) closed by
- invalid: You need to match the selectors for live/die.
- 6:19 PM 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 …
- 6:18 PM 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. …
- 6:10 PM Ticket #7111 ($.animate kills overflow-x / overflow-y) created by
- Although overflow implicitly sets overflow-x and overflow-y they don't …
- 6:02 PM 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. …
- 4:35 PM Ticket #6958 ($.extend (not deep) copying arrays by reference not cloning) closed by
- duplicate: Dup of #5991, fixed here: …
- 4:32 PM Ticket #6964 (change(function() {..}) handler fires unnecessarily on Webkit) closed by
- wontfix: This seems like it has to be fixed by Chrome.
- 4:04 PM Ticket #7023 (jQuery.support leaves Orphan nodes around) closed by
- invalid: The div should be garbage-collected since it doesn't have event …
- 4:01 PM 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 …
- 3:11 PM Ticket #7089 (handleobj is undefined) closed by
- invalid: This is most likely due to modifying Object.prototype, I saw an …
- 3:08 PM Ticket #6734 (Overwritten binded events when use .data() with object) closed by
- duplicate: Dup of #6692, fixed here: …
- 3:07 PM Ticket #6734 (Overwritten binded events when use .data() with object) reopened by
- 2:10 PM 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 …
- 12:40 PM Ticket #7089 (handleobj is undefined) reopened by
- I cannot simplify it, but here is the problematic example: …
- 9:54 AM Ticket #6755 (width() and height() function failure) closed by
- worksforme: I've created a live test case outputting both the values obtained for …
- 12:14 AM 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 …
- 12:11 AM 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 …
Oct 2, 2010:
- 11:54 PM 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 …
- 11:13 PM Ticket #3244 (small 'else-like' function: "instead" or "others") closed by
- invalid: Rather than leave this ticket open, perhaps someone can create a …
- 11:11 PM 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.
- 11:08 PM Ticket #2358 (ui dialog show and hide overrides) closed by
- invalid: Not a jQuery core bug.
- 11:07 PM Ticket #2299 (Dialog alert, confirm, and prompt options) closed by
- invalid: Not a jQuery core bug.
- 11:06 PM Ticket #2667 (UI Tabs issue in Vista with Firefox version 2.0) closed by
- invalid: Not a jQuery core bug.
- 11:05 PM Ticket #2593 (jquery.datepicker using months instead of prev and next) closed by
- invalid: Not a jQuery core bug.
- 10:57 PM Ticket #6992 (data() can be used as data[]) closed by
- wontfix: No way we can fix this, unfortunately.
- 10:52 PM Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to ...) closed by
- invalid
- 10:52 PM Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to ...) reopened by
- 10:43 PM Ticket #4303 (including jquery in firefox extension XUL overlay causes overlay to ...) closed by
- fixed: Too vague and no test case, possibly a dup of #3555 or #4352.
- 10:38 PM Ticket #4300 (Add document as a local var as well) closed by
- fixed: Added in 1.4.
- 10:32 PM Ticket #7110 (.hide().fadeIn with appendto caused FF to insert 'style="display: ...) created by
- Using $row.hide().fadeIn("slow").appendTo("#orderedItems table …
- 10:32 PM Ticket #6688 (jQuery 1.4.2 blocks console.log) closed by
- worksforme: console.log works fine with jQuery 1.4.2. To demonstrate with …
- 10:21 PM 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 …
- 10:15 PM Ticket #7073 (The .text() function doesn't return contents of a non-script script ...) closed by
- wontfix: Just use
.html
, which already works uniformly across all browsers. - 10:14 PM 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 …
- 10:11 PM Ticket #7066 (More streamlined technique of appending a list) closed by
- wontfix
- 10:07 PM Ticket #7059 (error in click."specialSubmit" handler when clicking object at ...) closed by
- duplicate: Duplicate of #7071.
- 10:07 PM Ticket #4049 (Cannot set checkboxes in strict XHTML) closed by
- duplicate: Dup of #4283 which has more discussion.
- 10:05 PM 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 …
- 9:57 PM 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.
- 9:53 PM Ticket #6618 (slideUp/slideDown not working when min-height CSS is set) closed by
- duplicate: Closing as this is a duplicate of #4415
- 9:49 PM 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 …
- 9:48 PM Ticket #3946 (Some UI effects fail in 1.3) closed by
- fixed: Fixed in UI.
- 9:42 PM 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 …
- 9:35 PM Ticket #6389 (.ajaxError does not fire in 1.4.2) closed by
- invalid: Please re-submit your ticket with an example that replicates the …
- 9:32 PM 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 …
- 9:29 PM 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, …
- 9:29 PM 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 …
- 9:27 PM Ticket #6573 (Error running at Firefox.) closed by
- invalid: Please re-submit your ticket with a valid test server URL so that we …
- 9:25 PM 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 …
- 9:10 PM Ticket #3178 ([Safari][Windows].html() with a text longer than 49934) closed by
- fixed: The regexp optimizations applied here should have fixed the …
- 8:59 PM Ticket #3083 (interface autocomplete plugin misbehave in IE7) closed by
- invalid: Not a jQuery core bug.
- 8:59 PM Ticket #3059 (Bad positioning of clone delete in ui.sortable.js) closed by
- invalid: Not a jQuery core bug.
- 8:58 PM Ticket #3044 (Use an other attribute tha rel in ImageBox) closed by
- invalid: Not a jQuery core bug.
- 8:57 PM Ticket #3043 (interface imagebox) closed by
- invalid: Not a jQuery core bug.
- 8:56 PM Ticket #3047 (Interface and jQuery 1.2.x) closed by
- invalid
- 8:52 PM Ticket #2980 (ui.resizable conflict with jquery.draggable for textareas) closed by
- invalid: Not a jQuery core bug.
- 8:52 PM Ticket #2970 ([autocomplete] Searching for "#" translates into a blank string) closed by
- invalid: Not a jQuery core bug.
- 8:51 PM Ticket #2954 (Use isNaN for IE opacity) closed by
- fixed: Implemented in the rewrite of csshooks in 1.4.3.
- 8:41 PM 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 …
- 8:26 PM Ticket #2545 ([UI] ui parameter in callbacks/events should be consistent) closed by
- invalid: Leftover from the UI tracker.
- 8:25 PM Ticket #2535 (Move modal/overlay code from Dialog to ui.base.js, ui.overlay.js?) closed by
- invalid: Leftover from the UI tracker.
- 7:56 PM 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 …
- 7:16 PM Ticket #6784 (Different behaviour with binding multi eventhandlers pointing to the ...) closed by
- wontfix: Please refer to the official jQuery documentation regarding the …
- 7:15 PM Ticket #4281 (Can't overwrite onclick attr) closed by
- wontfix: I don’t feel that jQuery should do anything to encourage bad practices …
- 7:07 PM Ticket #6766 (Patch for ready()) closed by
- duplicate: Resolving as duplicate. Please see #6768 for the corrected submission …
- 6:52 PM 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 …
- 6:32 PM 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 …
- 3:43 PM 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 …
- 3:35 PM 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 …
- 3:33 PM Ticket #6495 (Bug Selector This when using $.get) closed by
- invalid: Please submit a complete working code example so that we can correctly …
- 3:30 PM 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. …
- 3:08 PM Ticket #6421 (Memory leak in IE6/7) closed by
- invalid: Please re-submit this ticket with either a test case or steps for us …
- 2:41 PM Ticket #5800 (Change events fires in IE8 on clicking in text input box) closed by
- worksforme: live test case. Not reproducible with …
- 2:38 PM Ticket #5887 (live change event IE javascript error) closed by
- invalid: This is almost certainly a VML issue, like #7071. However, the test …
- 2:32 PM Ticket #5892 (IE change event does not fire on text input after setting value - ...) closed by
- worksforme: Live test case Works in jQuery 1.4.2. Upgrade!
- 2:26 PM Ticket #5934 (onChange event no fired in IE8) closed by
- worksforme: Live test case
- 2:24 PM Ticket #5959 (Change event for Select element getting fired on click (occuring in 1.4.1)) closed by
- fixed
- 2:19 PM Ticket #6350 (Live change event works improperly for file inputs in IE8/7) closed by
- duplicate: Duplicate of #5997.
- 2:16 PM Ticket #6192 (event.srcElement is incorrect when calling jquery.change() from within ...) closed by
- invalid: If you bypass jQuery’s event handling system, as you are doing here, …
- 2:09 PM Ticket #6247 (IE8 - live change event stops propogation to live click event) closed by
- duplicate: Duplicate of #6505.
- 2:06 PM Ticket #6310 (onchange function might be executed twice in IE8) closed by
- duplicate: Duplicate of #6593.
- 1:47 PM Ticket #7000 (The "live change" event of the "select" element is called twice) closed by
- duplicate: Duplicate of #6593.
- 1:18 PM Ticket #6509 (Documentation Incorrect) closed by
- invalid
- 12:27 PM Ticket #6482 (Trac "About" page not defined) closed by
- duplicate: Closing on the basis of it being a duplicate of #6312.
- 11:38 AM Ticket #6231 (:hidden does not work on tr) closed by
- wontfix: When using either the :hidden (or even the :visible) pseudo-seelctors, …
- 11:29 AM Ticket #6229 ($.ajax has memory leak in IE8) closed by
- duplicate: Referencing 6242, this bug has been reported on in more depth on that …
- 10:00 AM Ticket #6642 ("unload" browser event leads to an error in jquery 1.4.2 on IE7) closed by
- duplicate: Dup of #4106 (fixed).
- 9:58 AM Ticket #6283 ("change" event is browser dependent) closed by
- invalid: Needs test case.
- 9:53 AM Ticket #3229 (val: setting should check to see if this.value is a function so ...) closed by
- fixed: Implemented in 1.4.
- 9:37 AM 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 …
- 9:33 AM Ticket #5418 (this[0].ownerDocument is null in IE6) closed by
- fixed: Fixed here: …
- 12:26 AM Ticket #6600 (Jquery - selector not selecting Id's when having periods in IE, even ...) closed by
- worksforme: In the above test case, it's not necessary to escape the ID in order …
Oct 1, 2010:
- 11:45 PM Ticket #6672 (Selectors not working properly for textNodes) closed by
- wontfix: In the above case the text nodes are expected to not be selected. …
- 11:39 PM 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 …
- 10:47 PM Ticket #5938 (jQuery.ajax with binary result raises "parsererror" on IE6) closed by
- invalid: Need a test case.
- 10:45 PM Ticket #3060 (Draggables cease to work after initial drag) closed by
- invalid: This isn't a jQuery core bug.
- 10:23 PM 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 …
- 9:45 PM 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, …
- 7:04 PM 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 …
- 5:10 PM Ticket #4723 (VML + IE + jQuery = "Failed") closed by
- duplicate: This is a duplicate of #7071. (More information, as well as a pull …
- 3:29 PM Ticket #7108 (slice() end count error) closed by
- invalid: Thanks for the report, but this is not a jQuery bug. jQuery simply …
- 1:22 PM Ticket #7108 (slice() end count error) created by
- This is kind of particularity I found when working with negative …
- 12:12 PM Ticket #7107 (calling $(this).attr('children') returns blank list) closed by
- invalid
- 10:28 AM 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 …
- 9:10 AM Ticket #7107 (calling $(this).attr('children') returns blank list) created by
- I have an element: <button class="delete" children="6">delete</button> …
- 2:35 AM 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.
Sep 30, 2010:
- 11:25 PM Ticket #6294 (jQuery1.4.2 ajax bug) closed by
- worksforme: The problem with your original example is that you were attempting to …
- 11:15 PM 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 …
- 11:08 PM Ticket #6378 (An error is thrown if the returned document is expected to be valid ...) closed by
- invalid: Here are two code examples, one using valid XML and another using …
- 10:20 PM 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 …
- 10:11 PM Ticket #6517 (Sending ajax request with bookmark(#) in IE7) closed by
- invalid: Please re-submit your ticket with a live example that replicates the …
- 10:08 PM 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 …
- 8:44 PM Ticket #6364 (# selector does not work for following situation) closed by
- wontfix: As confirmed by both the documentation at …
- 8:39 PM Ticket #7103 (Non-standard CSS property values on IE) closed by
- duplicate: Duplicate of #5509.
- 8:35 PM 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, …
- 8:33 PM 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 …
- 6:40 PM Changeset [57c046f]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 6:15 PM 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:11 PM Ticket #6619 (jquery animate not working with flash object) closed by
- invalid: Later confirmed by bug submitter as not being a jQuery core bug. …
- 5:53 PM 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 …
- 5:50 PM Ticket #6594 (jQuery SlideDown Flickering in Firefox) closed by
- worksforme: I've tested the examples provided in FireFox 3.6.8 both with and …
- 5:02 PM Ticket #6937 (WebKit Animation) closed by
- worksforme: Tested this bug using Safari 5.02 on OSX and FireFox 3.6.8 on the …
- 4:53 PM Ticket #5521 ($(document).ready() firing too early probably in WebKit, and messing ...) closed by
- wontfix: I agree with @nathanhammond that this is an issue with WebKit itself …
- 4:45 PM 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 …
- 4:39 PM Ticket #5564 (toggle() fails for elements with height=0) closed by
- invalid: Semantically speaking, although the <div> may contain elements that …
- 2:26 PM Ticket #7101 (IE opacity setting) closed by
- fixed: Fixed …
- 2:24 PM Changeset [06c505d]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 1:46 PM Changeset [60744e8]1.12-stable2.2-stablekillphp by
- src/event.js
- 12:45 PM Ticket #7106 (jQuery.parseJSON fails on Chrome) created by
- When parsing the attached json with jQuery.parseJSON, a …
- 11:59 AM Ticket #6748 (xhr.status === 0 should be treated as 304 (Not Modified) only in Opera) closed by
- duplicate
- 9:51 AM 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 …
- 6:31 AM Ticket #7104 (jQuery 1.4.2 not running within IE9 Web Browser control (incl. ...) created by
- When using jQuery inside Eclipse within a dynamic web project you can …
- 4:09 AM Ticket #7103 (Non-standard CSS property values on IE) created by
- Setting rgba and probably other CSS3 property values results in …
- 1:45 AM Ticket #5742 (Consider RunJS for jQuery code loading) closed by
- duplicate: Superseded by #7102. Closing as per jrburke.
- 1:40 AM Ticket #6979 (Page of tutorials) reopened by
- Nope, still there. I will try to take care of this tomorrow though.
- 1:29 AM Ticket #7102 (Register jQuery as a CommonjS async module) created by
- There are a couple browser-based CommonJS-friendly loaders (RequireJS, …
- 1:29 AM Ticket #7051 (get failure with non standard domain/port) closed by
- worksforme: I run jQuery on nonstandard ports constantly during testing, so that …
Sep 29, 2010:
- 10:23 PM Ticket #7101 (IE opacity setting) created by
- When setting a opacity to a element in IE (e.g. through fadeTo()) all …
- 9:35 PM Ticket #6774 (Calling is(":selected") on detached option tags fails) closed by
- invalid: This is a Sizzle bug, I've created a ticket there: …
- 9:02 PM Ticket #7004 (spamming link) closed by
- duplicate: Dup of #6979.
- 9:00 PM Ticket #6925 (.empty() sometimes will throw an "'events' is null or not an object" ...) closed by
- fixed: Fixed here: …
- 8:47 PM Ticket #7085 (Animate border-width) closed by
- invalid: The borderWidth property is a shorthand property and returns a string …
- 8:45 PM Ticket #6969 (jQuery1.4.2 has introduced a bug regarding the removal of events ...) closed by
- duplicate: From the description I am pretty sure this is a dup of #6355.
- 8:41 PM Ticket #6868 ($.trim very expensive on long strings) closed by
- fixed: Fixed at …
- 8:36 PM Ticket #7028 (Data and event handling breaks with derivation from Array type) closed by
- duplicate: Dup of #6355.
- 8:32 PM Ticket #6979 (Page of tutorials) closed by
- fixed: These appear to have been removed.
- 8:19 PM Ticket #7100 (document.body is null) closed by
- invalid: Naw, c'mon. How is this a bug report?
- 6:25 PM 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 …
- 6:10 PM Ticket #7100 (document.body is null) created by
- jquery.min.js fired "document.body is null". (I was pressing F5 many …
- 6:05 PM 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 …
- 5:49 PM Ticket #7099 (AJAX does not correctly handle HTTP Responses that include ...) closed by
- worksforme: I am not able to reproduce any issue with 204s and Content-Type. …
- 5:42 PM Ticket #7098 (Issue with height of jQuery UI dialog in IE8 when prototype is also present) closed by
- invalid: jQuery UI 1.7 is not fully jQuery 1.4-compatible. Use jQuery UI 1.8 …
- 5:41 PM Ticket #7097 (Using assignment '=' in if statement of JQuery library file) closed by
- invalid: Yes. In the future, please use the [http://forum.jquery.com jQuery …
- 5:41 PM Ticket #7096 (Bug on children() method) closed by
- invalid: This is not a bug. You are calling the wrong method; use …
- 5:34 PM Ticket #7099 (AJAX does not correctly handle HTTP Responses that include ...) created by
- An example of this is the 204 No Content status. The HTTP …
- 4:31 PM Ticket #7098 (Issue with height of jQuery UI dialog in IE8 when prototype is also present) created by
- This might seem like a jQuery UI bug (and I did initially report it …
- 10:44 AM 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 …
- 10:29 AM Ticket #7096 (Bug on children() method) created by
- HTML structure : <div id="foo1" class="foo" style="background:red"> …
- 10:10 AM Ticket #6807 (jQuery.fn.data with JavaScript objects should set fields directly) closed by
- fixed: Fixed …
- 9:46 AM Changeset [cb811c0]1.12-stable2.2-stablekillphp by
- src/data.js
- src/event.js
- test/unit/data.js
- test/unit/event.js
- 8:45 AM Changeset [ec7ea3f]1.12-stable2.2-stablekillphp by
- src/offset.js
- 8:41 AM Changeset [49f6f34]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 5:05 AM 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 …
Sep 28, 2010:
- 11:13 PM Changeset [ab77451]1.12-stable2.2-stablekillphp by
- src/event.js
- 8:12 PM Ticket #3157 (JSONP doesn't always correctly fire ajax events) closed by
- fixed: I think this has been fixed long ago…
- 7:57 PM Ticket #2960 (jQuery sends wrong content type to server on ajax post requests if ...) closed by
- fixed: I think the final problems should have been fixed for 1.4.3 in this …
- 7:53 PM Ticket #2734 (jQuery.ajax({ lock: 'string identifier' }) to prevent duplicate submissions) closed by
- invalid: The ajax method is already pretty complex, and this seems best …
- 7:51 PM Ticket #2949 (IE won't automatically load many XML content-types via responseXML) closed by
- duplicate: Closed to consolidate at #4958.
- 7:46 PM Ticket #2374 (ajax function patch for version 1.2.3) closed by
- invalid: Needs a complete test case.
- 7:43 PM 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 …
- 7:41 PM 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, …
- 7:30 PM Ticket #2237 (mini extends from ajax $.get & $.post) closed by
- invalid: Closing this ticket because I'm not sure what it is requesting.
- 7:28 PM Ticket #2227 (ajaxForm() with dataType script does not handle redirect well) closed by
- invalid: ajaxForm is a plugin and not part of jQuery core.
- 6:02 PM 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.
- 6:02 PM Ticket #7029 (Convert $("> ...") to .children()) closed by
- fixed: Fixed …
- 6:01 PM Ticket #6298 (IE7,IE8 throw exception on new window.XMLHttpRequest();) closed by
- fixed: Fixed …
- 6:01 PM Ticket #6733 (make html(fn) use innerHTML if possible) closed by
- fixed: Fixed …
- 6:00 PM Ticket #2338 (jQuery.event.fix() mangles "event.which" when it == false) closed by
- fixed: Fixed …
- 5:59 PM Ticket #5632 (Alpha filter name in upper case is not processed properly when setting ...) closed by
- fixed: Fixed …
- 5:59 PM Ticket #4388 (.css(name, somefunc()) and .attr(name, somefunc()) cause fatal js ...) closed by
- fixed: Fixed …
- 5:58 PM 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: …
- 5:58 PM Ticket #3397 (Safari 2 crash bug w/ redux & patch) closed by
- wontfix: Safari 2 is no longer supported.
- 5:58 PM Ticket #3104 (setting a value on a select element ambiguous) closed by
- worksforme: This was resolved in 1.4. More tests here to confirm: …
- 5:57 PM Ticket #6341 ($.attr(name, null) is inconsistent across browsers) closed by
- fixed: Fixed …
- 5:57 PM Ticket #4996 (getBoundingClientRect causes 'Unspecified Error' in IE after ajax) closed by
- fixed: Fixed …
- 5:57 PM Ticket #7079 (Ajax load with selector does not load script tags) closed by
- duplicate: Duplicate of #6307.
- 4:07 PM Ticket #6728 (jQuery 1.4.2 regression in Internet Explorer XMLHttp ?) closed by
- duplicate: Duplicate of Bug #6298.
- 3:53 PM Ticket #6933 (ajax request fails in IE8 with "Error requesting page") closed by
- invalid: Invalid as per submitter.
- 2:52 PM Ticket #7094 (ajax request in ie7 doesn't work properly in some cases) closed by
- duplicate: Duplicate of #6298.
- 2:20 PM Ticket #7092 (My application is going crashed in IE) closed by
- invalid: The jQuery bug tracker is not a support channel. Please use the …
- 2:20 PM 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 …
- 1:33 PM Changeset [f1f6bc3]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 1:12 PM Changeset [873c2842]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 12:50 PM Changeset [0368606]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 12:07 PM Changeset [e3c4e57]1.12-stable2.2-stablekillphp by
- src/event.js
- 11:57 AM Changeset [9190d4f]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 11:53 AM Changeset [558d96b4]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 11:36 AM Changeset [879799f]1.12-stable2.2-stablekillphp by
- test/index.html
- test/unit/attributes.js
- test/unit/selector.js
- test/unit/traversing.js
- 11:12 AM Changeset [c7c0677]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 10:59 AM 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 …
- 10:55 AM Changeset [cf672a2]1.12-stable2.2-stablekillphp by
- src/offset.js
- test/unit/offset.js
- 7:01 AM 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 …
- 1:25 AM 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. …
Sep 27, 2010:
- 11:55 PM 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 …
- 9:17 PM 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 …
- 8:59 PM Changeset [7be1120]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 7:32 PM Ticket #7074 (ajaxSuccess and ajaxError are not working) closed by
- invalid: Just reopen the ticket when you attach a test case.
- 3:46 PM Ticket #6700 (.closest() returns duplicates of the same element within the matched set.) closed by
- fixed: Landed …
- 3:45 PM Changeset [8c41325]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 2:49 PM Changeset [e63fa8b]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 1:10 PM 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 …
- 12:10 PM Changeset [ea6a481]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 11:51 AM Changeset [0be7f4e]1.12-stable2.2-stablekillphp by
- src/core.js
- src/css.js
- src/data.js
- test/unit/effects.js
- 10:53 AM Changeset [0da700a]1.12-stable2.2-stablekillphp by
- src/css.js
- 10:38 AM Changeset [6dd2dc4]1.12-stable2.2-stablekillphp by
- src/css.js
- 10:28 AM Ticket #7082 (Manipulation test incorrectly failing for old Webkit based Browsers) closed by
- fixed: Fixed …
- 10:28 AM Changeset [88fc523]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 10:24 AM Ticket #7089 (handleobj is undefined) closed by
- invalid: Do you have a simplified test case for this? I'm not entirely sure …
- 10:21 AM Changeset [d558e9e]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/support.js
- 10:19 AM Changeset [97d468f]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/support.js
- 9:25 AM Ticket #7089 (handleobj is undefined) created by
- production version error = u is undefined. The problem occured to me …
- 9:19 AM Changeset [a384d84]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 9:07 AM Changeset [157a383d]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 9:01 AM 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 …
- 8:57 AM 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 …
- 6:35 AM Ticket #7087 (allow :enabled and :disabled on <link> tags) created by
- :enabled really checks !disabled and !hidden. This is fine for …
Note: See TracTimeline
for information about the timeline view.