aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/menu/popup.js
Commit message (Collapse)AuthorAgeFilesLines
* Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-071-161/+0
|
* Popup: Better key handling on trigger, along with a few more TODO commentsJörn Zaefferer2011-05-071-4/+14
|
* Popup: Improve key handlingJörn Zaefferer2011-05-071-5/+5
|
* Popup/Tooltip: Fix tab order and add notifications (on select) inJörn Zaefferer2011-05-071-0/+2
| | | | video-player demo.
* Popup: If popup is a menu, focus the first menu item, as menubar does.Jörn Zaefferer2011-05-071-0/+4
|
* Popup: Fix the reopens-issue when clicking the trigger while popup isJörn Zaefferer2011-05-071-3/+10
| | | | visible, while still handling an actualy blur properly.
* Popup: Rename open flag to isOpen to avoid name conflict with open method.Jörn Zaefferer2011-05-051-4/+4
|
* Popup: Also expose open methodJörn Zaefferer2011-05-041-2/+2
|
* Popup: Prevent SPACE key event on trigger from scrolling the pageJörn Zaefferer2011-05-041-0/+6
|
* Popup: Rename _close to close and use it when selecting something within a ↵Jörn Zaefferer2011-05-041-5/+5
| | | | popup.
* Popup: Partial fix for closing popup when trigger is clicked again.Jörn Zaefferer2011-05-041-1/+9
|
* Close popup when blurred and make sure that shift-tab when popup is openjzaefferer2011-04-181-1/+12
| | | | skips the trigger.
* Update popup utility: Defer _open call and let click event propagate.jzaefferer2011-04-131-3/+9
| | | | Fixes other popups to close. Also update aria usage.
* Adding popup utility prototype to visual menu testsjzaefferer2011-04-081-0/+107