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
The issue was caused by the more button having a parent element with a
`role="button"` resulting in the more button having a role of
"presentation".
To fix this, click handling was moved to a more button's sibling element
(mail sender text).
Close#8183
The issue was caused by the more button having a parent element with a
`role="button"` resulting in the more button having a role of
"presentation".
To fix this, click handling was moved to a more button's sibling element
(mail sender text).
Close#8183
The issue was caused by the more button having a parent element with a
`role="button"` resulting in the more button having a role of
"presentation".
To fix this, click handling was moved to a more button's sibling element
(mail sender text).
Close#8183
Describe the bug
When using a mobile screen reader the email "more actions" button cannot be focused
To Reproduce
Expected behavior
We should be able to focus the mail's "more actions" button on mobile screen readers.
Screenshots
Test notes
The text was updated successfully, but these errors were encountered: