[FEATURE] Make context menu usable via keyboard
The context menu shows on right click and pressing the context menu button as well as Shift+F10 where available. Inside the menu you are able to navigate using the arrow keys, the home and end keys. Items are activated with ENTER or SPACE key. Using the ESC key you can hide the current context menu. Resolves: #89496 Releases: master Change-Id: Icb10bdb927d1891785e82929e05e90475a846f08 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66258 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/typo3/_element_contextmenu.scss 13 additions, 0 deletionsBuild/Sources/Sass/typo3/_element_contextmenu.scss
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/ContextMenu.ts 143 additions, 19 deletions...Script/backend/Resources/Public/TypeScript/ContextMenu.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/ContextMenu.js 1 addition, 1 deletion...sysext/backend/Resources/Public/JavaScript/ContextMenu.js
- typo3/sysext/backend/Resources/Public/JavaScript/PageTree/PageTree.js 4 additions, 2 deletions.../backend/Resources/Public/JavaScript/PageTree/PageTree.js
- typo3/sysext/core/Documentation/Changelog/master/Feature-89496-MakeContextMenuUsableViaKeyboard.rst 29 additions, 0 deletions...master/Feature-89496-MakeContextMenuUsableViaKeyboard.rst
- typo3/sysext/core/Tests/Acceptance/Backend/PageTree/PageTreeFilterCest.php 1 addition, 1 deletion.../Tests/Acceptance/Backend/PageTree/PageTreeFilterCest.php
Please register or sign in to comment