Commit Graph

79 Commits

Author SHA1 Message Date
Felix Nagel
ef8c792db8 Selectmenu Tests: fixed spacing 2013-05-07 22:17:22 +02:00
Felix Nagel
adcfa63ac4 Selectmenu Tests: use asyncTest when working with focus events 2013-05-01 00:33:37 +02:00
Felix Nagel
4c930fd59b Selectmenu Tests: add spaces to [0] 2013-04-29 23:15:56 +02:00
Felix Nagel
d66528b3db Selectmenu Test: rename widget method test 2013-04-29 21:08:20 +02:00
Felix Nagel
0d7b25d946 Selectmenu Tests: clean up spacing and intention 2013-04-29 21:07:59 +02:00
Felix Nagel
1cca8292e8 Selectmenu Tests: add toLowerCase() to node type checks 2013-04-29 20:59:35 +02:00
Felix Nagel
f2bd23603d Selectmenu Tests: remove unneeded test 2013-04-29 20:51:01 +02:00
Felix Nagel
1fa8c20009 Selectmenu Tests: use simulate instead of trigger 2013-04-29 20:49:06 +02:00
Felix Nagel
8b6c81e8a6 Selectmenu Tests: remove unneeded test 2013-04-29 20:48:48 +02:00
Felix Nagel
c73f7e81ad Selectmenu Tests: cleanup unit tests 2013-04-29 20:47:02 +02:00
Felix Nagel
4d986a46b5 Selectmenu Tests: rename wrapper divs 2013-04-29 20:34:16 +02:00
Felix Nagel
026f5171c7 Selectmenu Tests: updated jQuery and old testsuite version 2013-04-29 20:31:02 +02:00
Felix Nagel
2f7bd63dcf Selectmenu tests: remove aria-selected tests 2013-03-09 13:30:35 +01:00
Felix Nagel
a7ea386498 Selectmenu tests: improve widget method tests 2013-03-08 00:03:21 +01:00
Felix Nagel
6acc6bdd7f Selectmenu tests: adjust tests due to removed button wrapper element 2013-03-07 23:53:43 +01:00
Felix Nagel
8fc08a18ec Selectmenu tests: adjust test to change from button to span element 2013-03-07 23:41:08 +01:00
Felix Nagel
890881d2f8 Selectmenu tests: switch from a to button element 2013-03-07 19:15:46 +01:00
Jörn Zaefferer
d94e217065 Selectmenu: Fix whitespace (trailing ws on 1 line) and lint issues (unused variables) 2013-03-01 17:18:03 +01:00
Felix Nagel
d599bf9ffd Selectmenu tests: CGL, trim triling spaces 2013-02-14 00:04:14 +01:00
Felix Nagel
f4342715a7 Selectmenu tests: remove console statements 2013-02-13 23:32:20 +01:00
Felix Nagel
75cfcf2235 Selectmenu tests: wrong selected item when using keyboard control on button and focusing menu item before 2013-02-13 22:18:12 +01:00
Felix Nagel
fdf3af681d Selectmenu tests: check for too much fired focus events 2013-02-13 22:06:30 +01:00
Felix Nagel
b81bb0b983 Selectmenu tests: add unit test to make sure button text is changed when refreshing selectmenu 2013-02-09 03:26:53 +01:00
Felix Nagel
f244108d28 Selectmenu tests: Convert single quotes to double quotes 2013-01-02 20:28:22 +01:00
Felix Nagel
84621940bf Selectmenu tests: remove option dropdown 2012-12-20 00:12:35 +01:00
Felix Nagel
1b1dbd8e3a Selectmenu tests: add Position plugin to loaded resources 2012-12-15 02:25:41 +01:00
Felix Nagel
ae68ab8118 Selectmenu tests: improve appendTo option tests 2012-12-15 02:24:10 +01:00
Felix Nagel
930e9d5993 Selectmenu tests: adjust common test to new appendTo mechanism 2012-12-15 02:23:04 +01:00
Felix Nagel
812a90fc82 Selectmenu tests: improve focus event test so its possible to test for too much focus events from menu widget 2012-12-12 19:30:45 +01:00
Felix Nagel
0d4a8dca55 Selectmenu tests: Upgrade jQuery to 1.8.3 2012-11-23 13:45:01 +01:00
Felix Nagel
2bb459f1b6 Selectmenu tests: lint fixes 2012-11-13 21:58:23 +01:00
Felix Nagel
94b3a65c66 Selectmenu tests: adjust accessibility test 2012-11-10 01:37:54 +01:00
Felix Nagel
e7e73cec07 Selectmenu tests: aria-activedescendant für button 2012-10-25 22:24:50 +02:00
Felix Nagel
e059376eae Selectmenu tests: add test for button aria-labelledby attribute 2012-10-25 20:53:57 +02:00
Felix Nagel
fb87e1c557 Selectmenu tests: Added test for widget() method. 2012-08-30 23:38:56 +02:00
Felix Nagel
06372cdcc8 Selectmenu: follow-up to 'split core unit test for state synchronization in keydown and click' 2012-07-16 21:38:47 +02:00
Felix Nagel
83f4249723 Selectmenu: split core unit test for state synchronization in keydown and click 2012-07-16 21:31:18 +02:00
Felix Nagel
37a80477c0 Selectmenu: small fixes for lint tests 2012-05-24 18:54:47 +02:00
Felix Nagel
c3f6bd912e Selectmenu: trim trailing spaces 2012-05-16 20:43:42 +02:00
Felix Nagel
ff957dd287 Selectmenu: Update unit tests 2012-05-16 20:30:30 +02:00
Felix Nagel
4460376a85 Selectmenu: Upgrade tests to jQuery 1.7.2 2012-05-16 20:11:42 +02:00
Felix Nagel
ec5f2ae34a Selectmenu: removed unnecessary unit test (has link test for disabled items) 2012-04-01 23:18:32 +02:00
Scott González
94f85149db Tests: equals() -> equal(). 2012-02-29 22:11:20 -05:00
Scott González
8c10c1e41b Revert "Selectmenu: added a temp fix for Safari to make unit test work, see https://github.com/jquery/jquery-ui/pull/492#issuecomment-4214604"
This reverts commit 72c17f0614.
2012-02-29 22:09:13 -05:00
Felix Nagel
72c17f0614 Selectmenu: added a temp fix for Safari to make unit test work, see https://github.com/jquery/jquery-ui/pull/492#issuecomment-4214604 2012-02-28 19:21:50 +01:00
Felix Nagel
e9a35319d4 Selectmenu: adjust and improve unit tests 2012-02-26 01:24:52 +01:00
Felix Nagel
29effb38eb Selectmenu: removed Button widget dependency 2012-02-23 23:25:03 +01:00
Felix Nagel
6957f9f32f Selectmenu: fixed small typo 2012-02-23 22:55:41 +01:00
Felix Nagel
afcdd6a75c Selectmenu: cleanup unit tests, removing mass test 2012-02-22 00:09:44 +01:00
Felix Nagel
52e43c076f Selectmenu: re-enabled lazy loading of the menu items (menu refresh) 2012-02-21 23:41:00 +01:00