Timeline
11/23/07:
- 19:23 Ticket #1965 (Error with Datepicker and text field clones on Firefox) created by
- When I clone a datepicker text field , I get the following error when the …
- 17:39 Ticket #1964 (onclick ie7) created by
- <html xmlns=" http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> …
- 17:20 Ticket #1963 (jQuery UI > Dialog > IE6) created by
- The height parameter doesn't appear to work in IE6 on the jQuery UI …
- 13:46 Ticket #1962 (Check attribute is lost when appending a checkbox to a node (IE6)) created by
- Appending a dom element containing a checkbox to a div using ".before" …
- 08:38 Ticket #1961 (bug: [ImageBox] Next and Prev images are transparent in IE7) created by
- I'm using jQuery 1.2.1 with Interface elements for jQuery (ImageBox). …
11/22/07:
- 19:43 Ticket #1960 (Name selectors should delegate to document.getElementsByName) created by
- The selector $("*[@name=foo]") should delegate to …
- 18:40 Ticket #1959 ("strings are automatically evaluated" - NOT!) created by
- - Hi, quote from: http://docs.jquery.com/Release:jQuery_1.2 …
- 15:38 Ticket #1958 (UI.sortables does not call the callback update) created by
- The following code should call the callback function stopDrag but it …
- 12:41 Ticket #1957 (changing type property on an input fails in IE) created by
- jquery1.2.1 bug A following code doesn't work. […] and Error …
- 12:38 Ticket #1956 (changing type property on an input fails in IE) created by
- jquery1.2.1 bug A following code doesn't work. […] and Error …
- 08:28 Ticket #1955 (When no element matches the selector, the plugin function should not be ...) created by
- If we define a plugin, for example $.fn.example = ... when …
- 04:04 Ticket #1954 (val() returns innerHTML for button elements in IE) created by
- val() returns the value of the value property in FF, but returns the value …
- 00:48 Ticket #1953 (implemented the Automatic Date Completion) created by
- I think it's a good idea to implemented the Automatic Date Completion: …
11/21/07:
- 16:56 Ticket #1952 (jQuery UI errors out when downloaded with only tabs.) created by
- When you attempt to include a build of jQuery UI that was downloaded with …
- 16:07 Ticket #1951 (datepicker: missing a few semi-colons so packing causes errors) created by
- There are semi-colons missing in two places that I found that make it so …
- 14:56 Ticket #1950 (drag doesn't in interface interface plug-in with jQuery 1.2.1 in IE) created by
- Drag functionality work fine with FF and Opera but not with IE, if jQuery …
11/20/07:
- 20:21 Ticket #1078 (Safari is choking when using animate( toggle: 'opacity')) closed by
- fixed: Tested in Safari 3.0.4 Windows with the current SVN 3874 this appears to …
- 16:02 Ticket #1948 (handle(): Stop event bubbling for other jQuery handlers?) closed by
- invalid: It stops the event from bubbling to a parent. It does not prevent other …
- 14:05 Ticket #1949 (UI's popup calendar contains HTML entities) created by
- By default, the popup calendar cannot be used in XML pages delivered as …
- 14:00 Ticket #1948 (handle(): Stop event bubbling for other jQuery handlers?) created by
- Shouldn't "return false;" in an event handler prevent other jQuery …
- 12:04 Ticket #1947 (JavaScript errors at page load with IE 5.01) created by
- The jQuery scripts can't be loaded in IE 5.01. It ends with an "unexpected …
- 01:24 Ticket #1879 (.css('fontSize') returns different value in Internet Explorer) closed by
- duplicate: You are right this is a duplicate of #760. The problem stated in the …
- 01:08 Ticket #1838 (IE6 Png fix and fades causes Javascript Error) closed by
- duplicate: Duplicate of #1837.
- 00:41 Ticket #1631 ($( '*', '.context' ).length returns n in FF and n+1 in IE) closed by
- invalid: See related ticket #1771 for more details on why it is closed.
11/19/07:
- 22:27 Ticket #1689 (Form Validation incompatibility with jquery 1.2.1.) closed by
- fixed: Fixed in 1.1.1 release.
- 22:27 Ticket #1483 (Plugin Validation don't work with IE) closed by
- fixed: Fixed in 1.1.1 release.
- 22:26 Ticket #1558 (Form Validation incompatibility with jquery 1.1.4) closed by
- fixed: Fixed in 1.1.1 release.
- 22:25 Ticket #1842 (On validator plugin, it create a class for error and the input) closed by
- invalid: That isn't a mistake. All you need to do is specifying a better CSS …
- 19:49 Ticket #1946 (uiDialog.open always opens most recent dialog) created by
- On the ui.dialog.html sample page …
- 17:13 Ticket #1688 (Applying margin in .css() causes error in IE7) closed by
- fixed: This is working with the latest SVN. …
- 16:16 Ticket #1933 (jQuery.noConflict(true) not working) closed by
- fixed: Fixed in Rev [3857].
- 16:15 Changeset [e6a481e533dc25ecf4d25123d6515c61a97a7f19] by
-
- src/event.js
- 16:09 Ticket #1944 (.attr() doesn't work properly with FF) closed by
- fixed: Fixed in Rev [3856].
- 16:07 Changeset [5e99807271ebe194b7f0278a929b053b4dd46c81] by
-
- src/core.js
- test/index.html
- test/unit/core.js
- 14:32 Ticket #1894 (Interface's SlideOutLeft,SlideOutRight,SlideInLeft,SlideOutRight ?) closed by
- fixed: Hi Adrenalin, it's in the works, check out trunk/fx/experimental for a …
- 14:31 Ticket #1901 (Datepicker v3.0 to include Java style date formats) closed by
- fixed
- 14:01 Ticket #1743 (Paginator Module) closed by
- wontfix: Hi RyanZec, this module is not planned for UI. I believe pagination is …
- 13:59 Ticket #1738 (Documentation for UI) closed by
- invalid: See earlier comment: Closed
- 13:58 Ticket #1664 (Sortable - Accept droppables with given class) closed by
- fixed: This is already planned and being worked on - thanks!
- 13:54 Ticket #1756 (Problems with Firefox 2.0 on Mac) closed by
- invalid: This bug is closed - please add feature specific bugs, so we can assign …
- 13:47 Ticket #1909 (DatePicker Doesnt Use JQuery Alias) closed by
- fixed
- 12:37 Ticket #1945 (UI Datepicker) created by
- Hi when I follow the example from …
- 11:54 Ticket #1944 (.attr() doesn't work properly with FF) created by
- ... <div id="myDiv"> ..</div> ... alert( $("#myDiv").attr("tagName") ); …
- 05:06 Ticket #1847 (Mac user using Wordpress) closed by
- duplicate: Duplicate of #1848.
- 00:19 Ticket #1515 (slideDown() flickers in Firefox 2.0) closed by
- worksforme: I tried to create a test case based on the description and it works for …
- 00:06 Ticket #1726 (Flashing bug in slideUp/Down in Internet Explorer 7) closed by
- wontfix: The official position stated in the above thread is "Right now we are not …
11/18/07:
- 23:56 Ticket #1533 (Hide Bug in IE7) closed by
- duplicate: At this point it looks like a test case won't be appearing so I'm going to …
- 23:50 Ticket #1545 (unbind doesn't work if hover uses) closed by
- worksforme: The test case I created based on the description works for me. If this …
- 04:31 Ticket #1943 (Browse Plugins by date does not show anything) created by
- - Hi, when logged in to the plugins site, selecting "All Plugins" -> …
- 02:39 Ticket #1569 (create jQuery elemnent for <option> bug) closed by
- fixed: This fix was implemented for #1074 with [3844].
- 00:46 Changeset [2e2a1b8910afcc23b1f71c188dca2d88067d70da] by
-
- test/unit/core.js
11/17/07:
- 23:20 Ticket #1942 (animating width/height of bordered objects in Opera) created by
- Came across this problem whereby width/height animation in Opera, of an …
- 22:41 Ticket #1873 (.html() bug with IE) closed by
- duplicate: Appears to be a duplicate of #1874 so I'll close this one.
- 22:39 Ticket #1678 (IE bug in animate) closed by
- worksforme: I don't think 'end' is a reserved word and I'm unable to reproduce this …
- 22:34 Ticket #844 (Loading jQuery 1.1 with Prototype throws error) closed by
- worksforme: jQuerify isn't exactly the best way to load jQuery. Plus to get jQuery to …
- 22:14 Ticket #1074 ($.html(val) can not be used to Select Element) closed by
- fixed: Fixed in [3844].
- 22:09 Changeset [264ffbc73be61778484a292392d1b18a8976588f] by
-
- src/core.js
- test/unit/core.js
- 21:19 Ticket #1004 (min-height causes abnormal slide effect) closed by
- worksforme: The example no longer works and from the discussion it sounds like a …
- 12:57 Ticket #1941 (Interface Imagebox problems with id overlaping) created by
- I had problem to use "Interface Imagebox" on my site because I had very …
- 05:37 Ticket #1891 (DOM creation in IE broken) closed by
- worksforme: It looks like this was caused by an inability of IE to serialize some …
- 04:48 Ticket #1388 (.css('background-color',null) returns a String object) closed by
- worksforme: I'm not aware of a case where undefined or null are valid css values. If …
- 04:36 Changeset [32b3ac4f063571257b36477cc5dcb659cac2c357] by
-
- src/core.js
- 04:30 Ticket #1907 (jQuery.extend() deep destroys array of zero) closed by
- fixed: Fixed in [3841]. Note, the code treats all objects the same with no …
- 04:25 Changeset [bf8f3fe0942cb3d2583f0965e44594088a38ccef] by
-
- src/core.js
- test/unit/core.js
- 02:32 Ticket #1303 ($("#content").attr("clientHeight") doesn't work in Firefox) closed by
- wontfix: clientHeight and clientWidth are undependable. The bug reporter said it …
- 00:39 Ticket #1727 (:nth-child(An+B) incompatibility with CSS3) closed by
- fixed: Fixed in [3836].
- 00:09 Ticket #1675 (expando related problem on removeData()) reopened by
- When a $("#divName").html("") is called on a div tag (id="divName") that …
11/16/07:
- 23:56 Ticket #1905 (Unit tests fail in IE on $.ajax() - JSONP, Local) closed by
- fixed: Fixed in [3840].
- 23:54 Changeset [6853370fbb631a1d40d63c295626b7af6b0c7755] by
-
- src/ajax.js
- 23:41 Ticket #1095 (Hiding/showing div clears radio checks) closed by
- fixed: Fixed in [3839].
- 23:39 Changeset [e2ef3df86d5f54274bf2b779d882c30aa0886bfe] by
-
- src/core.js
- test/index.html
- test/unit/core.js
- test/unit/fx.js
- test/unit/selector.js
- 21:53 Ticket #1827 (calling stop() can cause extra setInterval calls slowing down animations) closed by
- fixed: Fix in [3837].
- 21:50 Changeset [b9371a6ca4b756c4b4266a08336e80f715b66ad3] by
-
- src/fx.js
- 20:36 Ticket #1940 (wrap method doesn't work in FireFox (2.0.0.9) when pass parameter as ...) closed by
- invalid: As you said, wrap doesn't support text nodes and that space counts as a …
- 19:59 Ticket #1940 (wrap method doesn't work in FireFox (2.0.0.9) when pass parameter as ...) created by
- When passing parameter to $('..').wrap as string (e.g. "<div ..> </div>" ) …
- 19:24 Ticket #1939 ([PATCH] Improved demos for slider) created by
- I've done some additional demos for the slider widget, mostly as testcases …
- 19:01 Changeset [084079d2fd1c7ed3582612cc32b01346b43fb415] by
-
- src/selector.js
- test/unit/selector.js
- 18:43 Ticket #1938 ([PATCH] sliderMoveTo for multiple handles) created by
- There're several folks asking for multiple-handle sliderMoveTo on the UI …
- 18:27 Ticket #1822 (queue() in 2 cases doesn't default to "fx") closed by
- fixed: Fixed in [3835].
- 18:23 Changeset [0a0990485e5c1fd4b4fdcce7f7723d9e0a9dd16d] by
-
- src/fx.js
- test/unit/fx.js
- 17:52 Ticket #1823 (Unqueued animation is still calling dequeue()) closed by
- fixed: Commited with [3834].
- 17:49 Changeset [1d299d375b6d97d65559286d914df2d5a77949db] by
-
- src/fx.js
- test/unit/fx.js
- 17:16 Ticket #1937 (Jquery Plugin Interface breaks default fadeIn/fadeOut behavior) created by
- The Interface plugin for jquery assigns <span> tags a display of "prop" …
- 16:44 Ticket #1780 (in jQuery 1.2.1 call to .height() Crashes IE 6.0 and IE 7.0 fully) reopened by
- I have also encountered this problem and have reduced it to the attached …
- 11:28 Ticket #1319 ($().ready() sometimes fires too soon on Safari/Win) reopened by
- I can make this happen almost every time at …
- 01:27 Ticket #1882 (.attr('height','250px') causing exception being thrown in IE6) closed by
- worksforme: I'm not able to reproduce this issue. Feel free to reopen the ticket with …
- 01:23 Ticket #1752 (.show() does not display <tr> elements properly) closed by
- duplicate: This is a duplicate of #960
- 01:18 Ticket #1780 (in jQuery 1.2.1 call to .height() Crashes IE 6.0 and IE 7.0 fully) closed by
- worksforme: I'm not able to reproduce this. Feel free to reopen the ticket if you can …
- 00:41 Ticket #1687 (.click() fails) closed by
- fixed
Note: See TracTimeline
for information about the timeline view.
