summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Release version 1.4.0 (jQuery 1.8.3 / UI 1.9.2)selectmenu_v1.4.0Felix Nagel2013-10-141-1/+1
|
* fixed: wrong property value on aria-disabled when option is disabled by HTMLFelix Nagel2013-09-161-1/+1
|
* fixed: disabled select is tab-able, see #301Felix Nagel2013-09-071-2/+2
|
* fixed: CGLFelix Nagel2013-09-071-18/+18
|
* improved: rework enable / enable option setting (follow-up)Felix Nagel2013-09-071-1/+1
|
* improved: rework enable / enable option settingFelix Nagel2013-09-071-34/+15
|
* fixed: enable and disable has been swapped (regression), see #312Felix Nagel2013-09-071-8/+8
|
* updated: copyright yearFelix Nagel2013-09-071-1/+1
|
* fixed: follow-up: selectmenu does not close when body is clicked, THX @zalog ↵Felix Nagel2013-05-291-1/+1
| | | | see https://github.com/fnagel/jquery-ui/issues/293
* fixed: issue with dialog widget, thx @ubunoir, see ↵Felix Nagel2013-05-281-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues/300
* fixed: selectmenu does not close when body is clicked, see ↵Felix Nagel2013-05-281-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues/293
* fixed: improved unique ID generationFelix Nagel2012-11-241-4/+4
|
* fixed: CGLFelix Nagel2012-11-241-25/+23
|
* fixed: trim trailingFelix Nagel2012-11-231-2/+2
|
* removed: this.namespaceFelix Nagel2012-11-231-9/+9
|
* improved: disable / enable optionsFelix Nagel2012-11-231-33/+24
|
* fixed: disable enable demoFelix Nagel2012-11-231-12/+16
|
* improved: disable optgroupsFelix Nagel2012-11-231-16/+12
|
* improved: CGLFelix Nagel2012-11-231-293/+283
|
* fixed: Position plugin API changesFelix Nagel2012-11-231-16/+13
|
* updated: demo files and tests to jQuery 1.8.3Felix Nagel2012-11-231-37/+35
|
* removed: unneeded filesFelix Nagel2012-11-23103-15637/+3
|
* Merge commit '1.9.2' into selectmenuFelix Nagel2012-11-23103-384/+16426
|\
| * Button: Fixing handling of the disabled options on refresh method calls. ↵TJ VanToll2012-11-231-1/+3
| | | | | | | | | | | | Fixed #8828 - Button: Refresh does not re-enable disabled button. (cherry picked from commit 93abe02b6052143fac30393291da3fc254bde996)
| * Effects: Making sure outerHeight and outerWidth make it through to the ↵Corey Frang2012-11-221-7/+24
| | | | | | | | | | | | .size() implementation in all cases - Fixes IE8 effects failure (cherry picked from commit a217bd3b160960f8d2ffb9f6a72df7e408c7a52e)
| * Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: ↵Scott González2012-11-141-1/+1
| | | | | | | | | | | | Faroese locale has incorrect firstDay. (cherry picked from commit 3d96f20506bd20f4cdbf5c1dc33149ad6ea5f62c)
| * Tabs: Trigger the select event when collapsing. Fixes #8813 - Tabs: select ↵Scott González2012-11-141-5/+10
| | | | | | | | event not triggering when collapsible:true.
| * Tooltip: Removed logic for handling tracking tooltips which gain focus while ↵Scott González2012-11-141-14/+2
| | | | | | | | | | | | open (we no longer mix events). Fixes #8799 - Tooltip: tracking fails on nested elements. (cherry picked from commit ca0df6b9007a13dabdf7e78acb3d30bdb0928a97)
| * Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not ↵Scott González2012-11-141-1/+10
| | | | | | | | | | | | hide consistently with dynamically loaded content. (cherry picked from commit 1b503a237e1dc47739a8a451debbc86e169851e3)
| * Accordion: Use .css() to clear the height, instead of .height().Scott González2012-11-131-1/+1
| | | | | | | | (cherry picked from commit 2553d61384a89a7aa3fcea2f185c2c7ec45d2bd1)
| * Button: use _hoverable for hover state management. Fixes #5295 - button ↵Cory Gackenheimer2012-11-131-3/+4
| | | | | | | | | | | | doesn't remove hover state if they are disabled (cherry picked from commit 8e1ceba717b85e42a13cc1660e7c8e9e9c26c384)
| * Widget: Only use the event prefix from the base if we're redefining a ↵Scott González2012-11-131-1/+1
| | | | | | | | | | | | widget. Fixes #8805 - Widget: widgetEventPrefix is incorrect when inheriting with jQuery UI 1.9.1. (cherry picked from commit 9e858ba14ac0ae26780581a34565e84e0ae108ef)
| * Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ↵Scott González2012-11-131-0/+2
| | | | | | | | | | | | is not removed from tabs when destroy is called. (cherry picked from commit fd48568c402847df8af59166c33549f0d19feb4b)
| * Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ↵Scott González2012-11-131-1/+1
| | | | | | | | | | | | is shown, but not hidden if element has class=ui-state-disabled. (cherry picked from commit 498aadf644ddca86de838dc2001267ded972df2c)
| * Widget: Suppress disabled check when binding destroy to the remove event. ↵Scott González2012-11-131-1/+1
| | | | | | | | | | | | Fixes #8769 - Widget: ui-state-disabled blocks destroy to be triggered on remove. (cherry picked from commit 1cdeeccab0e76495842cad9d04e686aee802777d)
| * Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: ↵Scott González2012-11-131-3/+12
| | | | | | | | | | | | Ability to use _on() even when disabled. (cherry picked from commit 84cd214486769a3527b3ab420219c8f9c78f9879)
| * Widget: Bridge falls back to name if there is no widgetFullName, and always ↵Avinash R2012-11-131-2/+2
| | | | | | | | | | | | stores instances in data. Fixed #8775 - Widget: Bridge fails if widgetFullName is not supplied. (cherry picked from commit 75bd22eb731f5a81099ad97c88eede3862195fec)
| * Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari ↵Scott González2012-11-131-1/+6
| | | | | | | | | | | | 5.1 when window.location contains a space. (cherry picked from commit c6b52db892703ba14153800dbf620db509acb9e6)
| * Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.Scott González2012-11-131-0/+13
| | | | | | | | (cherry picked from commit 886d6fe9fb8bcbf5e4e968bdd535a0fbcf2b88f7)
| * Core: Moved old jQuery support code to the bottom (above deprecated).Scott González2012-11-131-47/+47
| | | | | | | | (cherry picked from commit 8a32c39136996db17c0ca2ece636d3814466934d)
| * Tooltip: Use ui-tooltip-open instead of tooltip-open for data key.Scott González2012-11-131-4/+4
| | | | | | | | (cherry picked from commit 02694a90f329e84ef7532d8b51e6c209207dc649)
| * Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ↵Jörn Zaefferer2012-11-131-1/+1
| | | | | | | | | | | | overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off. (cherry picked from commit 1d9eab1ead0d5a6f60e31437bb539eb3f804bacc)
| * Tooltip: Check type on event directly, preventing TypeError when ↵Jörn Zaefferer2012-11-081-1/+1
| | | | | | | | | | | | programmatically moving focus to track-toolipped-input. Fixes #8747 - Tooltip: Using the track option within dialogs creates JS errors (cherry picked from commit 98173a3d0ea8e2e6aeb19dda9b232cb65a0684e4)
| * Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: ↵Jörn Zaefferer2012-11-081-23/+24
| | | | | | | | | | | | refresh() doesn't refresh existing submenus. (cherry picked from commit 8b3e57024138f1a40be762fd5d29cc390129a8ad)
| * Dialog: Don't use .attr( props, true ).Scott González2012-11-081-6/+9
| | | | | | | | (cherry picked from commit a8de99c791ae24e558920e1756fb7d0bf9dfc166)
| * Tooltip: Use attributes, not properties, when checking for parent tooltips. ↵Scott González2012-11-081-7/+8
| | | | | | | | | | | | Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form. (cherry picked from commit d074efe5289db4f5182a685046e9b9ad6186ac26)
| * 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
| * Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - ↵Scott González2012-10-241-1/+1
| | | | | | | | widgetEventPrefix is lost when extending existing widget.