Open
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.4.0
Bug summary
In the ”move page” panel, when you select a destination node, the selection is visually indicated with a “check” symbol. But for non-sighted users this information is not available at all.
Specifics
You should set aria-selected
or aria-checked
attribute (depending on element role
) for the node at the same time as toggling the symbol.
Steps to reproduce
This problem appears when you want to move a node in the content tree, as you select a destination (parent node), while using a screen reader.
Expected result / actual result
After selecting a parent node as destination, the selected node should be announced as selected by the screen reader, so that you know you did a proper selection before saving changes.