Commit Graph

4650 Commits

Author SHA1 Message Date
Scott González
d7359beee6 Autocomplete: Added tests for live region. 2012-05-22 10:09:20 -04:00
Jörn Zaefferer
9dcd0e0eb8 Menu: Handle SPACE same as ENTER, select items or opening submenus 2012-05-22 16:01:40 +02:00
TJ VanToll
1f1613852c Button: Corrected default label applied to submit buttons. Fixed #8337: Submit inputs don't automatically set label option. 2012-05-22 08:43:21 -04:00
Scott González
286941ef8d Dialog: Only create the button pane once and store a reference to it. Fixes #8343 - _createButtons removes all elements with .ui-dialog-buttonpane class. 2012-05-22 08:28:53 -04:00
Courthead
c42bdcecf8 Sortable: calculating item positions on the fly and setting the direction variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables 2012-05-22 08:00:20 -04:00
Scott González
033f83ffeb Core: Check if jQuery supports inner/outer/Width/Height setters. 2012-05-21 15:29:53 -04:00
Scott González
15ece1f51a Buttonset: Use input[type=*] instead of just [type=*]. 2012-05-21 14:56:18 -04:00
Scott González
e37f599a53 Don't use :submit selector. 2012-05-21 14:53:27 -04:00
Scott González
8b17f68b57 Don't use :reset selector. 2012-05-21 14:50:49 -04:00
Scott González
51863d5a71 Don't use :input selector. 2012-05-21 14:49:49 -04:00
Scott González
b4ca9289cf Don't use :button selector. 2012-05-21 14:42:08 -04:00
Scott González
26b5492441 Button: Fixed version properties. 2012-05-21 13:51:49 -04:00
Scott González
e6f21410ff Don't use :checkbox selector. 2012-05-21 12:47:15 -04:00
Scott González
9ac52deaa2 Don't use :radio selector. 2012-05-21 12:43:35 -04:00
Jörn Zaefferer
1e586dcd48 Menu: Refactor focus method, extract _scrollIntroView method 2012-05-21 16:42:14 +02:00
Jörn Zaefferer
f89971a2c3 Menu: Coding standards 2012-05-21 16:36:33 +02:00
Jörn Zaefferer
9de4da9d10 Menu: Extend test for destroy method 2012-05-21 16:27:04 +02:00
Scott González
24b7ff1f17 Widget demo: Don't use .toggle(fn). 2012-05-21 10:11:01 -04:00
Scott González
fb91d90058 Effects toggle demo: Coding standards. 2012-05-21 10:08:28 -04:00
Scott González
1da4d7e18d Animate demo: Don't use .toggle(fn). 2012-05-21 10:06:46 -04:00
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