Scott González
7e239e2ab2
Merge remote branch 'gnarf37/effects-visual-test'
2011-05-10 11:11:33 -04:00
Scott González
b546f316be
Merge remote branch 'gnarf37/ticket-7067'
2011-05-10 11:00:14 -04:00
Jörn Zaefferer
e6d1ab7bf4
Popup and Menubar demos
2011-05-08 20:41:21 +02:00
Jörn Zaefferer
cd92ad09f5
Promote menubar and popup to their own top level files
2011-05-07 16:22:04 +02:00
Jörn Zaefferer
5973b4fa3f
Popup: Better key handling on trigger, along with a few more TODO comments
2011-05-07 15:18:50 +02:00
Jörn Zaefferer
f7e8331e26
Popup: Improve key handling
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
2cf85da23f
Popup/Tooltip: Fix tab order and add notifications (on select) in
...
video-player demo.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
fbe982b9fb
Popup: If popup is a menu, focus the first menu item, as menubar does.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
28017052a4
Popup: Fix the reopens-issue when clicking the trigger while popup is
...
visible, while still handling an actualy blur properly.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
993d37af1d
Popup: Rename open flag to isOpen to avoid name conflict with open method.
2011-05-05 14:21:26 +02:00
gnarf
d4bdd19429
effects.test: adding a test for size using toggle
2011-05-04 23:41:42 -05:00
gnarf
c73e40adbe
effects.tests: Adding 'size' effect to the visual effect tests
2011-05-04 21:07:12 -05:00
Jörn Zaefferer
fd1b4f84fe
Menubar: Code formatting. A bit of cleanup: Replace self with that;
...
replace an unnecessary each.
2011-05-04 11:50:07 +02:00
Jörn Zaefferer
c7459df062
Popup: Also expose open method
2011-05-04 11:21:30 +02:00
Jörn Zaefferer
018590064f
Popup: Prevent SPACE key event on trigger from scrolling the page
2011-05-04 11:20:04 +02:00
Jörn Zaefferer
b96126b398
Popup: Rename _close to close and use it when selecting something within a popup.
2011-05-04 11:14:32 +02:00
Jörn Zaefferer
bba4cb2be6
Popup: Partial fix for closing popup when trigger is clicked again.
2011-05-04 11:06:32 +02:00
Jörn Zaefferer
f519bc0ebb
Menubar review
2011-05-04 08:31:14 +02:00
Jörn Zaefferer
8201c13928
Popup: Update popup test
2011-05-04 08:20:41 +02:00
Jörn Zaefferer
f5ee22c74a
Popup: Add a non-menu popup example
2011-05-03 22:42:35 +02:00
gnarf
1f3f7bf787
Effects (blind): direction now accepts up/down/left/right as well as vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
2011-05-03 09:16:30 -04:00
Jörn Zaefferer
94b7e6bf18
Tooltip: Add drop effect to tooltip animations test
2011-05-02 14:56:53 +02:00
Jörn Zaefferer
804a6ca7bf
Tooltip: Add visual testpage for animations
2011-05-02 14:40:26 +02:00
Jörn Zaefferer
cd61fb1b55
Merge branch 'master' into menubar
...
Conflicts:
ui/jquery.ui.menu.js
2011-04-26 22:05:44 +02:00
Hans Hillen
f7d2fdbab8
removed unbind for focusin and focusout
2011-04-23 17:35:03 +02:00
Hans Hillen
54795b5650
change self.open to this.open
2011-04-23 17:31:25 +02:00
Hans Hillen
42e11d8e41
Fix error for Escape key on menubar item
2011-04-22 23:11:53 +02:00
Hans Hillen
45c418d293
Added focusin & focusout handler for menubar
2011-04-22 20:22:16 +02:00
Hans Hillen
03132f93fc
Fix menubar escape key + minor css fix
2011-04-20 20:15:26 +02:00
jzaefferer
34e3a2401a
Menu: Add icons support
2011-04-20 17:18:15 +02: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
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
jzaefferer
9d9e1ce122
Adding popup utility prototype to visual menu tests
2011-04-08 15:31:06 +02:00
Richard Worth
54016b8469
Sortable: Reverted 56b0da59d7
as #4551 is invalid.
2011-04-07 09:08:48 -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
gnarf
504e599569
effects.tests: changing the way the effects test runs - using delay() instead of callbacks can help us see if we have places where we destroyed the queue
2011-03-27 06:32:04 -05:00
Scott González
a2015497fc
Progressbar: Removed visual test pages.
2011-03-23 10:31:12 -04:00
Scott González
928c7e4e9a
Tabs: Removed visual test pages.
2011-03-23 10:30:08 -04:00
Scott González
6af1e7a51d
Autocomplete: Removed visual test pages.
2011-03-23 10:28:54 -04:00
Scott González
d847a1ee20
Accordion: Removed visual test pages.
2011-03-23 10:26:10 -04:00
jzaefferer
c0f7afd160
Menubar: Don't close active menu on mouseenter of associated button
2011-03-17 15:47:56 +01:00
jzaefferer
80d6d358f2
Menubar: on a single-button menubar, ignore reopening the same menu
2011-03-17 15:44:09 +01:00
jzaefferer
cb17d6d209
Menubar: Another fix for tab/focus handling
2011-03-17 15:37:27 +01:00
jzaefferer
24d1952045
Menubar: Fix closing with escape key
2011-03-17 15:26:06 +01:00