Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selectmenu: adjust and improve unit tests | Felix Nagel | 2012-02-26 | 2 | -25/+30 |
| | |||||
* | Selectmenu: small typo in visual test | Felix Nagel | 2012-02-26 | 1 | -2/+1 |
| | |||||
* | Selectmenu: removed Button widget dependency | Felix Nagel | 2012-02-23 | 5 | -6/+0 |
| | |||||
* | Selectmenu: fixed small typo | Felix Nagel | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Selectmenu: merge themeswitcher with compatibility visual test | Felix Nagel | 2012-02-22 | 2 | -105/+8 |
| | |||||
* | Selectmenu: cleanup unit tests, removing mass test | Felix Nagel | 2012-02-22 | 2 | -42/+26 |
| | |||||
* | Selectmenu: re-enabled lazy loading of the menu items (menu refresh) | Felix Nagel | 2012-02-21 | 2 | -6/+10 |
| | |||||
* | Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵ | Jörn Zaefferer | 2012-02-21 | 5 | -57/+33 |
| | | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling. | ||||
* | Selectmenu: Unit tests whitespace and linting/cleanup | Jörn Zaefferer | 2012-02-21 | 4 | -46/+46 |
| | |||||
* | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2012-02-21 | 29 | -3345/+474 |
|\ | |||||
| * | Menu: Clean up tests to remove nested setTimeout calls | kborchers | 2012-02-17 | 1 | -123/+143 |
| | | |||||
| * | Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵ | Scott González | 2012-02-16 | 2 | -40/+4 |
| | | | | | | | | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE. | ||||
| * | Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a ↵ | Scott González | 2012-02-16 | 3 | -4/+5 |
| | | | | | | | | bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed. | ||||
| * | Autocomplete: Added a test for exceeding minLength, then falling below, then ↵ | Scott González | 2012-02-15 | 1 | -7/+28 |
| | | | | | | | | exceeding again. | ||||
| * | Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - ↵ | Scott González | 2012-02-12 | 2 | -9/+8 |
| | | | | | | | | remove uses of 'var self = this;' | ||||
| * | Autocomplete: Cancel search when closing the menu. Fixes #7523 - ↵ | Scott González | 2012-02-11 | 1 | -0/+33 |
| | | | | | | | | Autocomplete cancel pending request when text changes below minLength. | ||||
| * | Menu tests: Handle async focus events in IE. | Scott González | 2012-02-09 | 1 | -99/+101 |
| | | |||||
| * | Menu: Focus the menu before performing keyboard unit tests. | kborchers | 2012-02-06 | 1 | -8/+15 |
| | | |||||
| * | Menu: Prevent navigating to disabled menu items with the keyboard. | kborchers | 2012-02-06 | 1 | -2/+3 |
| | | |||||
| * | Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵ | kborchers | 2012-02-03 | 1 | -5/+5 |
| | | | | | | | | padding from disabled items. | ||||
| * | Visual tests: Cleaned up dialog tests. | Scott González | 2012-02-01 | 1 | -2942/+50 |
| | | |||||
| * | Static tests: Removed slider tests. | Scott González | 2012-02-01 | 10 | -170/+0 |
| | | |||||
| * | Widget: Allow redefining a widget after other widgets have inherited from it. | Scott González | 2012-02-01 | 2 | -6/+49 |
| | | |||||
| * | Autocomplete: Added test for close method. | Scott González | 2012-01-31 | 2 | -6/+9 |
| | | |||||
| * | Accordion: Adjusted tests for icons: false. | Scott González | 2012-01-31 | 1 | -1/+1 |
| | | |||||
| * | Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ↵ | Scott González | 2012-01-31 | 1 | -0/+39 |
| | | | | | | | | Provide header and content details in create event. | ||||
| * | Menu: Added unit tests for the enable, disable and refresh methods as well ↵ | kborchers | 2012-01-22 | 4 | -20/+78 |
| | | | | | | | | as the disabled option. Cleaned up some variable names in unit tests. | ||||
* | | Selectmenu: removed space from file name | Felix Nagel | 2012-01-25 | 1 | -0/+0 |
| | | |||||
* | | Selectmenu: implement new ARIA spec | Felix Nagel | 2012-01-22 | 2 | -16/+28 |
| | | |||||
* | | Selectmenu: fixed unit tests in IE | Felix Nagel | 2012-01-22 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2012-01-22 | 4 | -3/+80 |
|\| | |||||
| * | Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵ | Scott González | 2012-01-21 | 1 | -0/+39 |
| | | | | | | | | and panel details in create event. | ||||
| * | Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to ↵ | Scott González | 2012-01-21 | 1 | -0/+15 |
| | | | | | | | | provide event data for create event. | ||||
| * | Menu tests: Removed trigger option. | Scott González | 2012-01-18 | 1 | -2/+1 |
| | | |||||
| * | Simulate: Define getters for pageX and pageY in mouse events if they come ↵ | Scott González | 2012-01-12 | 1 | -1/+25 |
| | | | | | | | | through as 0. Fixes #7324 - simulate mouse events broken for IE 9. | ||||
* | | Selectmenu: revert initial refresh method changes (with unit tests) | Felix Nagel | 2012-01-22 | 3 | -22/+4 |
| | | | | | | | | This reverts commit 27049fc5dc59522c38376d5c91f9f9a304e16613 and d83e169424adf341afea4351cbe5b056f42ac996 | ||||
* | | Selectmenu: fixed unit tests due to initial refresh method changes | Felix Nagel | 2012-01-22 | 3 | -4/+22 |
| | | |||||
* | | Selectmenu: add refresh method to visual test | Felix Nagel | 2012-01-20 | 1 | -1/+7 |
| | | |||||
* | | Selectmenu: improved dropdown CSS style unit test | Felix Nagel | 2012-01-13 | 2 | -4/+12 |
| | | |||||
* | | Selectmenu: fix unit tests (with clean-up) | Felix Nagel | 2012-01-13 | 4 | -173/+179 |
| | | |||||
* | | Selectmenu: added mass (performance) unit test | Felix Nagel | 2012-01-12 | 1 | -0/+10 |
| | | |||||
* | | Selectmenu: fixed unit tests, needs additional check and cleanup | Felix Nagel | 2012-01-12 | 2 | -31/+34 |
| | | |||||
* | | Selectmenu: removed option value | Felix Nagel | 2012-01-12 | 4 | -76/+10 |
| | | |||||
* | | Selectmenu: improved disabled state handling | Felix Nagel | 2012-01-11 | 1 | -4/+5 |
| | | |||||
* | | Merge pull request #536 from danwellman/selectmenu | Felix Nagel | 2012-01-11 | 2 | -6/+139 |
|\ \ | | | | | | | Selectmenu: additional unit tests | ||||
| * \ | Selectmenu: updated options and events unit tests | Dan Wellman | 2011-12-13 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | removed duplicates from options unit tests and added new options and events ↵ | Dan Wellman | 2011-12-01 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | tests | ||||
| * | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenu | Dan Wellman | 2011-12-12 | 7 | -172/+163 |
| |\ \ \ | |||||
| * | | | | Selectmenu: updated options and events unit tests | Dan Wellman | 2011-12-12 | 2 | -8/+23 |
| | | | | | |||||
| * | | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenu | Dan Wellman | 2011-12-01 | 2 | -4/+95 |
| |\ \ \ \ |