Commit Graph

914 Commits

Author SHA1 Message Date
Felix Nagel
b30184d885 Merge with master 2012-05-24 18:34:32 +02:00
Scott González
cb70a5e302 Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same. 2012-05-22 12:46:15 -04:00
Scott González
e37f599a53 Don't use :submit selector. 2012-05-21 14:53:27 -04:00
Scott González
51863d5a71 Don't use :input selector. 2012-05-21 14:49:49 -04: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
3ccf86cffb Tabs manipulation demo: Update for aria-controls. 2012-05-18 16:18:46 -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
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
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
Felix Nagel
31a38e972e Selectmenu: Upgrade jQuery to 1.7.2. 2012-05-14 12:25:52 +02:00
Felix Nagel
c6a8d7ee3c Merge branch 'master' into selectmenu 2012-05-14 11:52:47 +02:00
Felix Nagel
41dfb09aeb Merge branch 'master' into selectmenu 2012-05-14 11:49:44 +02:00
Jörn Zaefferer
f76fbb8901 Tooltip: Make demos more accessible (and less stupid, in case of the forms demo). Fixes #7842 2012-05-09 22:14:55 +02:00
Jörn Zaefferer
acb704c3a2 Menu: Drop contextmenu link from menu demos index, demo doesn't exist 2012-05-09 09:30:19 +02:00
Scott González
4253c78a46 Autocomplete delete: Adjust styles. 2012-05-08 15:28:47 -04:00
Scott González
f6c0b71ae9 Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from date in Date range datepicker. 2012-05-03 09:04:52 -04:00
Scott González
c974d0fc69 Autocomplete combobox demo: Define this.wrapper for use inside destroy(). 2012-04-28 16:07:17 -04:00
Scott González
0f575e03bb Merge branch 'master' into position-notification
Conflicts:
	tests/unit/position/position_core_within.js
2012-04-23 16:33:34 -04:00
Jörn Zaefferer
22edb77559 Fix various issues in our html files, second batch 2012-04-23 18:44:17 +02:00
Jörn Zaefferer
878eb54a14 Fix various issues in our html files, first batch 2012-04-23 18:29:35 +02:00
Scott González
308b55e50c Merge branch 'master' into position-notification 2012-04-20 11:06:11 -04:00
Jörn Zaefferer
db592b787e Tooltip: Update custom-style demo, remove the ugly padding that was hiding layout issues, use new position feedback API instead of position callout in more then just one place 2012-04-17 09:57:17 +02:00
Scott González
6da7278e87 Position: Simplify default demo by removing drag functionality on positioned elements. Fixes #5380 - Position Demo breaks when dragging an element. 2012-04-15 14:27:15 -04:00
Scott González
218bd47ecd Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0). 2012-04-07 20:37:12 -04:00
Lado Lomidze
c12a47074e Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian localization. 2012-03-22 11:10:36 -04:00
Scott González
89ff5c5232 Upgrade jQuery to 1.7.2. 2012-03-22 09:45:22 -04:00
Scott González
b4d9eee966 Merge branch 'master' into selectmenu 2012-02-29 22:09:26 -05:00
Scott González
6ba18b597a Accordion: Removed mouseover demo. We shouldn't demo bad UX choices. 2012-02-29 10:42:20 -05:00
Scott González
02855292f2 Accordion: Removed requirement for headers contain a child (and removed associated ui-accordion-heading class). 2012-02-27 09:05:22 -05:00
Felix Nagel
e299e9ad66 Selectmenu: added empty.html visual test, small improvements in html files 2012-02-26 02:52:23 +01:00
Felix Nagel
156d0fbf09 Selectmenu: fix for IEs item hover problem, overflow CSS properties now included 2012-02-26 02:16:50 +01:00
Felix Nagel
29effb38eb Selectmenu: removed Button widget dependency 2012-02-23 23:25:03 +01:00
Jörn Zaefferer
8f71accb75 Position: Fix initial positioning of cycler demo. 2012-02-23 14:26:47 +01:00
Jörn Zaefferer
59d15809a3 Selectmenu: Introduce menuWidget method, to get access to the menu element. Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling. 2012-02-21 20:22:13 +01:00
Jörn Zaefferer
d5c74f77c8 Selectmenu: Reorder default demo to reduce the odd top-margin (still needed to fully show the popup menu) 2012-02-21 17:56:04 +01:00
Jörn Zaefferer
aa84b39ccd Selectmenu: Simplify id-selectors, no need for element-selector 2012-02-21 17:52:58 +01:00
Jörn Zaefferer
6528b48b47 Merge branch 'master' into selectmenu 2012-02-21 17:48:55 +01:00
Richard D. Worth
90959389ee Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization 2012-02-15 10:39:20 -05:00
Richard D. Worth
efdf6cdf9f Sortable demos: connect lists - added some bottom padding to each container. Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element 2012-02-13 09:20:04 -05:00
Douglas
8406d97c6d Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization. 2012-02-12 20:56:13 -05:00
Scott González
681b68d048 Whitespace 2012-02-12 15:52:46 -05:00
Scott González
4f909c50ba Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;' 2012-02-12 09:14:36 -05:00
Scott González
00b69db883 Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 - Accordion + Sortable doesn't work properly on IE6/7. 2012-02-11 18:30:44 -05:00
Scott González
c0093b599f Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state. 2012-02-11 12:20:46 -05:00
Richard D. Worth
60799826aa Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect 2012-02-07 06:06:58 -06:00
Scott González
66c7dfd377 Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028 - Accordion: Hoverintent demo throws an error in IE. 2012-01-31 14:07:17 -05:00