Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker: Fix test for French locale | Scott González | 2014-10-07 | 1 | -2/+2 |
| | | | | Ref #10651 | ||||
* | Datepicker: Fix French locale | Scott González | 2014-10-07 | 1 | -1/+1 |
| | | | | | | | Thanks Jérémy M Fixes #10651 Closes gh-1357 | ||||
* | Menu: Typeahead now accounts for leading whitespace | Trisha Crowley | 2014-10-07 | 3 | -3/+5 |
| | | | | | Fixes #10649 Closes gh-1356 | ||||
* | Menu: Remove a redundant check | TJ VanToll | 2014-10-03 | 1 | -7/+3 |
| | | | | Closes gh-1355 | ||||
* | Menu: Maintain focus on already selected item during typeahead | TJ VanToll | 2014-10-03 | 2 | -1/+23 |
| | | | | | Fixes #10644 Closes gh-1354 | ||||
* | Menu: Filter out non-items when typing | Simen Bekkhus | 2014-09-29 | 3 | -13/+43 |
| | | | | | Fixes #10571 Closes gh-1329 | ||||
* | Datepicker: Fix currentText in Greek locale | Scott González | 2014-09-22 | 1 | -1/+1 |
| | | | | | | | Thanks Nikos Kalogridis Fixes #10620 Closes gh-1349 | ||||
* | Menu: Adding a demo showing how to create category headers | TJ VanToll | 2014-09-19 | 2 | -0/+43 |
| | | | | Closes gh-1347 | ||||
* | Effects Demos: Fix typeErrors on puff and size demos | Mike Sherov | 2014-09-10 | 3 | -0/+6 |
| | |||||
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 6 | -6/+98 |
| | | | | Closes gh-1338 | ||||
* | CONTRIBUTING: Close parenthesis | Richard Gibson | 2014-09-03 | 1 | -1/+1 |
| | | | | Closes gh-1337 | ||||
* | 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 | ||||
* | Tabs: Fix description in ajax demo | Scott González | 2014-08-27 | 1 | -1/+1 |
| | | | | Closes jquery/jqueryui.com#90 | ||||
* | Menu: Ignore mouseenter events while typeahead is actice | Jörn Zaefferer | 2014-08-27 | 1 | -0/+6 |
| | | | | | | | Prevents focusing the wrong item when typeahead causes a scroll while the mouse is over an item in the menu. Fixes #10458 | ||||
* | Widget: Ensure window and document are defined in _getCreateOptions() | Alexander Schmitz | 2014-08-27 | 2 | -5/+9 |
| | | | | 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 | 2 | -17/+7 |
| | | | | Refs #9675 | ||||
* | Draggable: Whitespace and naming cleanup of connectToSortable | Mike Sherov | 2014-08-26 | 1 | -44/+41 |
| | |||||
* | 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 | 2 | -13/+64 |
| | | | | | | | 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 | 2 | -14/+24 |
| | | | | Fixes #9612 | ||||
* | Draggable: No cloning in connectToSortable and ensure correct position | Mike Sherov | 2014-08-23 | 3 | -29/+139 |
| | | | | | | | | | | | 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 |
| | |||||
* | 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 | 26 | -25/+68 |
| | | | | Fixes #10563 | ||||
* | 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 | ||||
* | 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 | 5 | -7/+79 |
| | | | | | | | | 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 | 2 | -3/+40 |
| | | | | Fixes #9446 | ||||
* | Draggable: Set explicit width/height instead of right/bottom css. | Uri Gilad | 2014-08-18 | 3 | -2/+49 |
| | | | | Fixes #7772 | ||||
* | Draggable: Ensure overflow:visible containments are correctly measured | Mike Sherov | 2014-08-17 | 2 | -4/+44 |
| | | | | Fixes #7016 | ||||
* | Draggable: Only focus the draggable if the event occurs on a handle | Mike Sherov | 2014-08-17 | 2 | -17/+29 |
| | | | | 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 | 2 | -2/+42 |
| | | | | Fixes #6884 | ||||
* | Draggable: Fix whitespace in trigger function | Mike Sherov | 2014-08-16 | 1 | -5/+6 |
| | |||||
* | 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 | 2 | -10/+14 |
| | | | | Fixes #9724 | ||||
* | Build: Update jscs and fix some code style issues | Jörn Zaefferer | 2014-08-14 | 8 | -10/+16 |
| | | | | | | 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. | ||||
* | 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 |
| |