Timeline
Feb 8, 2008:
- 8:34 PM Ticket #2117 (Dialog + html select boxes in IE6) closed by
- duplicate: Duplicate of #1801.
- 8:29 PM Ticket #1715 (Problem with JQueryUI dialog) closed by
- worksforme
- 5:32 PM Ticket #1963 (jQuery UI > Dialog > IE6) closed by
- worksforme: The height option works for me. Try 1.5a or latest SVN. If you …
- 5:14 PM Ticket #2297 ([dialog] split out modal options) closed by
- fixed: Fixed in [4696].
- 4:17 PM Ticket #2310 (sortable forces dragged elements to visible) created by
- When an element has finished being dragged by sortable, the visibility …
- 2:26 PM Ticket #2043 (Slider / SliderSetValues()) closed by
- wontfix: there is no SliderSetValue anymore. Check out 1.5b n the next couple …
- 2:25 PM Ticket #2130 (UI.Slider breaking (even on demo page)) closed by
- fixed: sorry, this will be fixed in 1.5b.
- 2:10 PM Ticket #2308 (UI Lint Errors & Warnings) created by
- Lint errors and warnings are thrown in some of the UI 1.5a files. I …
- 1:55 PM Ticket #2248 (Bug in ui.slider.js causes IE to fail) closed by
- fixed
- 1:54 PM Ticket #2195 (i can not find <shadow.css>) closed by
- invalid: It's in trunk/themes or in the included themes directory in your download.
- 1:53 PM Ticket #2162 (jQuery.noConflict() breaks ui.shadow.js (jQuery UI 1.0)) closed by
- fixed
- 1:49 PM Ticket #2143 (Major UI issues with IE6 & IE7) closed by
- fixed: Wasn't able to reproduce it in 1.5a. Closed for now. If you can …
- 1:46 PM Ticket #1938 ([PATCH] sliderMoveTo for multiple handles) closed by
- fixed: implemented in 1.5b.
- 1:45 PM Ticket #1784 (Make overlapping of multiple handlers optional) closed by
- fixed: done in 1.5b.
- 1:45 PM Ticket #1757 (Slider - click should raise stop event) closed by
- wontfix
- 1:44 PM Ticket #1737 ($(foo).sliderMoveTo(dest, scale, changeslide, p) does not eval correctly) closed by
- wontfix: Closed because method doesn't exist anymore in 1.5.
- 11:04 AM Ticket #2307 (IE6: Dialog jumps up so mouse is at bottom of titlebar when dragged) created by
- When you drag a dialog in IE6, it jumps up a little so the mouse …
- 10:54 AM Ticket #2300 (UI selectors broken) closed by
- fixed: Fixed in [4689]. Custom selectors have been removed. Use …
- 6:08 AM Ticket #2305 (svn draggable: containment fails if grid set) created by
- The following code illustrates the bug: […] Note that placing grid …
- 5:04 AM Ticket #2304 (draggable/droppable: margin of draggable messes up tolerance-options) created by
- The tolerance-options 'fit', 'intersect' and 'touch' don't work as …
Feb 7, 2008:
- 1:25 PM Ticket #2294 (sortable is missing args declaration) closed by
- fixed
- 1:22 PM Ticket #2301 (calling dialog('close') on an element that's not a dialog throws error) created by
- On http://ui.jquery.com/1.5a/demos/dialog.html click the close button, …
- 1:21 PM Ticket #2265 (Sortables disappear in IE6 when dragged) closed by
- fixed: This was a clone() bug. It's fixed with the new version 1.5a.
- 1:20 PM Ticket #2256 (Sortable options 'update' and 'stop' do not fire) closed by
- fixed: This is fixed in version 1.5a. Thanks.
- 1:14 PM Ticket #2157 (Sortable update callback called before extra DOM element is removed) closed by
- wontfix: This is on purpose: The helper is needed for many callback uses to …
- 1:11 PM Ticket #2300 (UI selectors broken) created by
- The :draggable selector currently selects all elements, not just …
- 1:00 PM Ticket #2137 (Draggables position:fixed;) closed by
- wontfix: IE6 doesn't feature position: fixed.
- 12:30 PM Ticket #2299 (Dialog alert, confirm, and prompt options) created by
- It would be nice to call something like $.ui.alert('Hello, World!'); …
- 12:22 PM Ticket #2131 (strange behavior for draggable inside fixed position parent) closed by
- invalid: Cannot reproduce it on FF Mac, but I can reproduce it with FF Win. …
- 12:17 PM Ticket #2122 (Droppable/Draggable element comparison needs to be changed on trunk.) closed by
- fixed: Fixed ('this' now links to the current droppable, first argument is …
- 12:01 PM Ticket #2118 (droppableDestroy API not accesible) closed by
- fixed: The API has changed for 1.5: It's now $(..).draggable('destroy').
- 12:00 PM Ticket #2116 (jquery-ui draggable depends on dimensions) closed by
- fixed: This should be fixed.
- 11:57 AM Ticket #1958 (UI.sortables does not call the callback update) closed by
- fixed: works in 1.5a (or current SVN).
- 11:56 AM Ticket #1770 (sortable incorrectly reorders ordered list) closed by
- wontfix: Hi, that's not fixable. The only thing you can do about it is using …
- 11:53 AM Ticket #1657 (Draggable options implemented into Sortable) closed by
- fixed: axis is available in 1.5.
- 11:30 AM Ticket #2297 ([dialog] split out modal options) created by
- The modal option for dialogs should only be a boolean. Setting the …
- 11:26 AM Ticket #2296 ([dialog] add zIndex option) created by
- Add an option for zIndex in the dialog plugin. This value will be …
- 11:09 AM Ticket #2295 (UI plugins should expose defaults) created by
- UI plugins should expose their default settings so they can be changed …
- 10:08 AM Ticket #2294 (sortable is missing args declaration) created by
- the sortable constructor is missing the following line: var args = …
- 6:15 AM Ticket #2291 (resizable: redundant options? (o.aspectRatio / o.ratio)) created by
- As far as I understand the code if I want a resizable to preserve its …
- 6:06 AM Ticket #2290 (resizable's aspectRatio-preservation buggy (all handles, except SE)) created by
- Looking at the code I suppose ui.resizable is meant to support …
Feb 6, 2008:
- 12:20 AM Ticket #1669 (Dialog Options - modal, resizable, draggable) closed by
- fixed: Fixed in [4661]. Thanks Scott Gonzalez.
Feb 3, 2008:
- 12:17 PM Ticket #2275 (Datepicker: can't paste date to field) created by
- Well, I can't paste a valid date from my clipboard to field with …
Feb 2, 2008:
- 4:52 PM Ticket #2007 (Bring selected Dialog to front of other dialogs. (Patch Included)) closed by
- fixed: Fixed in [4590]
Feb 1, 2008:
- 8:43 PM Ticket #2271 (accordian panel bug) created by
- Loaded the accordian panel page in firefox 2 …
- 5:41 AM Ticket #2269 (datepicker in scrolled div's (overflow=auto)) created by
- The datepicker doesn't position itself correctly when it is inside a …
Note: See TracTimeline
for information about the timeline view.