aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Use show.delay update only when track option is activeMani Mishra2016-06-091-2/+3
| | | | | | | Fixes #14682 Closes gh-1613 (cherry picked from commit d5732327078709c3680385c79a2106f263009f84)
* Autocomplete: Use a `div` instead of a `span` for the live regionScott González2016-06-091-1/+1
| | | | | | Fixes #14587 (cherry picked from commit ce5017843036151d545fba76062655fda69eac62)
* Mouse: Fix delay timeout clearing upon mouseupLiran Sharir2016-06-091-0/+5
| | | | | | | Fixes #14458 Closes gh-1579 (cherry picked from commit 9b82001a70a6273df037db9e602080011d0fd7ba)
* Position: Guard against passing window to offsetAlexander Schmitz2016-06-091-3/+4
| | | | | | | | | Starting in jQuery 3.0 this will throw an error Fixes #13493 Closes gh-1565 (cherry picked from commit b3a9b13a218cd90b7cf67be5d5f8ad6e76c557b0)
* Slider: Proper animation of rangeAblay Keldibek2016-06-091-2/+2
| | | | | | | Fixes #9459 Closes gh-1530 (cherry picked from commit bf03479cc14aa54c2e674cad87bf75c8126cb86f)
* Core: Work around more IE activeElement bugsScott González2016-06-091-0/+7
| | | | | | Closes gh-1523 (cherry picked from commit 0de27b0609e8f6f9751ab7cce28492e18206d86d)
* All: Include native dialogs in appendTo logic (ui-front walking)Scott González2016-06-092-2/+2
| | | | | | | Ref #10739 Ref gh-1517 (cherry picked from commit dc6703756d388b1f49be0637473a8d55b5ce9270)
* Tooltip: Follow the standard appendTo logicScott González2016-06-091-1/+11
| | | | | | | | | | | Even though there's no reason to ever configure the parent element via an `appendTo` option, following the standard logic is useful for scrollable elements and native dialogs. Fixes #10739 Closes gh-1517 (cherry picked from commit 8cf98798a58afb7197bce0d6ca1c5b658ae04011)
* Spinner: Properly handle empty attributes in create with jQuery gitScott González2016-06-091-1/+1
| | | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 (cherry picked from commit e109e768190089744804d084e9a26f010dd63a37)
* Dialog: Properly handle empty title with jQuery gitScott González2016-06-091-3/+6
| | | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 (cherry picked from commit fdbb85be397b1d1e632ead53a53c57d30739e70c)
* Core: Fix `:focusable` and `:tabbable` with jQuery gitScott González2016-06-091-6/+6
| | | | | | | | jQuery now returns `null` for empty attributes instead of `undefined` Ref gh-1516 (cherry picked from commit 12643739a93b1f39d0934321973b96989845a606)
* Core: Handle IE11 bug with document.activeElement in iframesScott González2016-06-091-0/+7
| | | | | | | Fixes #11539 Closes gh-1518 (cherry picked from commit 76c27556f48bea48d3787c241d35e190d46c3245)
* Slider: Fix handle order when setting values of range slider to maxAblay Keldibek2016-06-091-1/+3
| | | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 (cherry picked from commit dff1c74dd4c0fd6b951c7c183bebae09f9f229f6)
* Autocomplete: Simplify _create() methodJörn Zaefferer2016-06-091-8/+5
| | | | | | | | Uses logical expressions in place of conditional expressions. Closes #1490 (cherry picked from commit 4212d072a112d0315df1c26f81764fafd96a478d)
* Autocomplete: Restore focus after clicking a menu item, if necessaryScott González2016-06-091-0/+10
| | | | | | | Fixes #9201 Closes gh-1470 (cherry picked from commit 581bfb55bf4f4f614a6e0c0ac545cf1aa7d29d0a)
* Core: Add methods to work around IE active element bugsScott González2016-06-097-38/+40
| | | | | | Closes gh-1478 (cherry picked from commit f33027840cdac5152599da66635981bbe68c6bda)
* 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