Timeline
05/13/07:
- 23:13 Ticket #1182 ($().attr("maxlength") not working in IE) reopened by
- On second thought... a test case is always good.
- 22:15 Ticket #1165 (filter has some problem!!!!!!!!!!!!!!!!!!!) closed by
- invalid: You need to use .filter("#a, :first") - filter doesn't support array …
- 22:04 Ticket #1182 ($().attr("maxlength") not working in IE) closed by
- fixed: I think we're ok without a testcase for this one (since we test for …
- 17:59 Changeset [d0c68580e500a4b9ffd0bf577d82df6d0320659a] by
-
- src/jquery/jquery.js
- 17:53 Ticket #1182 ($().attr("maxlength") not working in IE) created by
- Most likely just need to add an entry into fix for maxlength: "maxLength".
- 17:35 Ticket #1084 (jQuery.find can't handle underscores in nodeNames) reopened by
- The test for this is failing in Opera.
- 17:20 Ticket #1169 (Selecting a form by ID fails if there's a form value element named "id" ...) closed by
- fixed: Fixed in SVN Rev [1896].
- 17:20 Changeset [7c6100f5ed840b49e8e0de1f9eb90ea2ef1c47ef] by
-
- build/test/index.html
- src/selector/selector.js
- src/selector/selectorTest.js
- 08:00 Ticket #1181 (Interface using $ alias (breaks prototype compatibility)) created by
- I haven't the time to look into this further, but a quick search through …
- 05:55 Ticket #1162 ($("<select>...</select>") double-wraps the value) closed by
- fixed: This is now fixed in Rev [1893].
- 05:53 Changeset [ff4f265bc0273bda0c8873d470aefa20170abc41] by
-
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 04:03 Ticket #1163 (oForm.elements problem in IE) closed by
- fixed: Fixed in Rev [1892]
- 04:01 Changeset [a34a1a599bf84e3cbf189d6c4afb2d025649398c] by
-
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 02:03 Ticket #1180 (FadeIn()) created by
- seems as though when I do a FadeIn it removes all styling on that element.
- 01:59 Ticket #1164 (oFrom.elements problem in IE) closed by
- duplicate: Duplicate of #1163
- 01:52 Ticket #1030 (value attribute on <option/> element required on IE) closed by
- duplicate: Duplicate of 1008
- 01:41 Ticket #1166 (filter has some problem!!!!!!!!!!!!!!!!!!!) closed by
- duplicate: Duplicate of #1166
- 01:37 Ticket #1174 (Flicker before Interface SlideIn* functions) closed by
- duplicate
- 01:36 Ticket #1175 (Flicker before Interface SlideIn* functions) closed by
- duplicate
- 00:30 Ticket #1179 (Graphical issues using Draggables in IE6+) created by
- When creating a draggable using the Interface library 1.2 from an HTML …
- 00:30 Ticket #1178 (Graphical issues using Draggables in IE6+) created by
- When creating a draggable using the Interface library 1.2 from an HTML …
- 00:23 Ticket #1177 (Drag and Drop copy of HTML elements issues in IE6+) created by
- When creating a draggable using the Interface library 1.2 from an HTML …
05/11/07:
- 22:29 Ticket #1167 (.removeClass("") removes every class) closed by
- fixed: Replying to brandon: > The root of the problem seems to be in …
- 22:29 Changeset [009033bb4566079c1f5006ca0e4521ad64117cd0] by
-
- src/jquery/coreTest.js
- src/jquery/jquery.js
- 21:40 Ticket #1171 (Bug in event-handling code) closed by
- fixed: Fixed in Rev [1886].
- 21:39 Changeset [f5a2db89fddf65f753b50ff7e77eab47db3b1f23] by
-
- src/event/event.js
- 21:17 Ticket #1168 (SVN: "Error: this.$events has no properties" when using e.g. click()) closed by
- fixed: Fixed in Rev [1885].
- 21:14 Changeset [c76f6cd12538301db8608ca088bf0c6816bd13e0] by
-
- src/event/event.js
- 20:51 Ticket #1176 (Flicker before Interface SlideIn* functions) created by
- I have seen several posts on the forums that claim that something like …
- 20:50 Ticket #1175 (Flicker before Interface SlideIn* functions) created by
- I have seen several posts on the forums that claim that something like …
- 20:49 Ticket #1174 (Flicker before Interface SlideIn* functions) created by
- I have seen several posts on the forums that claim that something like …
- 20:44 Ticket #1173 (Flicker before Interface SlideIn* functions) created by
- I have seen several posts on the forums that claim that something like …
- 20:01 Ticket #1172 (Ajax Partial results for better busy status.) created by
- […] ------------------------ I have a demo, it just shows the count of …
- 17:32 Ticket #1171 (Bug in event-handling code) created by
- […] If documentElement exists (instead of body) and it's scrollLeft is …
- 16:38 Ticket #1170 (attr("style","...") doesn't work in IE7) created by
- In IE7, this doesn't work on an <img> element (and possibly others, didn't …
- 16:25 Ticket #1169 (Selecting a form by ID fails if there's a form value element named "id" ...) created by
- Given a FORM with ID "foo", $("#foo") will fail in Internet explorer (at …
- 16:08 Ticket #1168 (SVN: "Error: this.$events has no properties" when using e.g. click()) created by
- Something seems to have broken recently in SVN (after 1.1.2). I'm …
- 15:31 Ticket #1167 (.removeClass("") removes every class) created by
- Passing an empty string("") to .removeClass() will cause every class to be …
- 09:24 Ticket #1166 (filter has some problem!!!!!!!!!!!!!!!!!!!) created by
- if I execute $('p').filter(['#a',':first']),there is some problem …
- 09:22 Ticket #1165 (filter has some problem!!!!!!!!!!!!!!!!!!!) created by
- if I execute $('p').filter(['#a',':first']),there is some problem …
- 05:29 Changeset [edea4866e88e0123b06d52f14aed36d3c96c3c79] by
-
- ChangeLog.txt
- 05:24 Changeset [51d05922112851babbeeebb65c8835f4ead82d1f] by
-
- ChangeLog.txt
05/10/07:
- 18:11 Ticket #1164 (oFrom.elements problem in IE) created by
- I was trying to iterate over my form elements using something like: …
- 16:49 Ticket #1163 (oForm.elements problem in IE) created by
- I was trying to iterate over my form elements using something like: …
Note: See TracTimeline
for information about the timeline view.
