Page MenuHomePhabricator

Question Mark Icon Stays Highlighted
Closed, InvalidPublic

Description

Revision slider help icon stays highlighted after clicking through the help dialog.

Expected Behavior: the question mark shouldn't be highlighted after the click.

See gif

questionmark.gif (308×627 px, 281 KB)

Page where this can be reproduced

Present in

Chromium Version 58.0.3029.110 Ubuntu 16.04 (64-bit)
Firefx Version 54.0 Ubuntu 16.04 (64-bit)

Event Timeline

I guess this has the same reason as for the open/collapse button of the RS. AFAIK this behavior comes from OOjs-UI.

This bug is present in the current deployed revision slider as well.

I guess this has the same reason as for the open/collapse button of the RS. AFAIK this behavior comes from OOjs-UI.

Yes, this is an accessibility feature and it allows keyboard/screenreader dependant users to return to the point in the document where they came from when closing the modal dialog. It is intentional.

If the focus isn't shifted to something new, then it will stay where it is. As hovering over a slider is not an focusable interaction, the focus is not resigned.

Yes, this is an accessibility feature and it allows keyboard/screenreader dependant users to return to the point in the document where they came from when closing the modal dialog. It is intentional.

Thanks for the clarification here. Makes sense to me and I will close this ticket.