Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Suppress automatic activation when navigating with COMMAND | Scott González | 2014-11-04 | 1 | -183/+210 |
| | | | | | Fixes #9621 Closes gh-1383 | ||||
* | Selectmenu: Copy title attributes | Felix Nagel | 2014-11-04 | 1 | -8/+16 |
| | | | | | Fixes #10435 Closes gh-1298 | ||||
* | Sortable: Redetermine floating flag when recalculating positions | TJ VanToll | 2014-11-04 | 1 | -0/+35 |
| | | | | | | | | | This addresses a bug where users initialize empty sortable lists are add items dynamically. In this situation refresh() should recognize the position and orientation of the new items. Fixes #7498 Closes gh-1381 | ||||
* | Selectmenu: Introduce _renderButtonItem() method | Felix Nagel | 2014-11-04 | 1 | -0/+34 |
| | | | | | Fixes #10142 Closes gh-1299 | ||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 4 | -7/+7 |
| | | | | | Fixes #10683 Closes gh-1382 | ||||
* | Selectmenu: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 1 | -43/+44 |
| | |||||
* | Autocomplete: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 2 | -2/+3 |
| | |||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 8 | -368/+446 |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | ||||
* | Theme: Change default widget font-size to 1em | TJ VanToll | 2014-10-24 | 6 | -18/+1 |
| | | | | | Fixes #10131 Closes gh-1374 | ||||
* | Tests: Removing unused visual theme test | TJ VanToll | 2014-10-24 | 2 | -530/+0 |
| | |||||
* | Tests: Adding missing dependency | TJ VanToll | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | All: Drop support for IE7 | Scott González | 2014-10-21 | 5 | -18/+8 |
| | | | | | Fixes #9838 Closes gh-1365 | ||||
* | Core: Remove .zIndex() | Scott González | 2014-10-20 | 3 | -157/+0 |
| | | | | Fixes #9156 | ||||
* | Core: Removed .focus( delay ) | Scott González | 2014-10-20 | 1 | -28/+0 |
| | | | | Fixes #9649 | ||||
* | Dialog: Remove leftover backcompat flag in tests | Scott González | 2014-10-20 | 1 | -3/+0 |
| | |||||
* | Tooltip: Properly track hiding and closing for delegated tooltips | Scott González | 2014-10-09 | 1 | -0/+48 |
| | | | | | Fixes #10602 Closes gh-1353 | ||||
* | Slider: Don't allow a slider's value to exceed its max | Jyoti Deka | 2014-10-08 | 1 | -3/+19 |
| | | | | | Fixes #9376 Closes gh-1016 | ||||
* | Datepicker: Fix test for French locale | Scott González | 2014-10-07 | 1 | -2/+2 |
| | | | | Ref #10651 | ||||
* | Menu: Typeahead now accounts for leading whitespace | Trisha Crowley | 2014-10-07 | 2 | -2/+4 |
| | | | | | Fixes #10649 Closes gh-1356 | ||||
* | Menu: Maintain focus on already selected item during typeahead | TJ VanToll | 2014-10-03 | 1 | -0/+22 |
| | | | | | Fixes #10644 Closes gh-1354 | ||||
* | Menu: Filter out non-items when typing | Simen Bekkhus | 2014-09-29 | 2 | -0/+26 |
| | | | | | Fixes #10571 Closes gh-1329 | ||||
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 6 | -6/+98 |
| | | | | Closes gh-1338 | ||||
* | Tests: Cleanup | Scott González | 2014-09-03 | 2 | -22/+26 |
| | |||||
* | Effects Tests: Add shake visual test | Mike Sherov | 2014-09-02 | 2 | -0/+100 |
| | | | | Closes gh-1328 | ||||
* | Effects Tests: Fix and format scale visual test | Mike Sherov | 2014-09-02 | 1 | -12/+23 |
| | |||||
* | Widget: modify this.window test to support IE8 window equality quirk | Alexander Schmitz | 2014-08-27 | 1 | -1/+4 |
| | | | | Comparing this.window with strict equality fails in IE8 | ||||
* | Widget: Ensure window and document are defined in _getCreateOptions() | Alexander Schmitz | 2014-08-27 | 1 | -1/+4 |
| | | | | Closes gh-1320 | ||||
* | Draggable: Add battery of tests to cover connectToSortable | Mike Sherov | 2014-08-26 | 2 | -28/+107 |
| | | | | | | Refs #9481 Refs #9675 Closes gh-1323 | ||||
* | Sortable: cancelHelperRemoval only considers helper, not placeholder | Mike Sherov | 2014-08-26 | 1 | -1/+1 |
| | | | | Refs #9675 | ||||
* | Draggable: append divs to iframe parent for iframefix | Mike Sherov | 2014-08-24 | 1 | -0/+42 |
| | | | | | | | 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 | -12/+20 |
| | | | | Fixes #9612 | ||||
* | Draggable: No cloning in connectToSortable and ensure correct position | Mike Sherov | 2014-08-23 | 2 | -1/+105 |
| | | | | | | | | | | | 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 Tests: Ensure scrolling and dragging tests assert correctly | Dave Stein | 2014-08-22 | 5 | -14/+31 |
| | |||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 23 | -350/+22 |
| | | | | Fixes #10563 | ||||
* | Draggable Tests: Fix failures due to fractional widths | Mike Sherov | 2014-08-20 | 1 | -2/+2 |
| | |||||
* | Mouse: Only detect out of document mouseups after a mousemove | Mike Sherov | 2014-08-20 | 4 | -1/+61 |
| | | | | | | | | 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 | ||||
* | Draggable: Ensure helper is positioned even if its the element itself | Mike Sherov | 2014-08-19 | 1 | -0/+19 |
| | | | | Fixes #9446 | ||||
* | Draggable: Set explicit width/height instead of right/bottom css. | Uri Gilad | 2014-08-18 | 2 | -2/+34 |
| | | | | Fixes #7772 | ||||
* | Draggable: Ensure overflow:visible containments are correctly measured | Mike Sherov | 2014-08-17 | 1 | -0/+30 |
| | | | | Fixes #7016 | ||||
* | Draggable: Only focus the draggable if the event occurs on a handle | Mike Sherov | 2014-08-17 | 1 | -7/+15 |
| | | | | Refs #10527 | ||||
* | Draggable: Recalculate hash offset on start after plugins run | Mike Sherov | 2014-08-16 | 1 | -0/+39 |
| | | | | Fixes #6884 | ||||
* | Draggable Tests: Clarify position helper test generation | Mike Sherov | 2014-08-14 | 1 | -43/+44 |
| | |||||
* | Draggable: Account for margins when snapping | Mike Sherov | 2014-08-14 | 1 | -0/+4 |
| | | | | Fixes #9724 | ||||
* | Resizable Tests: fix IE8 test fail due to unspecified border style | Mike Sherov | 2014-08-13 | 1 | -1/+1 |
| | | | | | IE <9 does not correctly set the height of an element if the borderWidth is non-zero but no borderStyle is specified. | ||||
* | Draggable Tests: Fix IE8 test when native scroll happens | Mike Sherov | 2014-08-13 | 1 | -3/+22 |
| | |||||
* | Sortable: fire "over" and "out" even when a connectWith hasn't changed | Andrei Picus | 2014-08-13 | 2 | -1/+105 |
| | | | | Fixes #9335 | ||||
* | Droppable: Account for draggable margins when detecting hover | Mike Sherov | 2014-08-13 | 1 | -2/+51 |
| | | | | Fixes #6876 | ||||
* | Draggable: ignore overflow:hidden containers with scroll option | Mike Sherov | 2014-08-12 | 1 | -0/+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: consider offsets from overflow:hidden parents | Mike Sherov | 2014-08-12 | 2 | -31/+37 |
| | | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147 | ||||
* | Draggable Tests: Fix several whitespace issues. | Mike Sherov | 2014-08-12 | 2 | -3/+2 |
| |