jzaefferer
34e3a2401a
Menu: Add icons support
2011-04-20 17:18:15 +02:00
jzaefferer
f0d5a0008f
Menu: Make keyboard focus matching take submenus into account
2011-04-20 15:35:40 +02:00
Mark Johnson
b1c8a13a16
Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270 .
2011-04-19 14:39:58 -07:00
Hans Hillen
d77185a5a1
Fix "menubar does not collapse when clicking on other menubar" + minor changes
2011-04-18 23:05:50 +02:00
jzaefferer
5076f233db
Close popup when blurred and make sure that shift-tab when popup is open
...
skips the trigger.
2011-04-18 17:07:08 +02:00
Hans Hillen
e448cd0761
Added icon removal to _destroy
2011-04-15 20:31:43 +02:00
Hans Hillen
c6cbd8143b
Updated menubar test to use UL elements rather than DIVs
2011-04-15 19:19:27 +02:00
Hans Hillen
8a0df90bf1
Accessibility / bug fixes for menubar
2011-04-15 19:18:58 +02:00
Hans Hillen
f89f0ca61f
ARIA & Focus changes to menu, specifically to how aria-activedescendant is handled
2011-04-15 19:18:38 +02:00
Scott González
4547da1ba5
Accordion tests: Coding standards.
2011-04-15 11:29:26 -04:00
Scott González
ae8963f054
Tabs: Rewrote some ticket tests and moved to approriate file.
2011-04-15 11:04:49 -04:00
jzaefferer
3950a0515d
Stop show animation on hide. Now that we don't reuse the tooltip
...
element, we can safely do that.
2011-04-15 16:53:05 +02:00
jzaefferer
e609bebaae
Custom tooltip animations based on widget-animations branch.
2011-04-15 16:49:29 +02:00
Scott González
d3e10de6bc
Tabs: Better tests for tab state.
2011-04-15 08:53:05 -04:00
Lopo
59c787fa4a
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name for Slovak localization.
2011-04-15 00:13:20 -04:00
Scott González
3af0923b73
Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorrect dateFormat in jquery.ui.datepicker-nl.js.
2011-04-15 00:08:03 -04:00
jzaefferer
00559b388a
Update popup utility: Defer _open call and let click event propagate.
...
Fixes other popups to close. Also update aria usage.
2011-04-13 18:37:32 +02:00
jzaefferer
67d49f593b
Overhaul tooltip implementation. Avoid queuing and other problems by
...
creating the tooltip element on the fly, never reusing it.
Use aria-describedby attribute to find the associated tooltip again.
Allows customizing animations much easier (just replace fadeIn/fadeOut),
still open.
Updated demos and visual test to replace now-missing .widget() method.
Added tooltipClass for that.
2011-04-13 14:01:46 +02:00
Scott González
bc65675330
Tabs: Fixed issues with collapsible and active options.
2011-04-11 13:49:22 -04:00
Scott González
a3370064d8
Tabs: Update ajax demo to use beforeLoad event instead of deprecated ajaxOptions option.
2011-04-11 10:39:33 -04:00
Scott González
ccac8cd492
Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.
2011-04-11 10:08:32 -04:00
Richard Worth
08b6a2b518
Resizable: use background-image:url(data:) instead of background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
2011-04-09 23:12:53 -04:00
Richard Worth
64f13b661a
Resizable: Added a non-visible yet non-transparent (apparently) no-request background-image on resizable handles to work around an IE bug. Fixed #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
2011-04-09 15:54:17 -04:00
Richard Worth
7272f3bdef
Progressbar: Added unit test for #7231 - valueDiv should be hidden when value is at 0%
2011-04-09 14:53:15 -04:00
Kyle Florence
3b77ac654b
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden when value is at 0%
2011-04-09 14:27:10 -04:00
jzaefferer
9d9e1ce122
Adding popup utility prototype to visual menu tests
2011-04-08 15:31:06 +02:00
Scott González
d573a92beb
Tabs: Added tests for aria-controls attribute being assigned on init.
2011-04-07 13:53:20 -04:00
Richard Worth
54016b8469
Sortable: Reverted 56b0da59d7
as #4551 is invalid.
2011-04-07 09:08:48 -04:00
Scott González
bc6a28ee03
Tabs: Cleaned up _tabId() implementation.
2011-04-05 21:39:02 -04:00
Scott González
168ab6656d
Tabs: Updated test for deprecated length method.
2011-04-05 20:07:27 -04:00
Scott González
7aad37bfd5
Tabs: Better handling of active option and various cleanup.
2011-04-05 16:53:52 -04:00
Scott González
ff84d58444
Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
2011-04-05 11:28:05 -04:00
Scott González
995518c10f
Tabs: cleanup.
2011-04-04 17:06:13 -04:00
Scott González
1fc91f90d0
Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename show event to activate.
2011-04-04 15:28:33 -04:00
Scott González
316d0af8fb
Accordion: Added test to ensure activate event is not triggered if beforeActive is prevented.
2011-04-04 15:26:32 -04:00
Scott González
e19d8261c1
Tabs: Properly handle switching from active: false.
2011-04-04 14:27:38 -04:00
Scott González
fc5291291b
Accordion: When simulating events, make sure we use DOM elements, not jQuery objects.
2011-04-04 14:22:54 -04:00
Scott González
9a1d8891b7
Accordion: Removed unnecessary test.
2011-04-04 12:00:04 -04:00
Scott González
80b6de1b78
Accordion: Pass original event in beforeActivate event.
2011-04-04 11:53:19 -04:00
Scott González
01b92ff1a0
Accordion tests: Only use single words inside headers to avoid breaking onto multiple lines.
2011-04-04 11:43:58 -04:00
Scott González
af04a89df7
Accordion tests: Only use single words inside headers to avoid breaking onto multiple lines.
2011-04-04 11:33:09 -04:00
Scott González
632e6c7618
Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Rename select event to beforeActivate.
2011-04-04 11:22:32 -04:00
Scott González
fdedf1616d
Tabs: Test cleanup.
2011-04-04 10:11:19 -04:00
Scott González
fd1fd618cc
Tests: Renamed files for deprecated tests now that TestSwarm is setup to properly handle them.
2011-04-04 09:19:20 -04:00
Scott González
275897e731
Accordion tests: lowercase doctype.
2011-04-04 09:12:08 -04:00
Scott González
401c91418c
Autocomplete (combobox demo): Blur the button on click to avoid a bug.
...
Thanks tyron.
2011-04-04 08:54:09 -04:00
Scott González
98c53d8432
Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only single year in year dropdown if numberOfMonths > 1.
2011-04-04 07:55:42 -04:00
Scott González
255a8dbba5
Tests: Allow overriding enable and disable methods to add custom logic.
2011-03-29 20:38:58 -04:00
Scott González
91c2f3eca0
Visual tests: Removed index page. A directory listing of all files is more useful than an incomplete listing of tests.
2011-03-29 18:21:04 -04:00
Scott González
6c6a64c40c
Dialog: Removed unnecessary visual test files.
2011-03-29 18:18:21 -04:00