Property actions require additional tab to reach first menu item
See original GitHub issueWith latest changes in v8/contrib
when using tab key it seems to require an additional keypress to reach first menu label.
This seems to be because there a hidden close button, but the existing button ellipsis button already act as toggle.
Does it need this close button? Regarding accessibility should the button text for screen readers just toggle between Open Property Actions
to Close Property Actions
on open/close?
cc: @BatJan @nielslyngsoe
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Actions tab
Click Add another action to display an action menu. By default the menu displays the most common actions. Click All actions to see...
Read more >Custom tabs and menu actions
Custom tabs and menu actions are supported in both Novo and S-Release. Custom tabs appear on candidate, client, contact, job, and placement ...
Read more >timber - Getting the "Open link in a new tab" property from ...
In a typical menu item loop is there something like item.target when setting the 'Open link in a new tab' option?
Read more >Promoted Actions - Business Central
Promoted actions are set up on the Actions, Navigate, or Report menus in the action bar, but are also configured to display on...
Read more >Adding actions to a page - Business Central
This topic shows how to create new actions, how to add actions to a page, ... There are multiple tabs to help navigate...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, regarding accessibility it can however toggle the
text
here based on state ofvm.isOpen
. https://github.com/umbraco/Umbraco-CMS/blob/0e4979bd7f0f7fae2effc09cca672f259582fdf1/src/Umbraco.Web.UI.Client/src/views/components/property/property-actions/umb-property-actions.html#L6Fixed in https://github.com/umbraco/Umbraco-CMS/pull/8565