You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we TAB on the "New messages" button, no content is read.
This is because the button parent has role="separator", and it is has a special flag called "presentational children". That means, all descendants will have role="presentation" automatically assigned to it and cannot be overridden.
We need to turn the separator into a button instead. This is supported as long as we provide all required interactions.
Steps to reproduce
Type proactive card
Immediately type help, scroll up a bit
Wait for the "New messages" button to show up
Press TAB to focus on the "New messages" button
Expected behavior
AT will read "New messages button" or similar phrases.
Instead, AT speak nothing.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered:
Version
master
Describe the bug
When we TAB on the "New messages" button, no content is read.
This is because the button parent has
role="separator"
, and it is has a special flag called "presentational children". That means, all descendants will haverole="presentation"
automatically assigned to it and cannot be overridden.We need to turn the separator into a button instead. This is supported as long as we provide all required interactions.
Steps to reproduce
proactive card
help
, scroll up a bitExpected behavior
AT will read "New messages button" or similar phrases.
Instead, AT speak nothing.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: