Bug Tracker

Timeline


and

05/01/07:

21:36 Changeset [7fa12b412b7e965ca7a37c9281dd6321c2fe284c] by John Resig <jeresig@…>
  • src/selector/selectorTest.js
Rev [1827] broke the two XPath sibling selectors.
21:31 Changeset [c512984303f3d2148c4a755ccb1f41bfcbcf9527] by John Resig <jeresig@…>
  • src/selector/selector.js
  • src/selector/selectorTest.js
We're not adding new selector features in until a new full release. Please discuss features like this in the dev mailing list, and in the bug tracker, before committing code.
21:27 Changeset [c0cc8edd5dc9742291dcf353e31fe02125146793] by John Resig <jeresig@…>
  • src/jquery/coreTest.js
This test is expected to fail.
21:03 Changeset [67c640bb206d0c8b16042c0981fb25540ee47bdf] by Brandon Aaron <brandon.aaron@…>
  • src/jquery/jquery.js
Moving constructor code to jQuery.prototype.init for more flexibility
20:26 Ticket #1155 ($("*") returns comments in IE) created by john
A jQuery selector should only ever return elements.
19:57 Ticket #1154 (Gracefully ignore non-elements) created by john
A good deal of functionality would be possible (e.g. .childNodes()) and …
16:41 Ticket #1153 (IE sometimes objects to jquery.event.fix) created by wizzud
I have a problem with IE and the fix method of jquery.event, whereby it …
10:43 Ticket #1101 (Support of $.browser.version) reopened by hobbit
Replying to john: You detect the browser engine (gecko, …

04/30/07:

18:11 Ticket #1152 (Safari (not Webkit) crashes with $(<toomuchtext>)) created by martin.heidegger
If you have a too long string (even valid) in $("... here ..."); then …
17:38 Changeset [13d2ef9282db6be4a0030ce1319948410f0bd2b6] by Corey Jewett <cj@…>
  • src/jquery/coreTest.js
Changed test count to get the green bar back
17:31 Changeset [2e448273f5674958fcb05073791dadd92fa8bcd0] by Corey Jewett <cj@…>
  • src/selector/selectorTest.js
TDD. Broken test case, need to fix xpath parser...
16:36 Ticket #1151 (Sortable width on drag) created by ds.highwind
There is a problem with sortables made of unordered lists (at lest in …
13:13 Changeset [672090463c893216e490b1e7a5bd44c816238021] by Brandon Aaron <brandon.aaron@…>
  • build/test/index.html
Completed test for Rev 1820 (#1044)
03:19 Ticket #1148 (Window load and resize events fail in Safari) closed by brandon
fixed: Okay ... round and round we go. It looks like document.ready and load are …
02:20 Ticket #1148 (Window load and resize events fail in Safari) reopened by brandon
Never mind. I didn't wrap the event handlers in document.ready. :) …
02:09 Ticket #1148 (Window load and resize events fail in Safari) closed by brandon
worksforme: This works for me.  http://brandon.jquery.com/testing/1148/test.html
01:51 Ticket #1098 (addClass, removeClass and togleClass in IE) closed by brandon
worksforme: This works for me. Feel free reopen with a test case.
01:45 Ticket #1044 (Error appending colgroup) closed by brandon
fixed: Fixed in Rev. [1820]
01:43 Changeset [5c54a4b8ee5cfea3aff55a1122b187b731319e61] by Brandon Aaron <brandon.aaron@…>
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
Append colgroup and col elements (#1044)

04/29/07:

23:39 Ticket #1150 (Imagebox corrections proposal) created by Spyroland
Here are some change proposals for imagebox: 490,494d489 < center the …
18:45 Ticket #922 (Fix Strict Warnings) closed by john
fixed: Fixed in SVN rev [1817].
18:39 Changeset [74a8e206231162b005d95b667343678f786ae272] by John Resig <jeresig@…>
  • build/test/data/testrunner.js
  • src/event/event.js
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
  • src/selector/selector.js
Query now throws no warnings under strict mode in Firefox (ticket #922). In fixing this, revision [1771] was discovered and reverted (no API changes are being added in at this time), and a couple un-functioning test cases were fixed (array comparisions were being done for objects).

04/28/07:

18:54 Ticket #1149 (offsetParent exception in MSIE) created by offwhite
There is a bug in IE when using offsetParent. It is explained at the link …
15:52 Ticket #920 (Selectors by class names fail in IE 5.5) closed by john
wontfix: Unfortunately, IE 5.5 is no longer supported by jQuery. Maybe we'll be …
15:51 Ticket #932 (E:first-child selector doesn't return anything in Win-IE5.5, E:first does) closed by john
wontfix: Unfortunately, IE 5.5 is no longer supported by jQuery.
15:51 Ticket #963 (IE 7 can't request file:// via XHR) closed by john
fixed: This has been fixed in SVN (by joern).
15:50 Ticket #987 (IE (below 7) always uses POST (XMLHttpRequest simplified too much)) closed by john
invalid: This may be the case in IE 5.5 but it's not in IE 6. Since IE 5.5 isn't …
15:45 Changeset [e95a6cc746f9217fa285a87c2e9c0705babf2824] by John Resig <jeresig@…>
  • src/selector/selectorTest.js
Forgot to remove the test cases for XPath [n]. (Ticket #995)
15:43 Changeset [09a2e48f45ca106c937d2fbee9e7586ab514dbe7] by John Resig <jeresig@…>
  • src/selector/selector.js
Removed support for the XPath [n] - we weren't doing it right, and it would actually require a lot of code to "do it right" (much more than what the feature is immediately worth). See ticket #995.
15:39 Ticket #1084 (jQuery.find can't handle underscores in nodeNames) closed by john
fixed: Fixed in SVN rev [1810].
15:39 Changeset [fce2bdf7ff1d5a293690c65de36a7824a50bc54f] by John Resig <jeresig@…>
  • build/test/index.html
  • src/selector/selector.js
  • src/selector/selectorTest.js
Added support for finding elements that have underscores in their name (along with other allowed characters). Fix for ticket #1084.
15:34 Ticket #1101 (Support of $.browser.version) closed by john
fixed: Fixed in SVN rev [1809].
15:33 Changeset [610149fd19c087e51ccd5975ba2c2e5c3bfe49a8] by John Resig <jeresig@…>
  • src/jquery/jquery.js
Added jQuery.browser.version (see ticket #1101). Works in all browsers that we support.
15:00 Ticket #1134 (Better browser type and version detection) closed by john
duplicate: This should be mentioned as a follow-up to ticket #1101. It's important to …
14:53 Ticket #1139 (hide/show bug) closed by john
duplicate: This has already been resolved in SVN.
10:10 Ticket #1148 (Window load and resize events fail in Safari) created by eric
Calls to $(window).load and $(window).resize fail in Safari version …

04/27/07:

22:21 Ticket #1092 (ToggleText function requested) closed by john
wontfix: I'm not entirely sure what you're requesting, specifically - but this …
18:07 Ticket #1147 (Interface - Array broken on IE6/Safari/Konqueror (indexof)) created by wccrawford
The 'older browser helper' function in iutil.js causes arrays to exhibit …
02:47 Ticket #1130 (JS error in IE and FireFox in ASP.NET 2.0 after reloading page) closed by brandon
fixed: In the latest SVN we have moved to using DOM 2 event handlers which will …

04/26/07:

19:02 Ticket #390 (Can't attach IFrame's load event/IE7) closed by brandon
fixed: With the move to DOM Level 2 event handlers in the latest SVN this is now …
18:54 Ticket #1061 (Bug during refresh in ie 6 & 7 - at least with Iframes) closed by brandon
fixed: Fixed in Rev. [1795].
18:52 Changeset [fba422541a06a05ead698e1bffe4c7ec9a05ba22] by Brandon Aaron <brandon.aaron@…>
  • src/event/event.js
Fix for #1061
18:05 Ticket #1146 (Wrong dom structure in ajax) closed by brandon
invalid: Get takes a 0 based number of which element to pull from the jQuery …
13:42 Ticket #1146 (Wrong dom structure in ajax) created by RSA
== index.html == […] == ajax.html == […] The problem is that you …

04/25/07:

23:27 Ticket #1142 (handle() should not iterate inherited members) closed by brandon
wontfix: Changes to the Object prototype are not supported and should be avoided. …
23:21 Ticket #815 (click event handler for checkbox gets fired twice) closed by brandon
wontfix: The issue happens when clicking the label. The change event would be more …
21:22 Changeset [33ee5c317d0f1aa64d8d8e567425dd8fe2789cd0] by Jörn Zaefferer <joern.zaefferer@…>
  • src/ajax/ajax.js
Minor cleanup
21:11 Changeset [0539495e865aa81f4124c2557c4f9514eeeaee3f] by Jörn Zaefferer <joern.zaefferer@…>
  • build/build/pack.js
  • build/js.jar
  • build/js/Packer.js
  • build/js/Words.js
  • build/js/base2.js
Updated build to packer3
19:48 Ticket #1086 (s.indexOf("<tr") OR s.indexOf("<TR") bug in internet explorer) closed by brandon
fixed: Fixed in Rev. [1786].
19:48 Changeset [5fae496933cf4cad5826fbd871d0db455dc2947e] by Brandon Aaron <brandon.aaron@…>
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
Fix for #1086: Append all caps HTML tags
18:42 Ticket #1114 (<LEGEND> with firefox) closed by brandon
fixed: Yes it is a bug and now it is fixed in Rev. [1785].
18:41 Changeset [958bed09da67c052dfa85c0bb8c0dc88873e5923] by Brandon Aaron <brandon.aaron@…>
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
Fix for #1114: Appending legend elements in Firefox
18:21 Ticket #1087 (prependTo/appendTo on select elements) closed by brandon
fixed: The select element has a length property and bailing out in jQuery.clean. …
18:19 Changeset [cb828f3dab6ec8439ac111246346a8d4b3205fed] by Brandon Aaron <brandon.aaron@…>
  • src/jquery/coreTest.js
  • src/jquery/jquery.js
Fix for #1087: Using appendTo with select elements
18:06 Ticket #1145 (error callback does not get called for many errors) created by jakecigar
I assumed (incorrectly) that the error callback would be called for …
16:47 Ticket #1117 (bug setting CSS borders; only appears in FireFox) closed by brandon
invalid: This is an issue with your layout. The border is being applied but it is …
12:18 Ticket #1144 (form.serialize() and character sets) created by tipiirai
I am using ISO-8851-1 in my form fields (i live in Finland) and when data …
09:08 Ticket #1143 (jQuery adds mergenum attribute on matched elements in MSIE) created by jf.hovinne
Using latest revision (r1775), the following code seems to add a …
07:23 Ticket #1142 (handle() should not iterate inherited members) created by flamefork
There is a bug when object.prototype has custom functions. Actually it was …

04/24/07:

22:53 Ticket #1096 ($(class).resize works only in IE) closed by brandon
invalid: The resize event in browsers other than IE only support the resize event …
22:44 Ticket #1043 (unbind() fails on events not attached by jQuery) closed by brandon
wontfix: jQuery will not remove events it did not bind. However I have seen a …
22:35 Ticket #935 (Event.data is a global event object) closed by brandon
fixed: Fixed in Rev. 1775.
22:35 Changeset [2897b1bd2383031b6764192dc1ccb1d1205139a3] by Brandon Aaron <brandon.aaron@…>
  • src/event/event.js
  • src/event/eventTest.js
unbind handlers with data + test (#935)
21:58 Ticket #1071 (this.$events is null) closed by brandon
fixed: With the move to DOM Level 2 event handlers conflicts with .Net events are …
21:54 Ticket #999 (ASP.Net 2.0 Page Scroll code is triggering the jQuery event handler ...) closed by brandon
fixed: With the move to DOM Level 2 event handlers this is now resolved. Fixed in …
21:52 Ticket #1140 (bind() incorrectly passes fn as data) closed by brandon
fixed: Fixed in Rev. 1773 and I change the != handler back to …
21:50 Changeset [14aafdf3191ca5da0dbd3c3fa3856dcc5a52c7be] by Brandon Aaron <brandon.aaron@…>
  • src/event/event.js
!= undefined :)
21:48 Changeset [11b64c1149a0d49d105b50a2869d74cbe18613ed] by Brandon Aaron <brandon.aaron@…>
  • src/event/event.js
  • src/event/eventTest.js
Don't pass handler function as data for events + test (#1140)
05:26 Ticket #1141 ($('#id').height() and $('#id').width() performance under IE7) created by Ihsahn
There's a big problem with performance of $('#id').height() and …
05:21 Ticket #935 (Event.data is a global event object) reopened by arrix
The fix introduces other problems. We are unable to unbind events bound …
04:50 Ticket #1140 (bind() incorrectly passes fn as data) created by arrix
If you call $(selector).bind(type, fn), fn will be used as data. So event …
Note: See TracTimeline for information about the timeline view.