Timeline
Aug 19, 2014:
- 3:24 PM Ticket #9446 (Draggable: helper function cannot emulate default behavior) closed by
- fixed: Draggable: Ensure helper is positioned even if its the element itself …
- 11:03 AM Ticket #10561 (ui assigns colliding ids) closed by
- worksforme: Well, considering that this works for me, I'll just close it. Feel …
- 7:23 AM Ticket #10557 (Toggle use ShowOrHide option from jQuery) closed by
- worksforme
- 4:40 AM Ticket #10460 (Resize missing when apply dynamically) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:29 AM Ticket #10561 (ui assigns colliding ids) created by
- Example: Using accordion and tooltip on one document. Jquery ui …
Aug 18, 2014:
- 7:54 PM Ticket #7430 (Draggable: _adjustOffsetFromHelper not reinvoked after "start" event ...) closed by
- fixed: This should now be irrelevant that #7772 is fixed. If you can still …
- 3:34 PM Ticket #7772 (Draggable: when css 'right' is set, element resizes on drag) closed by
- fixed: Draggable: Set explicit width/height instead of right/bottom css. …
- 10:40 AM Ticket #10558 (Sortable: Initial 'out'/'over' events do not fire when using 'connectWith') closed by
- duplicate: Duplicate of #9335.
- 10:19 AM Ticket #10558 (Sortable: Initial 'out'/'over' events do not fire when using 'connectWith') created by
- This appears to be a reoccurance of …
- 9:15 AM Ticket #10557 (Toggle use ShowOrHide option from jQuery) created by
- jQuery.toggle provides you with the option to pass a boolean to show …
- 7:14 AM Ticket #10230 (Draggable improperly blurs in certain cases) closed by
- duplicate: Duplicate of #10527. That's true, and we fixed this in #10527
Aug 17, 2014:
- 9:44 PM Ticket #9325 (Draggable: helpers do not account for margin on draggable element) closed by
- duplicate: Duplicate of #7853.
- 9:39 PM Ticket #7044 (Draggable: appendTo option doesn't work together with helper: 'original') closed by
- notabug: This is expected and the documented behavior. I've opened a ticket to …
- 2:41 PM Ticket #7016 (Draggable: draggable can be pulled out of containment in Chrome and IE8) closed by
- fixed: Draggable: Ensure overflow:visible containments are correctly measured …
- 2:15 PM Ticket #10527 (Draggable: Can't select option in modal dialog (IE8)) closed by
- fixed: Draggable: Only blur the focused element if the event occurs on a …
- 9:25 AM Ticket #10556 (Sortable Accordion Crashes the TinyMCE Editor) closed by
- patcheswelcome: WYSIWYG editors are known to be very finicky about moving around in …
Aug 16, 2014:
- 9:33 PM Ticket #8937 (TestSwarm failures) closed by
- fixed: I believe these are all resolved now. Closing.
- 9:30 PM Ticket #6884 (Draggable: ui.offset.left differs between the "start" and "drag" hooks) closed by
- fixed: Draggable: Recalculate hash offset on start after plugins run Fixes …
- 2:18 PM Ticket #6869 (Draggable: nested margin "auto" causes drag to not scale properly in FF, IE) closed by
- cantfix: This is a cantfix, unfortunately. All browsers except FF have …
Aug 15, 2014:
- 1:04 PM Ticket #10556 (Sortable Accordion Crashes the TinyMCE Editor) created by
- Hello, I am using latest version of jqueryui 1.11.1 with Accordion …
- 9:44 AM Ticket #10553 (Selectmenu drop-down is hidden by the bounds of the hosting dialog) closed by
- duplicate: Duplicate of #10543.
- 9:15 AM Ticket #10553 (Selectmenu drop-down is hidden by the bounds of the hosting dialog) created by
- The selectmenu drop-down is hidden by the bounds of the hosting …
- 6:00 AM Ticket #10548 (spinner) created by
- no event fires if spin only once. using v 1.11. have tested on both …
Aug 14, 2014:
- 3:30 PM Ticket #10547 (Sortable: position off when container scrolled horizontally) created by
- See the fiddle: …
- 10:51 AM Ticket #10546 (Draggable: if draggable.cancel option not empty text input becomes no focus) created by
- jQuery UI ver. 1.11.1 Text input element inside draggable container …
- 9:50 AM Ticket #9724 (Draggable: Snapping coordinates thrown off by margin on draggable) closed by
- fixed: Draggable: Account for margins when snapping Fixes #9724 Changeset: …
- 8:16 AM Ticket #10545 (JSCS: Enable requireCamelCaseOrUpperCaseIdentifiers rule) created by
- I've updated grunt-jscs to the latest version in …
Aug 13, 2014:
- 8:40 PM Ticket #9335 (Sortable: over & out events does not consistently fire) closed by
- fixed: Sortable: fire "over" and "out" even when a connectWith hasn't changed …
- 7:40 PM Ticket #6876 (Droppable: droppable region is offset by draggables margin) closed by
- fixed: Droppable: Account for draggable margins when detecting hover Fixes …
- 9:45 AM Ticket #10544 (Autocomplete: Must click two times to select an item in iOS) created by
- First click on an item only sets class "ui-state-focus". Must click it …
- 9:33 AM WikiStart edited by
- (diff)
- 8:47 AM Ticket #9723 (Draggable: margin should not be used in containment calculation) closed by
- notabug: luqita, thanks again for the report. After re-reviewing all the code, …
- 7:29 AM Milestone 1.11.1 completed
Aug 12, 2014:
- 7:33 PM Ticket #10147 (Draggable: Wrong position in a parent with "overflow: hidden") closed by
- fixed: Draggable: consider offsets from overflow:hidden parents Developers …
- 4:11 PM Ticket #10543 (Dialog: Selectmenu/autocomplete in dialog window is cut off) reopened by
- Both of those solutions will introduce other issues though. Using …
- 3:58 PM Ticket #10543 (Dialog: Selectmenu/autocomplete in dialog window is cut off) closed by
- notabug: You need to either use the
appendTo
option … - 3:50 PM Ticket #10543 (Dialog: Selectmenu/autocomplete in dialog window is cut off) created by
- When a selectmenu widget is placed in a dialog window and there is not …
- 2:36 PM Ticket #10541 (Out-event not triggered when used with ConnectWith option) closed by
- duplicate: Duplicate of #9335.
- 11:54 AM Ticket #10542 (Autocomplete: up/down arrow do a select on Ubuntu (maybe others?)) created by
- Since probably an upgrade of Chromium on my Ubuntu 14.04 now arrow …
- 10:24 AM Ticket #10541 (Out-event not triggered when used with ConnectWith option) created by
- Example here: http://jsfiddle.net/o5648r05/1/ This behaviour changed …
- 9:31 AM Ticket #10540 (open a modal dialog inside another modal dialog) closed by
- duplicate: Duplicate of #10138.
- 9:23 AM Ticket #10540 (open a modal dialog inside another modal dialog) created by
- i'm using JQuery v2.1.1 and JQuery UI v1.11.0, i'm trying to open a …
- 4:37 AM Ticket #10433 (iconselectmenu('open') can't navigate with cursor in popup) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:37 AM Ticket #10432 (`scrollParent` context error when use iframe in 1.11.0) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:10 AM Ticket #10539 (Effects: Enhanced effect methods should support the full API from core) created by
- The jQuery UI functions .show(), …
Note: See TracTimeline
for information about the timeline view.