aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectmenu
Commit message (Expand)AuthorAgeFilesLines
...
* Selectmenu tests: add Position plugin to loaded resourcesFelix Nagel2012-12-151-0/+1
* Selectmenu tests: improve appendTo option testsFelix Nagel2012-12-152-12/+48
* Selectmenu tests: adjust common test to new appendTo mechanismFelix Nagel2012-12-151-1/+1
* Selectmenu tests: improve focus event test so its possible to test for too mu...Felix Nagel2012-12-121-16/+17
* Selectmenu tests: Upgrade jQuery to 1.8.3Felix Nagel2012-11-232-2/+1
* Selectmenu tests: lint fixesFelix Nagel2012-11-132-10/+6
* Selectmenu tests: adjust accessibility testFelix Nagel2012-11-101-1/+1
* Selectmenu tests: aria-activedescendant für buttonFelix Nagel2012-10-251-2/+4
* Selectmenu tests: add test for button aria-labelledby attributeFelix Nagel2012-10-251-1/+2
* Selectmenu tests: Added test for widget() method.Felix Nagel2012-08-301-0/+14
* Selectmenu: follow-up to 'split core unit test for state synchronization in k...Felix Nagel2012-07-161-8/+8
* Selectmenu: split core unit test for state synchronization in keydown and clickFelix Nagel2012-07-161-2/+15
* Selectmenu: small fixes for lint testsFelix Nagel2012-05-244-14/+21
* Selectmenu: trim trailing spacesFelix Nagel2012-05-161-2/+2
* Selectmenu: Update unit testsFelix Nagel2012-05-162-13/+16
* Selectmenu: Upgrade tests to jQuery 1.7.2Felix Nagel2012-05-161-1/+1
* Selectmenu: removed unnecessary unit test (has link test for disabled items)Felix Nagel2012-04-011-4/+2
* Tests: equals() -> equal().Scott González2012-02-293-48/+48
* Revert "Selectmenu: added a temp fix for Safari to make unit test work, see h...Scott González2012-02-292-8/+8
* Selectmenu: added a temp fix for Safari to make unit test work, see https://g...Felix Nagel2012-02-282-8/+8
* Selectmenu: adjust and improve unit testsFelix Nagel2012-02-262-25/+30
* Selectmenu: removed Button widget dependencyFelix Nagel2012-02-231-2/+0
* Selectmenu: fixed small typoFelix Nagel2012-02-231-1/+1
* Selectmenu: cleanup unit tests, removing mass testFelix Nagel2012-02-222-42/+26
* Selectmenu: re-enabled lazy loading of the menu items (menu refresh)Felix Nagel2012-02-212-6/+10
* Selectmenu: Introduce menuWidget method, to get access to the menu element. F...Jörn Zaefferer2012-02-214-54/+31
* Selectmenu: Unit tests whitespace and linting/cleanupJörn Zaefferer2012-02-214-46/+46
* Selectmenu: implement new ARIA specFelix Nagel2012-01-222-16/+28
* Selectmenu: fixed unit tests in IEFelix Nagel2012-01-222-3/+3
* Selectmenu: revert initial refresh method changes (with unit tests)Felix Nagel2012-01-223-22/+4
* Selectmenu: fixed unit tests due to initial refresh method changesFelix Nagel2012-01-223-4/+22
* Selectmenu: improved dropdown CSS style unit testFelix Nagel2012-01-132-4/+12
* 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-122-11/+0
* Selectmenu: improved disabled state handlingFelix Nagel2012-01-111-4/+5
* Merge pull request #536 from danwellman/selectmenuFelix Nagel2012-01-112-6/+139
|\
| * Selectmenu: updated options and events unit testsDan Wellman2011-12-131-0/+2
| |\
| | * removed duplicates from options unit tests and added new options and events t...Dan Wellman2011-12-012-8/+8
| * | Selectmenu: updated options and events unit testsDan Wellman2011-12-122-8/+23
| * | Selectmenu: removed duplicates from options unit tests and added new options ...Dan Wellman2011-12-012-8/+8
| |/
| * Updates to events and options unit testsDan Wellman2011-12-012-51/+10
| * Merge remote-tracking branch 'upstream/selectmenu' into selectmenuDan Wellman2011-11-281-36/+99
| |\
| * | Selectmenu: added option unit testsDan Wellman2011-11-251-3/+58
| * | Selectmenu: Added event unit testsDan Wellman2011-11-241-3/+105
* | | Selectmenu: improved a11y unit testFelix Nagel2011-12-221-3/+10
| |/ |/|
* | Selectmenu: improved method unit testsFelix Nagel2011-11-281-36/+99
|/
* Selectmenu: added basic method unit testsFelix Nagel2011-11-223-7/+89
* Selectmenu: added state synchronization unit testFelix Nagel2011-11-211-7/+41