Timeline
Apr 21, 2009:
- 11:48 PM Ticket #4398 (mousemove() event handling is slow) closed by
- wontfix: Try http://github.com/brandonaaron/jquery-delayedmousemove/tree/master
- 11:15 PM Ticket #3189 (Dimensions (height() and width()) fail when dom-node not yet added to ...) closed by
- invalid: height is a calculated value and a node that doesn't live in the dom …
- 11:11 PM Ticket #3551 (Dimensions functions fail exceptionally on parent-frame scope) closed by
- fixed: This is fixed in latest SVN. Please test it out and let me know if it …
- 11:07 PM Ticket #3508 (Problem with IE and offset/getBoundingClientRect) closed by
- fixed
- 10:54 PM Ticket #3449 (input elements in Opera sometime don’t give a .width()) closed by
- worksforme: This works for me with svn build of jQuery. Feel free to reopen if you …
- 10:44 PM Ticket #3335 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN) closed by
- worksforme: I'm unable to reproduce this. Feel free to reopen the ticket with a …
- 10:41 PM Ticket #3312 (dimension methods not working on document.ready on safari) closed by
- duplicate: Marking as dup of #4187
- 10:39 PM Ticket #3239 (innerHeight/outerHeight does not round up) closed by
- fixed: This seems to be fixed in latest SVN. Please feel free to reopen if …
- 10:31 PM Ticket #2911 (Event incompletely transmitted) closed by
- fixed: fixed in r6315
- 10:31 PM Changeset [3715d73]1.12-stable2.2-stablekillphp by
- src/event.js
- 10:27 PM Ticket #2894 (.width() .height() don't work correctly in iframes) closed by
- fixed: This is working for me in latest SVN build of jQuery
- 9:34 PM Changeset [6a12363]1.12-stable2.2-stablekillphp by
- src/offset.js
- 9:29 PM Ticket #2992 (dimensions related exception in Firefox) closed by
- invalid: The inner/outer width/height methods do not work on the window or …
- 9:11 PM Ticket #2611 (incorrect height returned in IE 6) closed by
- invalid: This is a CSS/rendering issue in IE. For example, if you make the body …
- 8:59 PM Ticket #2345 (.width() method not returning proper width in ie6) closed by
- fixed: Not sure when this was fixed but I'm not able to reproduce this.
- 8:56 PM Ticket #2273 (Other windows and documents) closed by
- fixed: fixed in r6313
- 8:55 PM Changeset [2adb9b2]1.12-stable2.2-stablekillphp by
- src/dimensions.js
- src/offset.js
- 5:37 PM Ticket #4570 (Problem with slideUp() in FireFox 3) created by
- It seems like after the upgrade of the library from 1.2.6 to 1.3.2 …
- 4:11 PM Ticket #4569 (Sizzle/Selector Bug: Siblings selector in IE, FF, and Opera) created by
- An attempt to pull siblings using $("#id ~ *") [ where #id is a div …
- 3:38 PM Ticket #1256 (Error involving e.which/e.keycode) closed by
- fixed: I'm not able to reproduce this. Feel free to attach a test case that …
- 3:31 PM Ticket #2879 (Cache the event props) closed by
- fixed: you ended up fixing this yourself. :)
- 3:29 PM Ticket #4447 (Creating an element leaks memory in ie7) closed by
- invalid: Since I stumbled upon this bug let me respond to it properly. :) I'm …
- 3:24 PM Ticket #4310 (jQuery.fn.offset - simplify and remove "parseInt") closed by
- wontfix: Does this give advantages besides just less code? I prefer to stick …
- 3:24 PM Ticket #4568 (val(value) on select elements only working in IE) created by
- Updated jQuery to 1.3.2 today and found that any .val(value) on a …
- 3:20 PM Ticket #4456 (Remove unused vars in offset.js) closed by
- fixed: thanks! landed in r6312
- 3:19 PM Changeset [a0d079f]1.12-stable2.2-stablekillphp by
- src/offset.js
- 3:09 PM Changeset [17841ea]1.12-stable2.2-stablekillphp by
- src/support.js
- 2:55 PM Ticket #4563 (Memory Leaks in IE) closed by
- fixed: this is fixed in r6310
- 2:54 PM Ticket #4447 (Creating an element leaks memory in ie7) reopened by
- Sorry, meant to close out #4563.
- 2:53 PM Ticket #4447 (Creating an element leaks memory in ie7) closed by
- fixed: this is fixed in r6310
- 2:50 PM Ticket #4567 (jQuery usage of nbsp character entity) created by
- I've struggled for a couple of hours yesterday with firefox really not …
- 2:46 PM Changeset [92a076c]1.12-stable2.2-stablekillphp by
- src/support.js
- 10:43 AM Ticket #4566 (Change method of returning IE version number for IE8 compatibility view) created by
- $.browser.version returns the version of the browser as reported in …
- 10:27 AM Ticket #4565 (Selectors hierarchy (ancestor descendant)) created by
- I switched jquery from v1.2.6 to 1.3.2, then i noticed some pages …
- 8:28 AM Ticket #4564 (jQuery with html comments and whitespace inconsistent) created by
- $("<!-- comment1 --><!-- comment2 --><div/>") returns [div] $("<!-- …
- 6:04 AM Ticket #4559 (AREA tag can't be created with inline attributes in Firefox) reopened by
- I believe this ticket is not a duplicate. 4484 says (if I got it …
- 3:28 AM Ticket #4563 (Memory Leaks in IE) created by
- Discussion here: …
- 2:08 AM Ticket #4562 (IE6-IE7: Object doesn't support this property or method) created by
- Hi, Problem that i'm facing is that i'm load external ASPX pages in …
Apr 20, 2009:
- 10:20 PM Ticket #1029 ($().html() serializes href attribute in IE) closed by
- wontfix: The problem lies in IE's
innerHTML
implementation. There isn't … - 10:02 PM Ticket #4559 (AREA tag can't be created with inline attributes in Firefox) closed by
- duplicate: This is a dup of #4484.
- 1:05 PM Changeset [4130319]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- test/unit/css.js
- test/unit/manipulation.js
- test/unit/traversing.js
- 12:35 PM Ticket #4561 (IE seems to be case sensitive, please either document or enhance ...) created by
- Consider the following piece of code: -------- …
- 9:58 AM Ticket #4560 (.position().left incorrect in Chromium (possibly webkit)) created by
- Problem: Getting the position of a centered img element returns an …
- 8:25 AM Ticket #4559 (AREA tag can't be created with inline attributes in Firefox) created by
- Eg. the following works in IE7 but not in FF3 (where its .length is …
Apr 19, 2009:
- 6:33 AM Ticket #4558 (IE error when redirecting) created by
- While using JQuery and JQuery UI I get the following error in Internet …
Apr 18, 2009:
- 11:31 AM Ticket #4521 (A strange phenomenon about showing in IE) reopened by
- Ah, I added the div#box, but I removed jquery code when I make the …
- 3:04 AM Ticket #4557 (Safari/Chrome issues with animations) created by
- It seems that .show() animation has some serious errors in …
Apr 17, 2009:
- 5:25 PM Ticket #4521 (A strange phenomenon about showing in IE) closed by
- invalid: In IE6, IE7, and IE8 I see a lovely light blue rounded-corner box. I …
- 2:08 PM Ticket #4556 (keypress + escape + event key code + Firefox) created by
- I want to capture when the user hits "Esc" on a input text field on …
- 11:40 AM Ticket #4521 (A strange phenomenon about showing in IE) reopened by
- Oh, it was just a mistake that I removed the #box, it was a div which …
- 9:31 AM Ticket #4555 (load has inconsistant behavior) created by
- Mostly every core functions can be ran without prior element …
- 6:34 AM Ticket #4554 (INVALID_NODE_TYPE_ERR in Safari when using query context that not yet ...) created by
- As reported at: …
- 5:06 AM Ticket #4553 (.live events in reverse order for Windows+Webkit browsers) created by
- I just noticed, that when I bind two .live "mouseover" events to a …
- 2:20 AM Ticket #4552 (jQuery error running selenium with 1.3.2 in IE6) created by
- When running selenium for IE6 a javscript error is produced when …
- 1:12 AM Ticket #4551 (jquery-validate date) created by
- the validatation of dates does not work as expected in "google chrome" …
Apr 16, 2009:
- 5:22 PM Ticket #4550 (Warning in IE's Information Bar) created by
- If a user has disabled "Run ActiveX controls and plug-ins" in IE then …
- 4:32 PM Ticket #4136 (Offset Bug in 1.3.1) reopened by
- This function should return null. The issue is that is not happening …
- 2:02 PM Ticket #1029 ($().html() serializes href attribute in IE) reopened by
- Can you explain more on why this ticket is closed and won't be fixed? …
- 1:11 PM Ticket #4549 (nth-child() does not work in IE7) created by
- $obj.find('data:nth-child(5)').text(); Fails in IE7
- 12:38 PM Ticket #4548 (jquery.text bug) created by
- [code] alert($('title').text()); code As using 'jquery.text' to …
- 11:55 AM Ticket #4547 (inacurate animation timing) created by
- Animations seems to use a fixed step-duration, and amounts of steps …
- 11:24 AM Ticket #4546 (Global Scope Eval in Firefox cause some stranges) created by
- sorry for english. using jquery 1.3.2 & jwysiwyg …
- 9:14 AM Ticket #4545 (Local scripts loaded from $.getScript fail if an external script is ...) created by
- It appears that $.getScript fails to load and/or fire callbacks when …
- 7:42 AM Ticket #4544 (email validation have bug) created by
- see url: http://docs.jquery.com/Plugins/Validation/Methods/email i am …
- 6:47 AM Ticket #4543 (Double handling 'focus' and 'blur' on input in IE 6.0) created by
- 5:57 AM Ticket #4542 ([IE] table not 'setting' tbody properly when using .html on it.) created by
- For some reason in Internet Explorer (6,7 & 8) trying to set a table …
- 4:57 AM Ticket #4541 (.height() can be wrong for hidden divs) created by
- If the element is hidden, and if it inherits it's width from a parent …
Apr 15, 2009:
- 7:14 PM Ticket #4540 (toggle for visibility does not work IE7, FF 3.0.6 and Safari 3.1.2) closed by
- wontfix: In jQuery, visibility is defined as taking up no space in the …
- 9:56 AM Ticket #4540 (toggle for visibility does not work IE7, FF 3.0.6 and Safari 3.1.2) created by
- I have an image tag and I am trying to toggle it's visibility. <tr> …
- 6:50 AM Ticket #4539 (live with context in jquery nightly) created by
- You have added support for live with a different context than document …
- 6:39 AM Ticket #4538 (pushStack generates wrong selector properties, if you use multiple ...) created by
- If you use a multiple Selector like $('.context-1, …
- 2:05 AM Ticket #4537 (clone(true) with namespaced events loses the namespace on the original ...) created by
- The clone(true) method does not properly preserve the namespaced …
Apr 14, 2009:
- 12:16 PM Ticket #4526 (memory leak in ie 6.0.2800) closed by
- invalid: This should be filed in the jQuery UI bug tracker. …
- 12:14 PM Ticket #4527 (domManip - evalScript vs. globalEval) closed by
- invalid
- 12:08 PM Ticket #4492 (show(speed) looses table-rowspan attribute) closed by
- duplicate: Consolidated at #4535
- 11:59 AM Ticket #4531 ($("root", xmlData).append("<node />"); doesn't append anything) closed by
- invalid: All of jQuery's internal parsing treats the string as HTML, *not* XML; …
- 11:55 AM Ticket #4529 ($("root", xmlData).append("<node />"); doesn't append anything) closed by
- duplicate: Duplicate of #4531
- 11:54 AM Ticket #4530 ($("root", xmlData).append("<node />"); doesn't append anything) closed by
- duplicate: Duplicate of #4531
- 9:59 AM Ticket #4536 (jQuery.isFunction fix for built-in IE functions) created by
- I found some background information on the typeof built-in DOM …
- 7:44 AM Ticket #4535 (using show with parameters removes attributes from td) created by
- Test case <table> <tbody> <tr> <td id="hcol" colspan = "4" …
Note: See TracTimeline
for information about the timeline view.