Commit Graph

4780 Commits

Author SHA1 Message Date
Scott González
820cff8a67 Accordion demo: Don't use .toggle(fn). 2012-05-21 10:04:23 -04:00
Scott González
33a91fb19e Spinner demo: Don't use .toggle(fn). 2012-05-21 10:02:57 -04:00
Scott González
5455b1599f Resizable, Slider: Don't use .hover(). 2012-05-21 09:55:56 -04:00
Scott González
eccd622a4d Readme: More docs about grunt. 2012-05-21 08:39:44 -04:00
Scott González
44cd5d9186 Tabs: Fixed reference to jQuery. 2012-05-21 08:31:38 -04:00
Scott González
75f6b5f188 Position visual tests: Cleanup. 2012-05-20 20:34:21 -04:00
Scott González
cac6831e34 Autocomplete: Coding standards. 2012-05-18 16:23:03 -04:00
Scott González
3ccf86cffb Tabs manipulation demo: Update for aria-controls. 2012-05-18 16:18:46 -04:00
Scott González
5c9d9f9e9d Tabs: Pass the list item instead of the anchor in events; move aria-controls from the anchor to the list item. 2012-05-18 16:11:14 -04:00
kborchers
098dd1404b Autocomplete: Added check to prevent accidental focus of menu-item on page load in Firefox. Fixed #7024 - Autocomplete menu options are activated even if mouse is not moved. 2012-05-18 15:55:10 -04:00
Scott González
0adc6f5e17 Menu: Remove need to pass an event for next(), previous(), focus(). 2012-05-18 15:34:47 -04:00
Jörn Zaefferer
ba1776a513 Position: Cleanup visual tests, keep general and feedback 2012-05-18 19:14:37 +02:00
Scott González
c549864572 Tests: Use versioned jQuery files in index files. 2012-05-18 11:31:01 -04:00
Scott González
b52c4ece53 Menu visual tests: cleanup. 2012-05-18 10:40:44 -04:00
Scott González
63915d16af Tooltip visual tests: Cleaned up animation tests. 2012-05-18 10:07:39 -04:00
Scott González
0b205572bf Tooltip visual tests: Removed now-unused ajax content. 2012-05-18 10:07:39 -04:00
Scott González
15ccc1ad7a Tooltip: Cleaned up visual test. 2012-05-18 10:07:38 -04:00
Jörn Zaefferer
627d27fea2 Menu: Tests for role option 2012-05-18 16:04:54 +02:00
Jörn Zaefferer
49b1a190b6 Visual tests: Fix index links 2012-05-18 15:29:43 +02:00
Jörn Zaefferer
c0873f5da9 Menu: Update default visual test, remove the disable/toggle buttons, that behaviour must be covered by unit tests 2012-05-18 15:18:19 +02:00
Jörn Zaefferer
5fa6821897 Menu: Update default visual test, add headings and fix disable/destroy toggle buttons 2012-05-18 15:15:00 +02:00
Jörn Zaefferer
8bd0426e36 Menu: Remove tablemenu visual test, broken and not interesting 2012-05-18 15:10:44 +02:00
Jörn Zaefferer
70ce3f1f70 Menu: Remove drilldown visual test, broken and superceded by James Rosen's implementation 2012-05-18 15:08:43 +02:00
Jörn Zaefferer
00aa28b728 Grunt: Increase TestSwarm timeout to 30 minutes 2012-05-18 13:39:06 +02:00
Scott González
f67b69a288 Effects: Lint fixes. 2012-05-17 19:46:43 -04:00
Scott González
155e3334b0 Updating version to 1.9.0pre. 2012-05-17 10:05:49 -04:00
Scott González
19458be483 Tagging 1.9.0m8. 2012-05-17 10:04:50 -04:00
Scott González
980657f3a9 Updated authors. 2012-05-17 10:00:22 -04:00
Scott González
a88b94ebeb Tabs: Update todo to reference newer ticket. 2012-05-16 19:22:49 -04:00
Scott González
90705cdffe Tabs: Preparing for when jQuery starts always returning jqXHR objects from $.ajax(). 2012-05-16 17:14:50 -04:00
Scott González
85639bf0fa Autocomplete: Update live region if focus event is canceled. Remove live region on destroy. 2012-05-16 09:43:49 -04:00
Scott González
5912d36374 Readme: Added more details about landing pull requests. 2012-05-16 09:27:26 -04:00
Scott González
00086a8ab3 Readme: Added notes about running unit tests and creating builds. 2012-05-16 09:23:55 -04:00
Jörn Zaefferer
f4b2d7a411 Autocomplete: ARIA live region as extension, adding a messages option. Fixes #7840 - Autocomplete: popup results not read by screen-readers 2012-05-16 11:55:12 +02:00
Scott González
c0f6b0ccdf Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual tests (Index of Static and Visual tests do not exist). 2012-05-15 16:43:47 -04:00
Scott González
00375d97bb Removed static tests directory. 2012-05-15 16:10:12 -04:00
Scott González
135eb29858 Updated readme. 2012-05-15 14:12:50 -04:00
Trey Hunner
0ecff6a4be Add EditorConfig file denoting indentation for JS 2012-05-15 13:41:15 -04:00
Yi, EungJun
b2a51a589a Draggable tests: Fixed typo. 2012-05-15 13:15:31 -04:00
Scott González
44a086b92c Visual tests: Effects cleanup. 2012-05-15 12:52:18 -04:00
Scott González
1f2469234b Visual tests: Cleanup. 2012-05-15 10:45:13 -04:00
Scott González
86569d8ebc Visual tests: Renamed files. 2012-05-15 10:07:05 -04:00
Scott González
1b19121189 Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes #8322 - Autocomplete: Combobox demo should not override .ui-button styles. 2012-05-14 21:38:30 -04:00
Scott González
6b1fea9bab Grunt: Added task for generating the list of authors. 2012-05-14 17:19:10 -04:00
Scott González
d4318a5f4c Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: Deprecate fx option. 2012-05-14 14:40:06 -04:00
Eneko Illarramendi
1304c50532 Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque locale incorrect. 2012-05-14 14:27:59 -04:00
Scott González
62842be5b8 Updated authors list. 2012-05-14 11:26:51 -04:00
Scott González
d393c8b4cb Spinner: Handle async focus events in IE. Fixes incorrect detection of changes. 2012-05-10 17:59:55 -04:00
Scott González
ab4d8b748d Autocomplete: Fixed context for handling async focus in IE; makes change event work properly in IE again. 2012-05-10 12:57:41 -04:00
Scott González
a15d40eb5f Sortable: Remove uses of self var; use that var. 2012-05-09 20:20:15 -04:00