aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test ↵Mike Sherov2012-11-011-26/+33
| | | | suite to pass
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵Mike Sherov2012-10-312-43/+41
| | | | test suite to pass
* Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable ↵Mike Sherov2012-10-301-20/+24
| | | | test suite to pass
* Dev: Standardized the selectable test suite. Fixed #8752 - Dev: Get ↵Mike Sherov2012-10-301-23/+31
| | | | selectable test suite to pass
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵Mike Sherov2012-10-301-24/+15
| | | | test suite to pass
* Mixed spaces and tabs removedCorey Frang2012-10-291-3/+3
|
* Tooltip: Use attributes, not properties, when checking for parent tooltips. ↵Scott González2012-10-281-7/+8
| | | | Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form.
* Core: Removed $.ui.ie6.Scott González2012-10-261-1/+0
|
* Datepicker: Removed iframe cover for IE6.Scott González2012-10-261-18/+3
|
* Resizable: Removed pixel shifting for IE6.Scott González2012-10-261-8/+4
|
* Core: Removed $.support.minHeight.Scott González2012-10-261-23/+1
|
* Dialog: Removed minHeight workaround for IE6.Scott González2012-10-261-17/+6
|
* Tabs: Removed overflow workaround for IE6.Scott González2012-10-261-12/+1
|
* Accordion: Removed overflow workaround for IE6.Scott González2012-10-261-13/+1
|
* Removed bgiframe.Scott González2012-10-264-19/+0
|
* Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove ↵Jörn Zaefferer2012-10-253-32/+7
| | | | support for effects in $.effects[].
* Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.Scott González2012-10-251-7/+0
|
* Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove ↵Scott González2012-10-251-2/+0
| | | | widgetBaseClass property.
* Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - ↵Scott González2012-10-251-6/+2
| | | | Autocomplete: Remove data fallbacks.
* Position: Removed offset option. Fixes #6982 - Position: Remove offset option.Scott González2012-10-251-36/+0
|
* Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵Scott González2012-10-251-38/+0
| | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event.
* Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ↵Scott González2012-10-251-34/+0
| | | | option.
* Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵Scott González2012-10-251-134/+0
| | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute.
* Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵Scott González2012-10-251-12/+0
| | | | back-compat for load event.
* Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.Scott González2012-10-251-9/+0
|
* Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.Scott González2012-10-251-26/+0
|
* Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.Scott González2012-10-251-36/+0
|
* Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.Scott González2012-10-251-21/+0
|
* Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.Scott González2012-10-251-16/+1
|
* Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.Scott González2012-10-251-15/+0
|
* Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable ↵Scott González2012-10-251-40/+0
| | | | and disable events.
* Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.Scott González2012-10-251-7/+0
|
* Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.Scott González2012-10-251-52/+0
|
* Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.Scott González2012-10-251-70/+0
|
* Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.Scott González2012-10-251-7/+0
|
* Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ↵Scott González2012-10-251-65/+0
| | | | ajaxOptions and cache options.
* Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ↵Jörn Zaefferer2012-10-241-3/+0
| | | | resize method.
* Accordion: Removed deprecated activate method and expanded active option. ↵Jörn Zaefferer2012-10-241-19/+0
| | | | Fixes #6837 - Accordion: Remove the activate method. Fixes #6853 - Accordion: Remove support for non-number/falsey values for active option.
* Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ↵Jörn Zaefferer2012-10-241-17/+0
| | | | icons.headerSelected.
* Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: ↵Jörn Zaefferer2012-10-241-32/+0
| | | | Remove navigation options.
* Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ↵Jörn Zaefferer2012-10-241-45/+0
| | | | clearStyle option. Fixes #5872 - Accordion: Remove autoHeight and fillSpace options.
* Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ↵Jörn Zaefferer2012-10-241-10/+4
| | | | with animated modal dialog.
* Dialog: Keep focus inside dialog, even when dialog itself has focus.Jörn Zaefferer2012-10-241-2/+2
|
* Dialog: Prevent tabbing off any dialog. Fixes #3768 - Dialog: contain focus ↵David Souther2012-10-241-2/+2
| | | | within dialog.
* Dialog: Save the active element that opened the dialog and restore focus to ↵Jörn Zaefferer2012-10-241-0/+9
| | | | that. Fixes #8730 - Dialog: Restore focus to opener.
* Dialog: Prevent dialog form losing focus (or move it back in IE <= 8).Jörn Zaefferer2012-10-241-2/+21
|
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-241-192/+17
| | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.
* Widget: Bind the remove event to the element, not the .widget() element.Scott González2012-10-242-2/+3
|
* Effects (size): Adjusting behavior of toggled size effects - See gh-203 - ↵Kato Kazuyoshi2012-10-241-10/+20
| | | | Partial Fix for #7041
* Widget: Fix _on to use element argument for delegated events. Fixes #8658 - ↵Jörn Zaefferer2012-10-241-3/+5
| | | | Widget: this._on delegates using instance.widget() instead of passed element