aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Change the default items selector to exclude disabled elements. ↵Scott González2012-10-121-1/+2
| | | | Fixes #8661 - Tooltip doesn't hide on disabled anchor element [IE only].
* Tabs: Use aria-controls instead of the anchor's href to match against ↵Scott González2012-10-121-4/+5
| | | | location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.
* Sortable: Calculating item distance and direction using a more robust ↵John Chen2012-10-101-4/+14
| | | | | | | | | | | algorithm to better support sorting among nested sortables. Fixes #8572 - Wrong placeholder positions. Fixes #8573 - Can't drag an item out of an inner sortable. Fixes #8574 - Hard to put an item between two inner sortables. Use the item which has the least distance between the mouse pointer and one of its borders to rearrange, with direction being determined by the nearest border. Also we use this algorithm to rearrange even when currentContainer is not changed to override the defective rearrangment in _mouseDrag
* Draggable: Fix a bug when dragging into nested sortables there are ↵John Chen2012-10-101-0/+16
| | | | duplicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug.
* Sortable: Fix a bug of removing an item while iterating an array. Fixes ↵John Chen2012-10-101-6/+5
| | | | #8571 - Out of range problem in when dragging a nested sortable.
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-107-9/+15
|
* Tabs: Handle extraneous list items when using ui-tabs-active to set the ↵Scott González2012-10-091-1/+1
| | | | initially active tab. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
* Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 ↵Richard D. Worth2012-10-091-1/+1
| | | | dialog on a XHTML page is broken if buttons are defined
* Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ↵Scott González2012-10-051-1/+17
| | | | is not clearing up the data properties.
* Tooltip: Check if event exists before checking properties in open(). Fixes ↵Scott González2012-10-051-1/+1
| | | | #8626 - Programatically opening a tooltip with out giving an event results in a javascript error.
* typoScott González2012-10-041-1/+1
|
* Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - ↵Scott González2012-10-041-0/+2
| | | | Tooltip tracks mouse when the element has focus.
* Accordion: Only adjust height animations for heightStyle: content. Fix tests ↵Scott González2012-10-011-2/+2
| | | | that punch .animate().
* Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ↵Scott González2012-10-011-17/+23
| | | | animation a bit jumpy in some browsers.
* Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 ↵Scott González2012-10-011-1/+2
| | | | - Destroying a dialog removes the original element from the DOM.
* Updated docs URLs for core files.Scott González2012-09-292-2/+2
|
* Updated docs URLS.Scott González2012-09-2634-33/+35
|
* Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: ↵Scott González2012-09-121-1/+1
| | | | wrong default active li if ul contains extraneous elements.
* Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix ↵Jared A. Scheel2012-09-061-5/+4
| | | | option leaves iframes in DOM when using a selector.
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ↵Scott González2012-09-051-14/+21
| | | | value overwritten/not correctly set.
* Dialog: Only bind focus-trapping event once. Fixes #8551 - After repeated ↵Scott González2012-09-041-22/+19
| | | | opening and closing of a modal dialog, focus navigation using tab becomes slow.
* Tooltip: Allow strings for content option.Scott González2012-08-311-1/+6
|
* Tooltip: Update open tooltips if the content option changes. Fixes #8544 - ↵Scott González2012-08-311-7/+21
| | | | Unable to update tooltip content dynamically.
* Effects (Shake): Divide duration by number of animation steps. Fixed: #8531 ↵Bernhard Sirlinger2012-08-301-1/+1
| | | | - Shake effect: Duration is multiplied based on number of shakes.
* Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs ↵Scott González2012-08-301-1/+3
| | | | with in tabs, heading appears as Loading....
* Droppable: greedy children now consider only parents with same scope as ↵Philipp Benjamin Köppchen2012-08-291-1/+6
| | | | parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different
* Effects: Cleanup.Scott González2012-08-271-12/+17
|
* Menu: If the active element no longer exists after a refresh, blur the menu.Scott González2012-08-272-2/+5
|
* Revert "Datepicker: Modified _updateDatepicker to not update display if ↵Scott González2012-08-261-3/+0
| | | | | | updated instance is not current instance." This revert fixes a more serious problem: Fixes #8522 - Calendar doesn't render when moving between datepicker controls. This reverts commit b4ef2f7ebb1162f75d8fa3276d73e4746bcace84.
* Autocomplete: Fixed an invisible character tht lead to a failure of the ↵Pierre-Henri Ausseil2012-08-261-1/+1
| | | | function.
* Datepicker: Replace HTML entities with characters in es, fi, gl, is, it, ↵Kris Borchers2012-08-238-35/+35
| | | | pt-BR, pt and sl i18n files. Fixes #8515 - Datepicker: Translation displays HTML entities when setting some formats
* Datepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - ↵Jiayi Yang2012-08-233-6/+6
| | | | Localization Issue: the monthNameShort in Chinese is wrong.
* Core: Whitespace.Scott González2012-08-231-8/+8
|
* Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - ↵Scott González2012-08-231-11/+14
| | | | Core: Deprecate .disableSelection() and .enableSelection().
* Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ↵Martin Hoch2012-08-221-9/+11
| | | | events on nested sortables.
* Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists ↵Martin Hoch2012-08-221-1/+10
| | | | don't work properly with sortable.
* Position: Properly handle flip collision when the window is scrolled. Fixes ↵Scott González2012-08-171-2/+2
| | | | #8481 - Position in flip mode does not take into consideration scrollTop and scrollLeft.
* Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs ↵Scott González2012-08-171-20/+31
| | | | not passing data in 1.9. beta 1.
* Upgrade jQuery Color to 2.0.0. Fixes #6969 - Effects: 'borderColor' property ↵Scott González2012-08-141-12/+38
| | | | is buggy.
* Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - ↵Scott González2012-08-091-1/+1
| | | | Datepicker 1.8.22 escaped id does not work.
* Simplify licensing.Scott González2012-08-0934-34/+34
|
* Mouse: Don't try to unbind delegated event handlers if they don't exist. ↵Scott González2012-07-311-3/+5
| | | | Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed.
* Menu: Open submenu on click of parent item and only close menu when clicking ↵kborchers2012-07-311-3/+8
| | | | item without submenu.
* Autocomplete: Fixed spacing.Scott González2012-07-301-2/+2
|
* Datepicker: Changed body selector to document.body. Fixed #8464 - Datepicker ↵Mark Aaron Shirley2012-07-271-1/+1
| | | | does not properly scope the body selector.
* Effects: Fixing call to outerHeight/Width in slide effect for compat with ↵Corey Frang2012-07-201-3/+1
| | | | 1.8 core
* Effects: Fixing bug in blind effect caused by 48659c64 - auto doesn't parseCorey Frang2012-07-201-2/+2
|
* Effects: Fixing call to outerHeight/Width in drop effect for compat with 1.8 ↵Corey Frang2012-07-201-1/+1
| | | | core
* Datepicker: Fixed position problem when input is in a fixed element. Fixes ↵Luis Dalmolin2012-07-171-2/+2
| | | | #5626 - DatePicker doesn't work inside fixed div.
* Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker ↵Maciej Mroziński2012-07-171-1/+1
| | | | dialog has a negative z-index.