MDL-70792 aria: Dropdown menu keyboard interaction fixes
commit62a90218e1ba19a5695a7014b5aee2291a2d0131
authorJun Pataleta <jun@moodle.com>
Tue, 25 Jan 2022 11:13:13 +0000 (25 12:13 +0100)
committerJun Pataleta <jun@moodle.com>
Thu, 24 Feb 2022 10:26:14 +0000 (24 18:26 +0800)
tree248183550824442712485cd4f9dd5ada196a3829
parentb3c3f4e0ba7946e3b37faf3f1737f9b412de96b9
MDL-70792 aria: Dropdown menu keyboard interaction fixes

* Move the focus to the last menu item when the menu is displayed by
pressing the Up arrow key.
* When the menu is open and Tab/Shift-Tab is pressed, focus on the
next/previous focusable element on the DOM instead of focusing back on
the menu trigger.
* Combine event handling for the dropdown menu trigger.
theme/boost/amd/build/aria.min.js
theme/boost/amd/build/aria.min.js.map
theme/boost/amd/src/aria.js