aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Dialog Tests: move dialog initialization to top in order to make stacking ↵Felix Nagel2013-04-301-1/+1
| | | | work for autocomplete and selectmenu
* Merge branch 'master' into selectmenuFelix Nagel2013-04-2912-35/+78
|\
| * Build: Fix version in package.json, oversight when branching 1-10-stableJörn Zaefferer2013-04-261-1/+1
| |
| * Build: Change the homepage and demo URLs to the main effects page. Fixes ↵Jörn Zaefferer2013-04-261-2/+2
| | | | | | | | #9247 - Build: Incorrect links in effect manifests
| * Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - ↵Jason Moon2013-04-252-1/+44
| | | | | | | | Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).
| * Position demo: Fixed usage of center positioning.Scott González2013-04-251-2/+2
| |
| * Autocomplete: Refactored _response() so that requestIndex is defined closer ↵Scott González2013-04-251-15/+15
| | | | | | | | to where it's used.
| * Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: ↵TJ VanToll2013-04-221-0/+2
| | | | | | | | IE 10 renders bullets in submenus
| * All: Remove inline JSHint settings.Scott González2013-04-226-6/+0
| |
| * Sortable: Don't create functions inside loops.Scott González2013-04-221-8/+12
| |
* | Tests: added Selectenu to Dialog Widgets compound testFelix Nagel2013-04-291-1/+11
| |
* | Selectmenu: using prop instead of attr to receive disabled stateFelix Nagel2013-04-291-2/+2
| |
* | Selectmenu: do not call _getCreateOptions directlyFelix Nagel2013-04-291-1/+1
| |
* | Selectmenu Tests: add spaces to [0]Felix Nagel2013-04-293-11/+11
| |
* | Selectmenu: use outerWidth for menu width calculationFelix Nagel2013-04-291-1/+1
| |
* | Selectmenu: add renderItemData method similar to autocompleteFelix Nagel2013-04-292-5/+9
| |
* | Selectmenu: add spacesFelix Nagel2013-04-291-1/+1
| |
* | Selectmenu: use guard clause for option length checking in refreshFelix Nagel2013-04-291-12/+15
| |
* | Selectmenu: adjust comments, trim trailing spacesFelix Nagel2013-04-291-9/+7
| |
* | Selectmenu: rename var to focusIndexFelix Nagel2013-04-291-2/+2
| |
* | Selectmenu: blank before commentFelix Nagel2013-04-291-0/+1
| |
* | Selectmenu: improve readability when creating button elementsFelix Nagel2013-04-291-2/+2
| |
* | Selectmenu: set aria states as string if neededFelix Nagel2013-04-291-3/+3
| |
* | Selectmenu: simplify tabindex attribute setting on button createFelix Nagel2013-04-291-1/+1
| |
* | Selectmenu: Comments start with an uppercase letterFelix Nagel2013-04-291-19/+19
| |
* | Selectmenu: don't quote click, remove extraneous spaceFelix Nagel2013-04-291-1/+1
| |
* | Selectmenu: improve id generationFelix Nagel2013-04-291-3/+7
| |
* | Selectmenu: clean up CSSFelix Nagel2013-04-291-6/+7
| |
* | Selectmenu Tests: added labels to disabled empty visual testFelix Nagel2013-04-291-10/+15
| |
* | Selectmenu Tests: change doctype to lower caseFelix Nagel2013-04-293-3/+3
| |
* | Selectmenu Test: rename widget method testFelix Nagel2013-04-291-1/+1
| |
* | Selectmenu Tests: clean up spacing and intentionFelix Nagel2013-04-292-8/+7
| |
* | Selectmenu Tests: add toLowerCase() to node type checksFelix Nagel2013-04-291-6/+4
| |
* | Selectmenu Tests: remove unneeded testFelix Nagel2013-04-291-8/+4
| |
* | Selectmenu Tests: use simulate instead of triggerFelix Nagel2013-04-291-2/+2
| |
* | Selectmenu Tests: remove unneeded testFelix Nagel2013-04-291-2/+1
| |
* | Selectmenu Tests: cleanup unit testsFelix Nagel2013-04-293-12/+45
| |
* | Selectmenu Tests: rename wrapper divsFelix Nagel2013-04-292-10/+10
| |
* | Selectmenu Tests: updated jQuery and old testsuite versionFelix Nagel2013-04-291-3/+3
| |
* | Selectmenu: clean up default demoFelix Nagel2013-04-291-19/+25
| |
* | Selectmenu: clean up custom render demoFelix Nagel2013-04-291-34/+68
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-04-2125-443/+723
|\|
| * Datepicker Tests: Fix hanging IE tests resulting from asynchronous blurMike Sherov2013-04-141-1/+4
| |
| * Datepicker Tests: fix failing oldIE tests by creating new inputs to focus ↵Mike Sherov2013-04-143-169/+232
| | | | | | | | when necessary for focus tests.
| * Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵Mike Sherov2013-04-144-10/+17
| | | | | | | | cases for old Opera and old Safari.
| * Draggable: allow draggable to defer destroying itself upon DOM removal until ↵Mike Sherov2013-04-125-42/+89
| | | | | | | | after stop is fired. Fixes #6889 - Draggable: Cursor doesn't revert to pre-dragging state after revert action when original element is removed.
| * Grunt: Allow tabs tests to run in PhantomJS.Scott González2013-04-121-1/+1
| |
| * Autocomplete demo: Use custom namespace for combobox.Scott González2013-04-111-7/+7
| |
| * Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in ↵Mike Sherov2013-04-112-44/+70
| | | | | | | | all browsers without having to rely on timeouts.
| * Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - ↵Scott González2013-04-113-12/+30
| | | | | | | | Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.