Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.11.11.11.1 | Jörn Zaefferer | 2014-08-13 | 37 | -59/+59 |
| | |||||
* | 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 |
| | |||||
* | Draggable: Only apply ui-draggable-handle within the draggable instance | TJ VanToll | 2014-07-15 | 1 | -1/+3 |
| | | | | | Fixes #10212 Closes gh-1284 | ||||
* | Effect: Create a local jQuery variable to make jQuery Color work | Scott González | 2014-07-15 | 1 | -1/+5 |
| | | | | | Fixes #10199 Closes gh-1282 | ||||
* | Datepicker: reject dates with two year digits when expecting 'yy' | Rodrigo Menezes | 2014-07-14 | 1 | -1/+2 |
| | | | | | Fixes #8353 Closes gh-1248 | ||||
* | Slider: Reset positioning when orientation changes | Scott González | 2014-07-02 | 1 | -0/+3 |
| | | | | | Fixes #10105 Closes gh-1268 | ||||
* | Datepicker: Define en and en-US locales based on defaults | Scott González | 2014-06-16 | 1 | -0/+2 |
| | | | | | Fixes #6682 Closes gh-1269 | ||||
* | Dialog: Honor preventDefault when managing focus | Jörn Zaefferer | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | If event.isDefaultPrevented() is true, the focus management is completely skipped, assuming the user manages focus manually. Fixes #10103 Closes gh-1265 | ||||
* | Dialog: Fix shift-tab handling, focus the correct element | Jörn Zaefferer | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0 Updates the tabbing test to be more specific about which element should have focus, instead of only checking if focus is within the dialog. Ref #9646 Ref #10103 Closes gh-1264 | ||||
* | Dialog: Fix off() -> unbind() for jQuery 1.6 compat | Timo Tijhof | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256 | ||||
* | Spinner: Don't change value when changing min/max options | David Petersen | 2014-05-26 | 1 | -1/+0 |
| | | | | | Fixes #9703 Closes gh-1252 | ||||
* | Tabs: Move `aria-expanded` from active panel to active tab | David Petersen | 2014-05-19 | 1 | -10/+8 |
| | | | | | Fixes #9622 Closes gh-1251 | ||||
* | Widget: Remove misleading comment | Scott González | 2014-05-14 | 1 | -1/+0 |
| | |||||
* | Autocomplete: Search if the user retypes the same value | TJ VanToll | 2014-05-12 | 1 | -2/+7 |
| | | | | | Fixes #7434 Closes gh-1238 | ||||
* | All: Fix typos | Scott González | 2014-05-07 | 1 | -1/+1 |
| | | | | Closes gh-1237 | ||||
* | Menu: Use item.outerHeight() in _scrollIntoView | Jörn Zaefferer | 2014-05-06 | 1 | -1/+1 |
| | | | | Fixes #9991 | ||||
* | Datepicker: Remove unnecessary mouseover trigger | Rafael Xavier de Souza | 2014-05-02 | 1 | -1/+1 |
| | | | | | Fixes #5816 Closes gh-974 | ||||
* | Selectmenu: Default disabled option to null | Scott González | 2014-04-21 | 1 | -0/+1 |
| | |||||
* | Button: Remove `ui-state-active` when disabling buttons | Daniel DeGroff | 2014-04-21 | 1 | -1/+5 |
| | | | | | Fixes #9602 Closes gh-1151 | ||||
* | Selectmenu: Simplify selection of focused item via keyboard | Scott González | 2014-04-18 | 1 | -5/+6 |
| | | | | | | | | Don't go through menu to select the currently focused item. Renamed _selectMenu() to _selectFocusedItem() for clarity. Closes gh-1224 | ||||
* | Selectmenu: Don't use active items at all | Scott González | 2014-04-18 | 1 | -8/+2 |
| | | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224 | ||||
* | Selectmenu: Cleanup | Scott González | 2014-04-18 | 1 | -49/+62 |
| | | | | Ref gh-1224 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 1 | -8/+0 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | Position: Don't create `$.support.offsetFractions` | Scott González | 2014-04-03 | 1 | -3/+3 |
| | |||||
* | Core: Don't create `$.support.selectstart` | Scott González | 2014-04-03 | 1 | -5/+9 |
| | |||||
* | Button: Properly refresh button sets with new radio buttons | Scott González | 2014-04-01 | 1 | -8/+10 |
| | | | | | Fixes #8975 Ref gh-888 |