Timeline
Jan 28, 2009:
- 10:55 PM Ticket #4020 (ID/Name Selector Bug) created by
- I was just using jQuery 1.3.1 when I came across an issue in IE7. When …
- 9:19 PM Ticket #4019 (Inconsistent selector behavior when selecting from a subset of html ...) created by
- When using a selector in the form of $("element",html), the behavior …
- 6:12 PM Ticket #4018 (documentation incorrect for jQuery.support.tbody) created by
- currently at http://docs.jquery.com/Utilities/jQuery.support it says: …
- 6:02 PM Ticket #4010 (expression $("*[@anyattribute=value]") makes error) closed by
- invalid: The [@attr] syntax was deprecated quite a while back, and is no longer …
- 5:38 PM Changeset [ce00f88]1.12-stable2.2-stablekillphp by
- src/event.js
- 3:29 PM Ticket #4017 (IE7 wants to run ActiveX add-on) created by
- I just started using 1.3.1. When I do and I load my site in IE7 (on …
- 2:29 PM Ticket #4016 ([IE 6 & 7] Errors when traversing child elements after inserting ...) created by
- IE 6 throws an error when traversing a parent's child nodes if the …
- 1:49 PM Ticket #4015 (Animation causes repeated div background image requests in IE6) created by
- Scenario: A page has a div with a background-image. An event …
- 1:43 PM Ticket #4014 (boxModel check affects page layout) created by
- The DIV inserted by the check for box model in use in support.js (line …
- 1:33 PM Ticket #4013 (:enabled no longer finds hidden elements) created by
- A form element with <item type="hidden"> will POST with those hidden …
- 1:22 PM Ticket #4012 (Live() support for focus,blur,change,select,submit,reset events in IE) created by
- Live() does not work for focus,blur,change,select,submit,reset because …
- 9:34 AM Ticket #3104 (setting a value on a select element ambiguous) reopened by
- I'm sorry to say it was not. The problem still exists. The solution …
- 9:12 AM Ticket #3104 (setting a value on a select element ambiguous) closed by
- fixed: It sounds like this was fixed in jQuery 1.3.
- 4:33 AM Ticket #4011 (Internet explorer 7.0.6001.18000 crashes on append) created by
- Running […] in IE 7.0.6001.18000 will crash the browser. Bug found …
- 4:19 AM Ticket #4010 (expression $("*[@anyattribute=value]") makes error) created by
- Using * instead one of the elements names (for example …
- 3:43 AM Ticket #4009 (Ajax does not work properly in Internet Explorer) created by
- In Internet Explorer, When you try to reload a value from sever with …
Jan 27, 2009:
- 10:03 PM Ticket #4008 (Animate border width issue in Opera) created by
- Opera has a rendering bug that causes problems when setting a border …
- 7:14 PM Ticket #3953 (val() on select isn't correct... ?) closed by
- duplicate: This is a dup of #3104.
- 4:44 PM Ticket #4007 (replaceWith error) created by
- I wrote a javascript function to validate phone numbers, and included …
- 3:57 PM Ticket #4006 (Selector 'input[type="text"][value=""]' fails) created by
- Using the following selector fails in 1.3.1: …
- 2:08 PM Ticket #3941 (jQuery 1.3.0 and current SVN pack versions $('select').val() returns ...) closed by
- wontfix: Yeah, we no longer support packed scripts - pleased use minification …
- 12:51 PM Ticket #4005 (All Plugins break with 1.3.1, worked in 1.3.0 (not plugin specific)) created by
- It seems something changed between 1.3.0 and 1.3.1 in which ALL our …
- 12:02 PM Ticket #4004 (Speed up DOM removal by decoupling event.remove and removeData) created by
- (as discussed …
- 5:54 AM Ticket #4003 (serializeArray / map) created by
- please excuse my bad english jquery-1.3.js line: 3179 to 3186 / …
- 3:52 AM Ticket #4002 (Problem with selectors in Safari) created by
- I encountered a really weird problem in Safari in the 1.3+ releases of …
Jan 26, 2009:
- 11:45 PM Ticket #4001 (setInterval leak in function custom) created by
- jQuery.fx.prototype.custom uses jQuery.timers.push(t) == 1 as a guard …
- 10:43 PM Ticket #2793 (UI: Draggable + Resizable does not work) closed by
- fixed: Fixed 8 months ago. See [http://ui.jquery.com/bugs/ticket/2793 the UI …
- 10:28 PM Ticket #4000 (overflow bug using .animate webkit browsers - element loses overflow ...) created by
- I've attached a file with examples of all the cases where this …
- 5:33 PM Ticket #3999 (toArray()) created by
- An more explicit way to get an array from a jQuery object. toArray( …
- 5:27 PM Ticket #3989 (Alll links on bind docs go to 404) closed by
- fixed: Looks like this was fixed by Kswedberg today. (Thanks Karl!)
- 5:17 PM Ticket #3325 (Website UI Error) closed by
- worksforme: tested in FF 3 Mac, Safari 3.x Mac, and IE 6. Can't replicate the problem.
- 5:14 PM Ticket #3021 (Downloadable documentation) closed by
- fixed: documentation is now available via an Adobe Air app. See …
- 5:11 PM Ticket #2684 (http://docs.jquery.com/ html rendering problem) closed by
- fixed: all the empty p and br tags have been removed
- 5:03 PM Ticket #3350 (Documentation screen layouts are broken) closed by
- fixed: these issues have been fixed
- 2:54 PM Ticket #3998 (find() method only return the first match element) created by
- When I Used find() method, e.g. $(this).find('span.myClass'), it only …
- 1:02 PM Ticket #3997 (Address Rewriting Trailing Slash Bug in IE7) created by
- Having a valid page url containing a trailing slash (quite common in …
- 10:42 AM Ticket #3996 (Live events and triggerHandler()) created by
- It seems triggerHandler() doesn't trigger live events as expected. A …
- 10:31 AM Ticket #3995 (jQuery(array) and get()) created by
- On every jQuery(array) call, the array is unnecessary cloned before …
- 9:52 AM Ticket #3994 ($('#id1 > div') does not work correct in Opera 9.27) created by
- Child selector in the attached file finds two elements in Opera 9.27 …
- 8:53 AM Ticket #3993 (Framesets in Opera not working with jQuery 1.3) created by
- Framesets do not work in Opera when jquery is included in the parent …
- 8:49 AM Ticket #3992 (remove new line in version.txt) created by
- The trailing new line was removed in [6114] but has been added again. …
- 5:21 AM Ticket #3991 (Selector [attribute=""] doesn't work) created by
- $('form input[value=""]) or $('form input[value!=""]) doesn't work. …
- 5:19 AM Ticket #3990 (1.3.1 selector bug - $('input[value=""]')) created by
- This works in 1.2.6 http://pastebin.me/497d8dc0b9e3a In 1.3.1 …
Jan 25, 2009:
- 9:48 PM Ticket #3989 (Alll links on bind docs go to 404) created by
- All the links on "Events -> Event Handling -> bind" page at …
- 9:20 PM Ticket #3604 (JQuery Animate Sometimes Does Not Fade In Offscreen Elements (Opacity IE)) closed by
- duplicate
- 9:00 PM Ticket #3937 (Problems with mozzila firefox and slideDown) closed by
- duplicate: This is a duplicate of #3177.
- 8:47 PM Ticket #2361 ($('#element_id').show('slow/fast') losses overflow style) closed by
- worksforme: This works in 1.3.1.
- 8:10 PM Ticket #3458 (Slow performance in IE6/7) closed by
- invalid: You're better off asking questions like these in the forums, since …
- 8:04 PM Ticket #3839 (table caption slideDown slideUp bugs) closed by
- wontfix
- 3:33 PM Ticket #3988 ($(document).ready() fires after images load in IE) created by
- In IE, $(document).ready() fires after images are fully loaded. This …
- 2:11 PM Ticket #3504 (Thickbox is not working in IE7.0.5730.13 (It is very urgent)) closed by
- duplicate: The problem mentioned in those pages is already a bug at #3402, so …
- 1:25 PM Ticket #3975 (Problem in opacity animation) closed by
- invalid: Here's the basics of the test code:
[…]
The
.stop()
method is … - 1:18 PM Ticket #3974 (Problem in opacity animation) closed by
- duplicate: Dup of #3975 which has the test case.
- 1:07 PM Ticket #3978 (unrecognized expression after jquery update to 1.3.1) closed by
- invalid: Yes, @ is no longer allowed.
- 1:06 PM Ticket #3979 (jQuery('.class') returns only one element) closed by
- worksforme
- 1:01 PM Ticket #3987 ($('tr:even').addClass() and $('tr:odd').addClass() doesn't work) closed by
- worksforme: Works for me as well; if it's broken in a specific situation, please …
Jan 24, 2009:
- 7:49 PM Ticket #3987 ($('tr:even').addClass() and $('tr:odd').addClass() doesn't work) created by
- $('tr:even').addClass() and $('tr:odd').addClass() doesn't work
- 6:45 PM Ticket #3427 (Jörn's name is misspelt on ui.jquery.com/about) closed by
- fixed: This appears to have been fixed.
- 6:42 PM Ticket #901 (Sorting the plugins page by plugin name) closed by
- fixed: We've have moved the plugins page to an entire plugins site at …
- 2:07 PM Ticket #3986 (slideUp/slideDown clobbers inline overflow-x/y) created by
- To demostrate the problem here is the example code: <div id="mydiv" …
- 12:47 PM Ticket #3985 (bind() does not work in a page generated from XML with XSLT within ...) created by
- Please look at the attached files. When I run XSLT transformation …
- 11:07 AM Ticket #3984 (XmlHttpRequest.abort() does not fire ajaxStop event) created by
- The ajaxStop event is not being fired if a request is canceled via …
- 10:20 AM Ticket #3983 ([autocomplete] Problems with remote fetching when ajaxSetup is used.) created by
- I noticed that the autocomplete plugin wont work with remote data if …
Jan 23, 2009:
- 10:36 PM Ticket #3982 (jQuery.error event gets incorrect arguments) created by
- The $(window).error() event/method doesn't pass the documented …
- 8:34 PM Ticket #3981 (IE 6 & 7 reports incorrect CSS opacity values in jQuery 1.3.1) created by
- n IE 6 & 7, jQuery 1.3.1 seems to return incorrect CSS opacity values …
- 8:24 PM Ticket #3980 (.live() delegation can be friendly if it mimics the the propagation order) created by
- As discussed in the jquery-dev list on the topic: …
- 4:31 PM Ticket #3979 (jQuery('.class') returns only one element) created by
- v 1.3.1 seems to find the first element of a certain class only. E.g. …
- 4:15 PM Ticket #3978 (unrecognized expression after jquery update to 1.3.1) created by
- After I upgrade to Jquery.1.3.1 , I received this error in my code …
- 3:54 PM Ticket #3977 (WebKit - Empty Class Attributes using Context argument) created by
- In Webkit (tested in Chrome v1.0.154.43 and Safari v3.2.1), selecting …
- 3:10 PM Ticket #3976 (:not returning different results than .not) created by
- In the example given below these two return the expected elements …
- 2:36 PM Changeset [d1a34f7]1.12-stable2.2-stablekillphp by
- src/selector.js
- 1:01 PM Ticket #3975 (Problem in opacity animation) created by
- if you hovering in & out couple of times in the image in my example …
- 1:00 PM Ticket #3974 (Problem in opacity animation) created by
- if you hovering in & out couple of times in the image in my example …
- 11:02 AM Ticket #3973 (Selector now only finding 1 element with class) created by
- In 1.2.6, I've been successfully using $('div.module') to find all …
- 10:43 AM Ticket #3972 (input.val() interprets null as 'null' in IE7) created by
- If I set the value of an input box with .val(null), IE7 inserts the …
- 10:32 AM Ticket #3504 (Thickbox is not working in IE7.0.5730.13 (It is very urgent)) reopened by
- *Cough*... This is 100% jQuery-related: …
Jan 22, 2009:
- 10:43 PM Ticket #3971 (.index() enhancement) created by
- It would be useful to be able to use the .index() method to find the …
- 7:59 PM Ticket #3970 ([validate] validate all fields with same name attribute) created by
- I need the "key" in "rules" to refer to all elements with that name …
- 7:19 PM Ticket #3969 (Error in 1.3.1 on line 3670) created by
- this[i].style has no properties I started to reference 1.3.1 where …
- 7:15 PM Ticket #3968 (ID-based lookup much slower on large pages) created by
- In the Ajax-based commenting system at my site, when a user clicks a …
- 5:12 PM Ticket #3967 ([validate] dependTypes[string] error and fix) created by
- line#671 in dependTypes original: return !!$(param, …
- 4:11 PM Ticket #3966 (Event doesn't get attached to all newly created elements when element ...) created by
- I am creating a new div and assigning a mouseover event to it. I am …
- 3:22 PM Ticket #3965 (serialize bug in IE) created by
- when using .serialize(), if any input in your selection has an ID of …
- 3:02 PM Ticket #3964 (Multiple click events fire on a single click) created by
- I'm not sure if this is a jQuery issue or an ASP.NET AJAX issue. I …
- 2:59 PM Ticket #3963 (change function with IE) created by
- specifically with IE7, the change event doesn't seem to fire till i …
- 2:36 PM Ticket #3962 ($.getScript leaks in IE) created by
- I've found and fixed a small memory leak in the jQuery 1.2.6 codebase …
- 2:24 PM Ticket #3961 (XML selector doesnt work as it should, in IE6) created by
- Here is the example to explain http://pastebin.com/m4d396434 It …
- 2:10 PM Ticket #3960 (Additional $.support property to detect IE6) created by
- In order to transition away from $.browser to $.support, people are …
- 12:15 PM Ticket #3959 (How jQuery Works page links all broken by demo link.) created by
- http://docs.jquery.com/How_jQuery_Works is broken. The "demo" code …
- 12:11 PM Ticket #3958 ($('.someclass[initialized!=1]') fails in 1.3; works in 1.2) created by
- Say i have several elements with class='someclass' and they DON'T have …
- 10:29 AM Ticket #3957 (endless loop in jquery.post) created by
- If you call jquery.post in a success callback for an earlier …
- 10:23 AM Ticket #3956 (serializeArray() return a empty array) created by
- In little form serializeArray() work. But when tu form is big, …
- 10:09 AM Ticket #3955 (JavaScript error in new API browser for Event Handling 'bind' function) created by
- Using the online API browser at http://api.jquery.com/ use the menu to …
- 9:29 AM Ticket #3954 (Attribute selector in IE (at least)) created by
- Using [name='foo'] gives no results. Using [name = 'foo'] gives …
- 8:22 AM Ticket #3953 (val() on select isn't correct... ?) created by
- In the jQuery libray there's the next code (line 462 of jQuery 1.3.1) …
- 7:22 AM Ticket #3952 (Cross document error in $.clone for !$.support.noCloneEvent browsers) created by
- Cloning a node in a child iframe document results in an error on …
- 7:01 AM Ticket #3951 (New /= regex filter) created by
- A regex attribute filter that might be very useful for xml data …
- 5:50 AM Ticket #3950 ($("select option[value='']") fails) created by
- $("select option[value=]").addClass("highlight") This fails on …
- 3:06 AM Ticket #3949 (filter is not a function) created by
- In jquery-1.3.1.js, one of my scripts fails (where it didn't in 1.2.6) …
- 12:37 AM Ticket #3948 (wrap() throws NS_ERROR_DOM_HIERARCHY_REQUEST_ERR exception) created by
- wrapping an element in the document tree throws an exception in …
- 12:06 AM Ticket #3947 (Selectors with "$" symbol) created by
- I have ran into this problem where I was using the a star rating …
Jan 21, 2009:
- 9:58 PM Ticket #2400 (error message: event.type has no properties) closed by
- invalid: The changes to jQuery 1.3 events have mooted this, I think.
- 9:42 PM Ticket #3923 (.css('background-image') returns different result for in ie and the others) closed by
- invalid: See the W3C: http://www.w3.org/TR/CSS21/syndata.html#uri Quoting is …
- 8:42 PM Changeset [2ff3e49]1.12-stable2.2-stablekillphp by
- version.txt
- 8:42 PM Ticket #3936 (Documentation for isFunction should specify what it works for) closed by
- fixed: I did some edits to the page. …
- 7:30 PM Changeset [8b79ea1]1.12-stable2.2-stablekillphp1.3.1rc1 by
- version.txt
- 7:29 PM Changeset [5143ecb]1.12-stable2.2-stablekillphp by
- src/selector.js
- 7:11 PM Changeset [b438d83]1.12-stable2.2-stablekillphp by
- test/unit/selector.js
- 6:57 PM Ticket #3946 (Some UI effects fail in 1.3) created by
- In upgrading to 1.3 I noted that several of the UI effects (such as …
- 6:56 PM Changeset [68b49cf]1.12-stable2.2-stablekillphp by
- src/selector.js
- 6:51 PM Ticket #2859 (Datepicker 3.4.3 'change' commits changes to all datepickers) closed by
- fixed: Fixed. Change should only affect the targetted controls.
- 6:49 PM Ticket #2074 (datepicker does not display correctly using blueprint css framework) closed by
- wontfix: No further response
- 6:48 PM Ticket #2236 (First day of week bug) closed by
- fixed: Fixed.
- 6:43 PM Ticket #2898 (numberOfMonths) closed by
- fixed: Fixed - width calculation was incorrect.
- 6:42 PM Ticket #2155 (Range select and disabled dates) closed by
- fixed: Fixed.
- 6:41 PM Ticket #2876 (DatePicker: selectors don't fire any event.) closed by
- fixed: onChangeMonthYear added and passes new year and month (1-12) as parameters.
- 6:33 PM Changeset [58a17e6]1.12-stable2.2-stablekillphp by
- src/selector.js
- 6:31 PM Changeset [d45f193]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 6:19 PM Ticket #3945 (#id returns nothing in XML documents) closed by
- fixed: Fixed in SVN rev [6151].
- 6:19 PM Changeset [7d9d210]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 6:17 PM Ticket #3945 (#id returns nothing in XML documents) created by
- Also, [name=foo] errors out in IE on an XML document. See: …
- 6:00 PM Ticket #3840 (Class name selector broken with capital letters on Safari Version ...) closed by
- fixed: Fixed in SVN rev [6150].
- 5:57 PM Changeset [f9a58497]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/index.html
- test/unit/selector.js
- 5:36 PM Ticket #3884 ([name!=val] failing) closed by
- fixed: Fixed in SVN rev [6149].
- 5:36 PM Changeset [9b3804a]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 5:12 PM Ticket #3944 (Browser freeze with jQuery 1.3 and Firebug) created by
- I've recently started using the latest 1.3.0 release in a …
- 5:02 PM Ticket #3924 ((nth/first/last)-child selector bug) closed by
- fixed: Thanks for the test case, I just fixed this in SVN rev [6147].
- 5:01 PM Changeset [626961c]1.12-stable2.2-stablekillphp by
- src/selector.js
- test/unit/selector.js
- 4:47 PM Ticket #3874 (timeout appears to have problems) closed by
- fixed: While that patch did resolve this specific issue, it caused the test …
- 4:46 PM Changeset [00b70c7]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 4:08 PM Ticket #3943 (Parsing xml from hiddenField) created by
- Hi, First, Thanks for the help. I am storing xml in a hidden field …
- 3:41 PM Ticket #3942 (Width/height animation bug in IE6/IE7 in quirck mode) created by
- The problem: In IE6 or IE7 in quirks mode (i.e.:with no …
- 12:50 PM Ticket #3941 (jQuery 1.3.0 and current SVN pack versions $('select').val() returns ...) created by
- The packed version val() method seems broken. Following code (with …
- 10:15 AM Ticket #3940 (after() and before() fail after newly created jquery elements) created by
- I have notice that the after() and before() functions fail after a …
- 8:50 AM Ticket #3939 (IE7 Line 3427 (jQuery 1.3 rev6104) xhr.readyState is null or not an object) created by
- Shows only in IE7. I think this bug shows because one crucial check is …
- 8:08 AM Ticket #3938 (Construction $(selector,context) in Safari browser) created by
- In Safari 3.1.2 (525.21) on Windows construction …
- 7:47 AM Ticket #3937 (Problems with mozzila firefox and slideDown) created by
- I am using slideDow to show a simple div named "celulaDetalhes". But, …
- 7:07 AM Ticket #3936 (Documentation for isFunction should specify what it works for) created by
- This is very easy to fix, I guess. I think it would be useful if the …
- 4:52 AM Ticket #3935 (No mouseenter event if Fx when moving mouse through block with scroll) created by
- Fx 2 and 3 have bug: …
- 3:26 AM Ticket #3934 (Bug on closing IE7 with jQuery 1.3) created by
- Almost always when I close IE7, an error throws (in remove function) …
- 2:46 AM Ticket #3933 (Empty attribute selectors) created by
- $("[value=]") or $("[value=]") returns unfilled form elements in …
Note: See TracTimeline
for information about the timeline view.