Timeline
May 5, 2009:
- 11:03 PM Ticket #2083 (Error near "Compute a unique ID for the element" in IE7) closed by
- invalid: Closing this bug due to inactivity, no test case, and reported against …
- 11:01 PM Ticket #3259 (jQuery attr returns unexpected value) closed by
- duplicate: Duplicate of #1954
- 10:56 PM Ticket #4616 (get .css() class style) closed by
- duplicate: I'll close this as a duplicate of #4295 where it's being discussed in …
- 10:49 PM Ticket #4629 (Enabled Filter Behavior Different Between IE and Firefox) created by
- Using the following selector has different behaviors between …
- 10:27 PM Ticket #4627 (JQuery appendTo Bug) closed by
- invalid: The key is this line in your example: […] The bug you are reporting …
- 10:17 PM Ticket #4234 (Allow hover to accept a single argument.) closed by
- fixed: Fixed in 6324.
- 10:17 PM Changeset [8f042d8]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 9:56 PM Ticket #3935 (No mouseenter event if Fx when moving mouse through block with scroll) closed by
- duplicate: closing as duplicate of #3286
- 9:45 PM Ticket #3788 (outerWidth returns 0 when parent item is hidden) closed by
- wontfix
- 9:24 PM Ticket #3286 (Hover Glitch/Bug) closed by
- fixed: Fixed in r6341
- 9:24 PM Changeset [3a9c827]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:17 PM Ticket #4600 (mouseleave event not fired when moving from a input button to a input ...) closed by
- duplicate: Closing as a duplicate of #3286. Thank you for the great test case! :)
- 7:51 PM Ticket #3036 (click, mouseover and mouseout do not work properly in Firefox) closed by
- invalid: Script tags cannot be self closing.
- 7:42 PM Ticket #2953 (Strange behavior of opera's getPropertyValue on element with display none) closed by
- fixed: Just tested with jQuery SVN and it works as expected in Opera.
- 7:29 PM Ticket #4614 (submit bug?) closed by
- invalid: Your selectors are incorrect. Give your forms an id that is the same …
- 4:41 PM Ticket #4628 (Jquery.animate div with swf ( the swf blinks )) created by
- The Setup: I have setup a basic html page using swfObject 2.0 to embed …
- 2:21 PM Ticket #4627 (JQuery appendTo Bug) created by
- <script type="text/javascript"> var controllerID='11'; var …
- 1:57 PM Ticket #4626 (How jQuery Works Tutorial Missing Chainability Section) created by
- Last week, there was a section in the How jQuery Works tutorial about …
- 1:05 PM Ticket #4625 (Problem using $.post) created by
- Iḿ trying to use $.post to send data to my server. At server i'm …
- 1:57 AM Ticket #4624 (Charset in default ajaxSettings.contentType) created by
- ajaxSettings.contentType must be "application/x-www-form-urlencoded; …
May 4, 2009:
- 9:45 PM Ticket #4623 (css min-height / min-width breaks animation) created by
- In my opinion the way our method css('min-height','...') works …
- 8:39 PM Ticket #4622 (Jquery cannot get .text() or .html() from Div in IE8) closed by
- worksforme: I am not seeing any problem with IE8 8.0.6001.18702 (the shipping …
- 1:41 PM Ticket #4622 (Jquery cannot get .text() or .html() from Div in IE8) created by
- If you end a <div> tag with <div /> instead of <div> </div> you …
- 12:26 PM Ticket #4621 (filter("...:first") expands original selector) created by
- I create a selector, then filter() that selector and put a length …
- 6:37 AM Ticket #4620 (Permission Denied Exeption) created by
- see screenshot
- 12:58 AM Ticket #2698 (Traversing all elements and unbinding all events causes major slowdown ...) closed by
- fixed
- 12:58 AM Ticket #2156 (jQuery should use DOMContentLoaded with WebKit >= 525) closed by
- fixed: Resolved in jQuery 1.3.x
- 12:56 AM Ticket #2141 (Make shortcut syntax for the focus and the blur event) closed by
- wontfix: Going to leave this to a plugin unless it becomes wildly popular.
- 12:54 AM Ticket #3439 (Additional tests for non-DOM object events) closed by
- fixed: applied in r6338, thanks.
- 12:54 AM Changeset [4460d5a]1.12-stable2.2-stablekillphp by
- test/unit/event.js
May 3, 2009:
- 11:16 PM Ticket #4602 ($.post callback error) closed by
- invalid: The bug tracker is for jQuery bugs. It sounds like you are asking for …
- 10:30 PM Ticket #3424 (curCSS does expensive, unnecessary checks on every call when used in WebKit) closed by
- fixed: This was addressed in 1.3
- 10:29 PM Ticket #4276 (height/width cleanup) closed by
- duplicate: The dimensions module has since been cleaned up.
- 8:37 PM Ticket #4592 (Invalid element by specified index) closed by
- worksforme: The first case shouldn't be surprising since the docs say
:eq
… - 8:19 PM Changeset [31b5731]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 8:11 PM Ticket #4425 (hasDuplicate namespace is in global context) closed by
- fixed: fixed in r6336
- 8:06 PM Ticket #4615 (Incompatible with Windows SP3) closed by
- invalid: If you want this to be investigated, please provide more information …
- 8:05 PM Changeset [d72b8307]1.12-stable2.2-stablekillphp by
- src/selector.js
- 7:59 PM Ticket #4618 (jQuery(html) cannot work well. (bug?)) closed by
- invalid: The
.find()
method finds elements *below* the elements you … - 7:55 PM Ticket #4619 (submit(fn) cannot work in jquery 1.3.2) closed by
- invalid: When
.submit()
is called with a function argument, it merely … - 1:58 PM Ticket #4536 (jQuery.isFunction fix for built-in IE functions) closed by
- wontfix: As dmethvin stated, this functionality was intentionally removed from …
- 1:02 PM Changeset [c6b5926]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 11:57 AM Changeset [3a80de1]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 11:22 AM Ticket #4619 (submit(fn) cannot work in jquery 1.3.2) created by
- I am using jquery 1.3.2. I write code to find a form and submit with a …
- 11:13 AM Ticket #4618 (jQuery(html) cannot work well. (bug?)) created by
- I am using jQuery 1.3.2, development version. Please check the codes: …
May 2, 2009:
- 6:35 PM Changeset [e45b416]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 5:15 PM Ticket #3825 (enhance .toggleClass) closed by
- fixed: Added in r6332.
- 5:14 PM Changeset [5e6e538]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 3:24 PM Ticket #3971 (.index() enhancement) closed by
- fixed: While I can understand the potential confusion about passing a jQuery …
- 3:23 PM Changeset [d415e0a]1.12-stable2.2-stablekillphp by
- test/unit/core.js
- 3:22 PM Changeset [ffd457d]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 3:14 PM Ticket #4617 (xml() function, or addition to html() function) created by
- Not sure what the preference would be - the advantage of making an …
May 1, 2009:
- 7:27 PM Ticket #4616 (get .css() class style) created by
- I'm sure this has been reported, just can't find a bug. Using .css() …
- 12:23 AM Ticket #4615 (Incompatible with Windows SP3) created by
- OS: Windows XP SP3 Incompatibility: IE 6 and Chrome
Apr 30, 2009:
- 10:40 PM Ticket #4614 (submit bug?) created by
- […] the submitted form always takes the action of the second form? …
- 9:31 PM Ticket #4611 (Attribute type checkbox return undefined) closed by
- invalid: I think you meant: […]
- 9:01 PM Ticket #3681 (Opera 9.62 jquery errors and non valid css) closed by
- worksforme: This worksforme with the latest opera 9.64
- 8:59 PM Changeset [cbda6c5]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/ajax.js
- 8:36 PM Changeset [96fd5f1]1.12-stable2.2-stablekillphp by
- src/event.js
- 8:30 PM Ticket #4396 (the function css('height') returns "0px" in Opera) closed by
- worksforme: This works for me, both css("width") and width(), in Opera 9.64.
- 8:22 PM Ticket #2620 (event.fix() possible null dereference) closed by
- fixed
- 8:21 PM Changeset [c6db93c]1.12-stable2.2-stablekillphp by
- src/event.js
- 8:02 PM Changeset [a4b8fed]1.12-stable2.2-stablekillphp by
- src/event.js
- 5:50 PM Ticket #4532 (Live event handlers don't receive custom event data) closed by
- fixed: fixed in r6325
- 5:50 PM Changeset [aef1989]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 5:46 PM Ticket #4612 (.live() should accept an optional data param like bind) closed by
- fixed
- 5:45 PM Ticket #4613 (add and remove special event hooks) closed by
- fixed: fixed in r6324
- 5:44 PM Changeset [71efbdd]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 5:40 PM Ticket #4613 (add and remove special event hooks) created by
- It was proposed by Mike Helgeson to refactor the specialAll hooks into …
- 5:35 PM Ticket #4612 (.live() should accept an optional data param like bind) created by
- Should follow the standard for bind: .live( type, [data], fn ).
- 5:10 PM Ticket #4197 (live events' "click" handler catches right clicks (unlike normal click ...) closed by
- duplicate: Closing, duplicate of #3861
- 3:44 PM Ticket #4611 (Attribute type checkbox return undefined) created by
- Hi, Simply, with this html : <input type="checkbox" id="CK" …
Apr 29, 2009:
- 9:26 PM Changeset [287ecdb]1.12-stable2.2-stablekillphp by
- src/event.js
- 6:48 PM Ticket #4610 (Image width calculation) created by
- Sorry that my debugging skills may not be up to par, but I think I may …
- 6:04 PM Ticket #3398 (Events register on the wrong window in IE) closed by
- fixed: Fixed in r6316
- 6:04 PM Changeset [45b8d25]1.12-stable2.2-stablekillphp by
- test/unit/event.js
- 5:47 PM Ticket #4241 (Namespaced events cause memory leaks) closed by
- fixed: I had a really difficult time getting a reliable test case to verify …
- 5:46 PM Ticket #4609 (jQuery("...").unbind() doesn't unbind namespaced events) closed by
- fixed: Fixed in r6321
- 5:45 PM Changeset [851846a]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 5:44 PM Ticket #4609 (jQuery("...").unbind() doesn't unbind namespaced events) created by
- When calling .unbind() without passing anything, namespaced events are …
- 3:24 PM Ticket #4608 (Overflow left "visible" vs return to "auto" after animate on Safari on ...) created by
- On some (but not all) Macs running one of our apps under Safari (and …
- 10:20 AM Ticket #4607 (strange selector behaviour) created by
- i was using jquery version 1.2.6, and blewo selector works just fine …
- 8:09 AM Ticket #4606 ("prev ~ siblings" broken in 1.3.2) created by
- The following code works in 1.3.1 and doesn't in 1.3.2.
- 7:38 AM Ticket #4605 (Siblings (~) selector doesn't work right) created by
- $("#some_id ~ div") doesn't select DIV siblings if element with …
Apr 28, 2009:
- 6:44 PM Ticket #4604 (replaceWith is not removing old content before adding new content) created by
- I have multiple select boxes under a div, and when I use replaceWith …
- 5:58 PM Ticket #4603 (selector :last has incorrect behaviour on google chrome) created by
- see the attached file: version 1: correct id var …
- 2:49 PM Ticket #4602 ($.post callback error) created by
- I'm writing the second script in jQuery and the second time I'm …
- 12:33 PM Ticket #4601 (support *not* adding X-Requested-With) created by
- http://groups.google.com/group/jquery-dev/browse_thread/thread/2803240d …
- 10:12 AM Ticket #4600 (mouseleave event not fired when moving from a input button to a input ...) created by
- Full description and example here: http://www.temega.co.uk/dump/4pqjql.html
- 2:07 AM Ticket #4599 ("Better" Event delegation) created by
- Although live is a great step forward ... I wonder if jQuery would …
- 1:42 AM Ticket #4598 (Adding capture to allow better event delegation) created by
- in event.js line 10 from add: function(elem, types, handler, data) { …
Note: See TracTimeline
for information about the timeline view.