Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable: Refresh sortables when draggable is added or removed | Mike Sherov | 2014-08-25 | 1 | -0/+12 |
| | | | | | | | | Since a sortable grows or shrinks when a draggable element is added to it, refresh the cached positions of sortables whenever an element is added or removed from the sortable. Refs #9675 | ||||
* | Draggable: Clarify comments and whitespace in connectToSortable | Mike Sherov | 2014-08-25 | 1 | -5/+6 |
| | |||||
* | Draggable: Ensure sortable revert still works after draggable is removed | Mike Sherov | 2014-08-25 | 1 | -7/+8 |
| | | | | Fixes #9481 | ||||
* | Draggable: Ensure css is always restored after connectToSortable drag | Mike Sherov | 2014-08-25 | 1 | -7/+8 |
| | | | | Fixes #9675 | ||||
* | Draggable: Ensure correct widget removes helper in connectToSortable | Mike Sherov | 2014-08-24 | 1 | -3/+10 |
| | |||||
* | Draggable: append divs to iframe parent for iframefix | Mike Sherov | 2014-08-24 | 1 | -13/+22 |
| | | | | | | | This allows the blocking div to move with the iframe in most situations, whereas appending to the body wouldn't. Fixes #9671 | ||||
* | Draggable: Check all parents for fixed positioning when scrolling | Mike Sherov | 2014-08-23 | 1 | -2/+4 |
| | | | | Fixes #9612 | ||||
* | Draggable: No cloning in connectToSortable and ensure correct position | Mike Sherov | 2014-08-23 | 1 | -28/+34 |
| | | | | | | | | | | | Draggables now forcefully recalculate their position when dragged out of a sortable. Sortables now override draggable position when a draggable is dragged into it. Lastly, no longer remove sortable helper when dragging a draggable out, which allows us to not use a clone. Fixes #7734 Fixes #8809 Closes gh-1322 | ||||
* | Draggable: Clean spacing and names in connectToSortable drag callback | Mike Sherov | 2014-08-22 | 1 | -71/+83 |
| | |||||
* | Accordion: Avoid memory leak during refresh | Scott González | 2014-08-21 | 1 | -1/+10 |
| | | | | | Ref #10056 Closes gh-1319 | ||||
* | Tabs: Avoid memory leak during refresh | Scott González | 2014-08-21 | 1 | -1/+11 |
| | | | | | Fixes #10056 Ref gh-1319 | ||||
* | Widget: Avoid memory leaks when unbinding events with `._off()` | Scott González | 2014-08-21 | 1 | -1/+7 |
| | | | | | Ref #10056 Ref gh-1319 | ||||
* | Mouse: Only detect out of document mouseups after a mousemove | Mike Sherov | 2014-08-20 | 1 | -6/+18 |
| | | | | | | | | This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown. Fixes #7778 | ||||
* | Datepicker: Fix month names in Persian locale | Scott González | 2014-08-20 | 1 | -12/+12 |
| | | | | | Fixes #10562 Closes gh-1221 | ||||
* | Draggable: Ensure helper is positioned even if its the element itself | Mike Sherov | 2014-08-19 | 1 | -3/+21 |
| | | | | Fixes #9446 | ||||
* | Draggable: Set explicit width/height instead of right/bottom css. | Uri Gilad | 2014-08-18 | 1 | -0/+15 |
| | | | | Fixes #7772 | ||||
* | Draggable: Ensure overflow:visible containments are correctly measured | Mike Sherov | 2014-08-17 | 1 | -4/+14 |
| | | | | Fixes #7016 | ||||
* | Draggable: Only focus the draggable if the event occurs on a handle | Mike Sherov | 2014-08-17 | 1 | -10/+14 |
| | | | | Refs #10527 | ||||
* | Draggable: Only blur the focused element if the event occurs on a handle | TJ VanToll | 2014-08-17 | 1 | -13/+23 |
| | | | | Fixes #10527 | ||||
* | Draggable: Recalculate hash offset on start after plugins run | Mike Sherov | 2014-08-16 | 1 | -2/+3 |
| | | | | Fixes #6884 | ||||
* | Draggable: Fix whitespace in trigger function | Mike Sherov | 2014-08-16 | 1 | -5/+6 |
| | |||||
* | Draggable: Account for margins when snapping | Mike Sherov | 2014-08-14 | 1 | -10/+10 |
| | | | | Fixes #9724 | ||||
* | Build: Update jscs and fix some code style issues | Jörn Zaefferer | 2014-08-14 | 4 | -5/+5 |
| | | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars. | ||||
* | Sortable: fire "over" and "out" even when a connectWith hasn't changed | Andrei Picus | 2014-08-13 | 1 | -0/+4 |
| | | | | Fixes #9335 | ||||
* | Droppable: Account for draggable margins when detecting hover | Mike Sherov | 2014-08-13 | 1 | -2/+2 |
| | | | | Fixes #6876 | ||||
* | Draggable: ignore overflow:hidden containers with scroll option | Mike Sherov | 2014-08-12 | 1 | -9/+14 |
| | | | | | | While it is true that overflow:hidden elements can be scrolled programatically, this breaks user expectation. Therefore, do not scroll inside an overflow:hidden container. | ||||
* | Draggable: clean up whitespace in scroll option | Mike Sherov | 2014-08-12 | 1 | -10/+10 |
| | |||||
* | Draggable: consider offsets from overflow:hidden parents | Mike Sherov | 2014-08-12 | 1 | -1/+1 |
| | | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147 | ||||
* | Core: provide "includeHidden" parameter in $.ui.scrollParent | Mike Sherov | 2014-08-12 | 1 | -2/+3 |
| | | | | | | | Even though the user is unable to scroll via the UI, authors may have custom scrollbars that programmatically set scrollTop. Therefore, overflow:hidden can be considered a scrollParent. | ||||
* | Resizable: fix JSCS violations | Mike Sherov | 2014-08-11 | 1 | -73/+180 |
| | |||||
* | Droppable: only consider pointer location with tolerance "pointer" | Will Holley | 2014-08-10 | 1 | -9/+6 |
| | | | | Fixes #4977 Closes gh-991 | ||||
* | Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistency | TJ VanToll | 2014-08-08 | 1 | -1/+1 |
| | | | | Fixes #10525 | ||||
* | Draggable: Fix several whitespace issues | Mike Sherov | 2014-08-06 | 1 | -12/+12 |
| | |||||
* | Tooltip: Treat the tooltip as closing until it's fully removed | Scott González | 2014-08-06 | 1 | -1/+8 |
| | | | | | | | This ensures that we don't trigger the close event twice if the tooltip is destroyed during the hide animation. Closes gh-1306 | ||||
* | Resizable: account for padding & border in grids. | Mike Sherov | 2014-08-05 | 1 | -21/+52 |
| | | | | Fixes #10437 | ||||
* | Resizable: Fix containment width with relative parent. | Jyoti Deka | 2014-08-04 | 1 | -5/+13 |
| | | | | Refs #10140 Closes gh-1303 | ||||
* | Resizable: Fix containment calculation with relative parent | Mike Sherov | 2014-08-04 | 1 | -8/+1 |
| | | | | | | | Remove an incorrect fix introduced in 47cd5b6f that causes width calculations to be incorrect once the correct fix was introduced in c03cb807 Fixes #10140 | ||||
* | Core: Fix focusable detection for image maps | Scott González | 2014-07-30 | 1 | -1/+1 |
| | | | | | The attribute selector requires quotes to be valid, but only new (unreleased) Sizzle has this requirement. | ||||
* | Selectmenu: Preserve text selection when interacting with the widget | Scott González | 2014-07-29 | 1 | -0/+7 |
| | | | | | Fixes #10144 Closes gh-1295 | ||||
* | Selectmenu: Properly set width for button | Scott González | 2014-07-29 | 1 | -6/+16 |
| | | | | | Fixes #10145 Closes gh-1296 | ||||
* | Autocomplete: ESCAPE should not change content of a MultiLine | Yermo Lamers | 2014-07-24 | 1 | -1/+3 |
| | | | | | Fixes #9790 Closes gh-1190 | ||||
* | Resizable: Fix size/position changes in resize event | Scott González | 2014-07-24 | 1 | -23/+37 |
| | | | | | Fixes #10351 Closes gh-1292 | ||||
* | Position: Support positioning within document with jQuery 1.6.x | Scott González | 2014-07-24 | 1 | -2/+5 |
| | | | | | Fixes #10071 Closes gh-1294 | ||||
* | Widget: Improve performance of cleanData method | Frederik Elvhage | 2014-07-24 | 1 | -2/+9 |
| | | | | | Fixes #9546 Closes gh-1291 | ||||
* | Datepicker: Abstract mouseover logic to avoid explicit event trigger | TJ VanToll | 2014-07-23 | 1 | -14/+20 |
| | | | | | | | | | The reliance on `.mouseover()` caused an issue in some circumstances (see #5816). The removal of `.mouseover()` broke keyboard navigation (see #10319). Fixes #10319 Closes gh-1290 | ||||
* | Dialog: Track the instance as soon as the dialog is opened | Scott González | 2014-07-23 | 1 | -3/+12 |
| | | | | Fixes #10152 | ||||
* | Dialog: Fix stacking of modal dialog overlays | Scott González | 2014-07-17 | 1 | -0/+8 |
| | | | | | Fixes #10138 Closes gh-1286 | ||||
* | Resizable: Remove accidental exposure of internal data in events | Jyoti Deka | 2014-07-16 | 1 | -8/+6 |
| | | | | | Fixes #10148 Closes gh-1279 | ||||
* | Tabs: Work around bad Safari/VoiceOver heuristics | Monika Piotrowicz | 2014-07-16 | 1 | -19/+23 |
| | | | | | | | | Move disabled tab click handlers from the container to the tablist to prevent panel contents from being announced as clickable. Fixes #10098 Closes gh-1261 | ||||
* | Draggable: Manage ui-draggable-handle correctly in nested instances | TJ VanToll | 2014-07-15 | 1 | -6/+4 |
| |