aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.41.11.4Scott González2015-03-1137-59/+59
|
* Tooltip: Register event handlers before content is loadedMarco Ziech2015-03-101-7/+19
| | | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456 (cherry picked from commit c4e367bb31c21d7c8b2701c626a92a2f13be5af4)
* Tabs: Use standard promise methods for jqXHRScott González2015-03-101-12/+17
| | | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455 (cherry picked from commit c1dfb98d4576901aacf35f99d2506e8f652c2690)
* Sortable: Append a tr with td to the placeholder of tbody elementsNils Heuermann2015-03-101-6/+17
| | | | | | | | | | | When sorting tbody elements of a table the placeholder needs to have a tr with td elements to be visible. The appended elements are created in the same way as for the placeholder of a tr element; the first row of the sorted tbody is used for that. Fixes #10682 Closes gh-1380 (cherry picked from commit 962e05dc1d0a51a7458bc44725417aa3462cd89a)
* Dialog: Fix typoScott González2015-03-101-2/+2
| | | | | | | Closes gh-1447 Thanks Spencer Davis (cherry picked from commit d95c23ae6c44e7d82289bb0a82eb1a7840a7a5f2)
* Slider: Modified to allow value to reach max value with float stepAblay Keldibek2015-03-101-1/+1
| | | | | | Fixes #11286 Closes gh-1465 (cherry picked from commit 60c00cd4ecdab41f44e125efe2679223e9cd5535)
* Resizable: alsoResize more than one element of a jQuery selectionBen Mosher2015-03-101-47/+21
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 (cherry picked from commit 19783fd3e6a6e6e02a2030028e8820076c3b1295)
* Resizable: Modified to allow jquery objects as handlesPatricia Juarez2015-03-101-9/+8
| | | | | | | | Custom handlers did not work as jquery objects (outside the resizable element) Fixes #9658 Closes gh-1445 (cherry picked from commit 18e301f4e29c2080e9aa9dac87c00dee137cb6c9)
* Accordion: Handle `box-sizing: border-box` in animationsScott González2015-03-101-1/+4
| | | | | | | Fixes #9264 Closes gh-1287 Closes gh-1459 (cherry picked from commit 4b017b414f107ed3c1dafc7601b61cbcd76acf61)
* Dialog: Stop tracking instance in destroy() to avoid memory leaksTJ VanToll2015-03-101-0/+1
| | | | | | Fixes #11125 Closes gh-1448 (cherry picked from commit ec1f393c39aa5bbac1158acf692271f8ce9518ce)
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2015-03-101-2/+6
| | | | | Fixes #10669 (cherry picked from commit d8077dc562bfca60906a160e20186608a10b7a87)
* Sortable: Redetermine floating flag when recalculating positionsTJ VanToll2015-03-101-5/+5
| | | | | | | | | | 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 (cherry picked from commit f656aebe3f99356b7eb91ffdafe6689ecc8fb4ae)
* Sortable: Add support for iframesMarcus Warren2015-02-091-21/+21
| | | | | | Fixes #9604 Closes gh-1443 (cherry picked from commit 17c7f698a2894211bbb5f2d63750f5b3b84bb0ab)
* Resizable: correct width when grid approaches zeroMike Sherov2015-02-091-1/+1
| | | | | Fixes #10590 (cherry picked from commit 9493839f23b6ff71aacb9cb8fe8fde6c8d0ecd61)
* Resizable: Whitespace CleanupMike Sherov2015-02-091-1/+1
| | | | (cherry picked from commit 337e4110b0cb60c73bb27be2e2b855a75a0c4b2e)
* Slider: Fix max calculation, when step is floatJyoti Deka2015-02-091-2/+20
| | | | | | Fixes #10721 Closes gh-1398 (cherry picked from commit ae1d6d5f90236405023964bb3061eccd6c625e39)
* Resizable: Match on exact node nameAdam Foster2015-02-091-2/+2
| | | | | | Fixes #10748 Closes gh-1417 (cherry picked from commit faefab842bc79f212ccee227b7a37c7630b1573c)
* Core: Match on exact node name for `:focusable` and `:tabbable`Adam Foster2015-02-091-1/+1
| | | | | | Fixes #10747 Ref gh-1417 (cherry picked from commit c66842b45e032ac09f73fcd767e78390d7191b6f)
* Position: Restore old flip collision handlingThomas Meyer2015-02-091-2/+2
| | | | | | | | This reverts commit 7f808b2047725cd8fde51a948cb4e5f5946c82e1. Fixes #8710 Ref gh-1071 (cherry picked from commit ebaaca7206cae201ec069dbaed85bc8d6beeab32)
* Accordion: Set `aria-expanded` when collapsingScott González2015-02-091-4/+7
| | | | | | Fixes #10703 Closes gh-1413 (cherry picked from commit ab798cb4646cfeb79f1949eb70cd64813a248d87)
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-0937-37/+37
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* Widget: Improve readability in `$.widget.bridge()`Giovanni Giacobbi2015-02-091-5/+6
| | | | | Closes gh-1409 (cherry picked from commit 713688dccdfc7eddd596cdd1a3522e2ce9fb9d2a)
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2015-02-091-2/+3
| | | | | | Fixes #9621 Closes gh-1383 (cherry picked from commit 6a242ab4ebdcec265826b959fa27881dcf462c96)
* Selectmenu: Properly parse value from optionsScott González2015-02-091-1/+1
| | | | | | | | | Fixes #10684 (cherry picked from commit 809cc0f8d0c07c2be44942b3010bba1f9ce91be8) Conflicts: ui/selectmenu.js
* Datepicker: Fixed month names and firstDay value in Arabic localeMohammed Alshehri2015-02-051-6/+7
| | | | | | Fixes #10035 Closes gh-1246 (cherry picked from commit 06231cf7622fe112703c38535df71aa7f100ef7d)
* Selectmenu: Remove broken tabindex codeScott González2015-02-051-3/+2
| | | | (cherry picked from commit 1fb08790a6cae0ac861df0373a303d72ed0e8d71)
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2015-02-051-0/+4
| | | | | | Fixes #10668 Closes gh-1362 (cherry picked from commit e5e3ca4240fbae9684f689ec6e00882ec0211922)
* Selectmenu: Preserve text selection and button focus on clickScott González2014-10-161-3/+47
| | | | | Fixes #10639 Closes gh-1358
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-091-26/+36
| | | | | Fixes #10602 Closes gh-1353
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-081-1/+9
| | | | | Fixes #9376 Closes gh-1016
* Datepicker: Fix French localeScott González2014-10-071-1/+1
| | | | | | | Thanks Jérémy M Fixes #10651 Closes gh-1357
* Menu: Typeahead now accounts for leading whitespaceTrisha Crowley2014-10-071-1/+1
| | | | | Fixes #10649 Closes gh-1356
* Menu: Remove a redundant checkTJ VanToll2014-10-031-7/+3
| | | | Closes gh-1355
* Menu: Maintain focus on already selected item during typeaheadTJ VanToll2014-10-031-1/+1
| | | | | Fixes #10644 Closes gh-1354
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-291-13/+17
| | | | | Fixes #10571 Closes gh-1329
* Datepicker: Fix currentText in Greek localeScott González2014-09-221-1/+1
| | | | | | | Thanks Nikos Kalogridis Fixes #10620 Closes gh-1349
* Menu: Ignore mouseenter events while typeahead is acticeJörn Zaefferer2014-08-271-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 Schmitz2014-08-271-4/+5
| | | | Closes gh-1320
* Sortable: cancelHelperRemoval only considers helper, not placeholderMike Sherov2014-08-261-16/+6
| | | | Refs #9675
* Draggable: Whitespace and naming cleanup of connectToSortableMike Sherov2014-08-261-44/+41
|
* Draggable: Refresh sortables when draggable is added or removedMike Sherov2014-08-251-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 connectToSortableMike Sherov2014-08-251-5/+6
|
* Draggable: Ensure sortable revert still works after draggable is removedMike Sherov2014-08-251-7/+8
| | | | Fixes #9481
* Draggable: Ensure css is always restored after connectToSortable dragMike Sherov2014-08-251-7/+8
| | | | Fixes #9675
* Draggable: Ensure correct widget removes helper in connectToSortableMike Sherov2014-08-241-3/+10
|
* Draggable: append divs to iframe parent for iframefixMike Sherov2014-08-241-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 scrollingMike Sherov2014-08-231-2/+4
| | | | Fixes #9612
* Draggable: No cloning in connectToSortable and ensure correct positionMike Sherov2014-08-231-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 callbackMike Sherov2014-08-221-71/+83
|
* Accordion: Avoid memory leak during refreshScott González2014-08-211-1/+10
| | | | | Ref #10056 Closes gh-1319