Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release version 1.4.0 (jQuery 1.8.3 / UI 1.9.2)selectmenu_v1.4.0 | Felix Nagel | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | fixed: wrong property value on aria-disabled when option is disabled by HTML | Felix Nagel | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | fixed: disabled select is tab-able, see #301 | Felix Nagel | 2013-09-07 | 1 | -2/+2 |
| | |||||
* | fixed: CGL | Felix Nagel | 2013-09-07 | 1 | -18/+18 |
| | |||||
* | improved: rework enable / enable option setting (follow-up) | Felix Nagel | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | improved: rework enable / enable option setting | Felix Nagel | 2013-09-07 | 1 | -34/+15 |
| | |||||
* | fixed: enable and disable has been swapped (regression), see #312 | Felix Nagel | 2013-09-07 | 1 | -8/+8 |
| | |||||
* | updated: copyright year | Felix Nagel | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | fixed: follow-up: selectmenu does not close when body is clicked, THX @zalog ↵ | Felix Nagel | 2013-05-29 | 1 | -1/+1 |
| | | | | see https://github.com/fnagel/jquery-ui/issues/293 | ||||
* | fixed: issue with dialog widget, thx @ubunoir, see ↵ | Felix Nagel | 2013-05-28 | 1 | -1/+1 |
| | | | | https://github.com/fnagel/jquery-ui/issues/300 | ||||
* | fixed: selectmenu does not close when body is clicked, see ↵ | Felix Nagel | 2013-05-28 | 1 | -1/+1 |
| | | | | https://github.com/fnagel/jquery-ui/issues/293 | ||||
* | fixed: improved unique ID generation | Felix Nagel | 2012-11-24 | 1 | -4/+4 |
| | |||||
* | fixed: CGL | Felix Nagel | 2012-11-24 | 1 | -25/+23 |
| | |||||
* | fixed: trim trailing | Felix Nagel | 2012-11-23 | 1 | -2/+2 |
| | |||||
* | removed: this.namespace | Felix Nagel | 2012-11-23 | 1 | -9/+9 |
| | |||||
* | improved: disable / enable options | Felix Nagel | 2012-11-23 | 1 | -33/+24 |
| | |||||
* | fixed: disable enable demo | Felix Nagel | 2012-11-23 | 1 | -12/+16 |
| | |||||
* | improved: disable optgroups | Felix Nagel | 2012-11-23 | 1 | -16/+12 |
| | |||||
* | improved: CGL | Felix Nagel | 2012-11-23 | 1 | -293/+283 |
| | |||||
* | fixed: Position plugin API changes | Felix Nagel | 2012-11-23 | 1 | -16/+13 |
| | |||||
* | updated: demo files and tests to jQuery 1.8.3 | Felix Nagel | 2012-11-23 | 1 | -37/+35 |
| | |||||
* | removed: unneeded files | Felix Nagel | 2012-11-23 | 103 | -15637/+3 |
| | |||||
* | Merge commit '1.9.2' into selectmenu | Felix Nagel | 2012-11-23 | 103 | -384/+16426 |
|\ | |||||
| * | Button: Fixing handling of the disabled options on refresh method calls. ↵ | TJ VanToll | 2012-11-23 | 1 | -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 Frang | 2012-11-22 | 1 | -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ález | 2012-11-14 | 1 | -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ález | 2012-11-14 | 1 | -5/+10 |
| | | | | | | | | event not triggering when collapsible:true. | ||||
| * | Tooltip: Removed logic for handling tracking tooltips which gain focus while ↵ | Scott González | 2012-11-14 | 1 | -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ález | 2012-11-14 | 1 | -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ález | 2012-11-13 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit 2553d61384a89a7aa3fcea2f185c2c7ec45d2bd1) | ||||
| * | Button: use _hoverable for hover state management. Fixes #5295 - button ↵ | Cory Gackenheimer | 2012-11-13 | 1 | -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ález | 2012-11-13 | 1 | -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ález | 2012-11-13 | 1 | -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ález | 2012-11-13 | 1 | -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ález | 2012-11-13 | 1 | -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ález | 2012-11-13 | 1 | -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 R | 2012-11-13 | 1 | -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ález | 2012-11-13 | 1 | -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ález | 2012-11-13 | 1 | -0/+13 |
| | | | | | | | | (cherry picked from commit 886d6fe9fb8bcbf5e4e968bdd535a0fbcf2b88f7) | ||||
| * | Core: Moved old jQuery support code to the bottom (above deprecated). | Scott González | 2012-11-13 | 1 | -47/+47 |
| | | | | | | | | (cherry picked from commit 8a32c39136996db17c0ca2ece636d3814466934d) | ||||
| * | Tooltip: Use ui-tooltip-open instead of tooltip-open for data key. | Scott González | 2012-11-13 | 1 | -4/+4 |
| | | | | | | | | (cherry picked from commit 02694a90f329e84ef7532d8b51e6c209207dc649) | ||||
| * | Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ↵ | Jörn Zaefferer | 2012-11-13 | 1 | -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 Zaefferer | 2012-11-08 | 1 | -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 Zaefferer | 2012-11-08 | 1 | -23/+24 |
| | | | | | | | | | | | | refresh() doesn't refresh existing submenus. (cherry picked from commit 8b3e57024138f1a40be762fd5d29cc390129a8ad) | ||||
| * | Dialog: Don't use .attr( props, true ). | Scott González | 2012-11-08 | 1 | -6/+9 |
| | | | | | | | | (cherry picked from commit a8de99c791ae24e558920e1756fb7d0bf9dfc166) | ||||
| * | Tooltip: Use attributes, not properties, when checking for parent tooltips. ↵ | Scott González | 2012-11-08 | 1 | -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ález | 2012-10-24 | 2 | -2/+3 |
| | | |||||
| * | Effects (size): Adjusting behavior of toggled size effects - See gh-203 - ↵ | Kato Kazuyoshi | 2012-10-24 | 1 | -10/+20 |
| | | | | | | | | Partial Fix for #7041 | ||||
| * | Widget: Fix _on to use element argument for delegated events. Fixes #8658 - ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -3/+5 |
| | | | | | | | | Widget: this._on delegates using instance.widget() instead of passed element | ||||
| * | Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - ↵ | Scott González | 2012-10-24 | 1 | -1/+1 |
| | | | | | | | | widgetEventPrefix is lost when extending existing widget. |