aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Build: Remove manifest files; move metadata to source filesScott González2014-11-1037-71/+258
| | | | Closes gh-1379
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2014-11-081-2/+6
| | | | Fixes #10669
* Droppable: Remove $.ui.intersect()Mike Sherov2014-11-051-4/+4
| | | | Fixes #10534
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2014-11-041-2/+3
| | | | | Fixes #9621 Closes gh-1383
* Selectmenu: Copy title attributesFelix Nagel2014-11-041-2/+5
| | | | | Fixes #10435 Closes gh-1298
* Selectmenu: Properly parse value from optionsScott González2014-11-041-1/+1
| | | | Fixes #10684
* Sortable: Redetermine floating flag when recalculating positionsTJ VanToll2014-11-041-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
* Selectmenu: Introduce _renderButtonItem() methodFelix Nagel2014-11-041-18/+37
| | | | | Fixes #10142 Closes gh-1299
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-031-6/+6
| | | | | Fixes #10683 Closes gh-1382
* Selectmenu: Re-add wrappers to menu itemsTJ VanToll2014-10-251-8/+11
|
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-251-1/+3
|
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-251-26/+36
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* Datepicker: Fixed month names and firstDay value in Arabic localeMohammed Alshehri2014-10-221-6/+7
| | | | | Fixes #10035 Closes gh-1246
* Selectmenu: Remove broken tabindex codeScott González2014-10-221-3/+2
|
* All: Drop support for IE7Scott González2014-10-211-4/+0
| | | | | Fixes #9838 Closes gh-1365
* Core: Remove .zIndex()Scott González2014-10-201-29/+0
| | | | Fixes #9156
* Core: Removed .focus( delay )Scott González2014-10-201-16/+0
| | | | Fixes #9649
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2014-10-201-0/+4
| | | | | Fixes #10668 Closes gh-1362
* 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
* Tabs: Avoid memory leak during refreshScott González2014-08-211-1/+11
| | | | | Fixes #10056 Ref gh-1319
* Widget: Avoid memory leaks when unbinding events with `._off()`Scott González2014-08-211-1/+7
| | | | | Ref #10056 Ref gh-1319
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-201-6/+18
| | | | | | | | 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 localeScott González2014-08-201-12/+12
| | | | | Fixes #10562 Closes gh-1221
* Draggable: Ensure helper is positioned even if its the element itselfMike Sherov2014-08-191-3/+21
| | | | Fixes #9446
* Draggable: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-181-0/+15
| | | | Fixes #7772
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-171-4/+14
| | | | Fixes #7016
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-171-10/+14
| | | | Refs #10527
* Draggable: Only blur the focused element if the event occurs on a handleTJ VanToll2014-08-171-13/+23
| | | | Fixes #10527