aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: fixed unit tests due to initial refresh method changesFelix Nagel2012-01-223-4/+22
|
* Selectmenu: make use of _getCreateOptionsFelix Nagel2012-01-221-4/+13
|
* Selectmenu: minor improvements and cleanupFelix Nagel2012-01-201-23/+19
|
* Selectmenu: add refresh method to visual testFelix Nagel2012-01-201-1/+7
|
* Selectmenu: improve initial refresh method callFelix Nagel2012-01-201-11/+5
|
* Selectmenu: improved dropdown CSS style unit testFelix Nagel2012-01-132-4/+12
|
* Selectmenu: change dropdown style on the flyFelix Nagel2012-01-131-6/+6
|
* Selectmenu: fix unit tests (with clean-up)Felix Nagel2012-01-134-173/+179
|
* Selectmenu: added mass (performance) unit testFelix Nagel2012-01-121-0/+10
|
* Selectmenu: fixed unit tests, needs additional check and cleanupFelix Nagel2012-01-122-31/+34
|
* Selectmenu: removed option valueFelix Nagel2012-01-125-89/+18
|
* Selectmenu: removed forgotten console statementFelix Nagel2012-01-121-1/+0
|
* Selectmenu: fixed keyboard control (follow-up)Felix Nagel2012-01-121-0/+6
|
* Selectmenu: improved disabled state handlingFelix Nagel2012-01-112-6/+10
|
* Selectmenu: create menu items with first opening to increase performanceFelix Nagel2012-01-111-1/+6
|
* Merge pull request #536 from danwellman/selectmenuFelix Nagel2012-01-112-6/+139
|\ | | | | Selectmenu: additional unit tests
| * Selectmenu: updated options and events unit testsDan Wellman2011-12-131-0/+2
| |\
| | * removed duplicates from options unit tests and added new options and events ↵Dan Wellman2011-12-012-8/+8
| | | | | | | | | | | | tests
| * | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-129-174/+171
| |\ \
| * | | Selectmenu: updated options and events unit testsDan Wellman2011-12-122-8/+23
| | | |
| * | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-017-31/+116
| |\ \ \
| * | | | Selectmenu: removed duplicates from options unit tests and added new options ↵Dan Wellman2011-12-012-8/+8
| | |_|/ | |/| | | | | | | | | | and events tests
| * | | Updates to events and options unit testsDan Wellman2011-12-012-51/+10
| | | |
| * | | Merge remote-tracking branch 'upstream/selectmenu' into selectmenuDan Wellman2011-11-28238-687/+9977
| |\ \ \
| * | | | Selectmenu: added option unit testsDan Wellman2011-11-251-3/+58
| | | | |
| * | | | Selectmenu: Added event unit testsDan Wellman2011-11-241-3/+105
| | | | |
* | | | | Merge branch 'master' into selectmenuJörn Zaefferer2012-01-1120-1392/+97
|\ \ \ \ \
| * | | | | Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed ↵Jörn Zaefferer2012-01-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | that before
| * | | | | Widget: Set guid on event handler proxies so direct unbinding works.Scott González2012-01-071-0/+7
| | | | | |
| * | | | | Spinner: Allow strings for min, max, and step options, converting ↵Scott González2012-01-072-2/+61
| | | | | | | | | | | | | | | | | | | | | | | | immediately to numbers based on numberFormat and culture.
| * | | | | Effects: Whitespace fixes & using parseFloat instead of parseIntCorey Frang2012-01-051-1/+1
| | | | | |
| * | | | | Effects: Blind effect bugfix - Pull Request #563 - No Ticketrozwell2012-01-051-4/+6
| | | | | |
| * | | | | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵Jörn Zaefferer2012-01-0416-1384/+22
| | | | | | | | | | | | | | | | | | | | | | | | delete on the menubar branch, while development on master can continue without them.
* | | | | | Merge branch 'master' into selectmenukborchers2011-12-235-40/+68
|\| | | | |
| * | | | | Menu: Change first() and last() to isFirstItem() and isLastItem()kborchers2011-12-232-6/+6
| | | | | |
| * | | | | Menu: Fix close delay and increase the default delaykborchers2011-12-202-31/+39
| | | | | |
| * | | | | Merge pull request #553 from AlbertoMonteiro/masterScott González2011-12-152-3/+23
| |\ \ \ \ \ | | | | | | | | | | | | | | Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
| | * | | | | Dialog: When destroy is called place the element back in original DOM ↵Alberto Monteiro2011-12-152-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
* | | | | | | Selectmenu: fixed button keyboard event handling (follow-up)Felix Nagel2011-12-231-14/+23
| | | | | | |
* | | | | | | Selectmenu: improved a11y unit testFelix Nagel2011-12-221-3/+10
| | | | | | |
* | | | | | | Selectmenu: improved ARIA handling (follow-up)Felix Nagel2011-12-221-1/+1
| | | | | | |
* | | | | | | Selectmenu: removed unneeded position workaroundFelix Nagel2011-12-221-4/+0
| | | | | | |
* | | | | | | Selectmenu: removed unneeded IE7 CSS fixFelix Nagel2011-12-221-3/+1
| | | | | | |
* | | | | | | Selectmenu: improved handing of (ARIA) attributesFelix Nagel2011-12-221-3/+4
| | | | | | |
* | | | | | | Selectmenu: improved button event handling, Home/End and Page Up/Page Down ↵Felix Nagel2011-12-221-18/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | keys work now, THX to John
* | | | | | | Merge branch 'master' into selectmenukborchers2011-12-151-0/+15
|\| | | | | |
| * | | | | | Menu: Replace accidentally removed scroll-handling code in focuskborchers2011-12-151-0/+15
| | | | | | |
* | | | | | | Merge branch 'master' into selectmenukborchers2011-12-158-100/+149
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Menu: Fix focus handling to keep focus on the menu and prevent jumping ↵kborchers2011-12-153-44/+41
| |/ / / / | | | | | | | | | | | | | | | around within the menu on mousedown
| * | | | Menu: Update the default visual test to use the new menus option that ↵kborchers2011-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | replaced the items option