Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus UX in Firefox #392

Open
joe-replin opened this issue Jun 22, 2023 · 1 comment
Open

Focus UX in Firefox #392

joe-replin opened this issue Jun 22, 2023 · 1 comment
Labels
accessibility bug Something isn't working

Comments

@joe-replin
Copy link
Contributor

Subject of the issue/enhancement/features

Within Firefox, if I shift+tab back up the page, then the focused element doesn't entirely display inview. The focused element appears to be underneath the navbar. It's not clear where on the screen the focus is at that moment. Firefox' default focus state is a barely visible dotted outline.

When testing in Chrome, a shift+tab up the page will center the focused element on the page. Also, Chrome provided it's own style-sheet for focused outlines. (e.g.: outline: -webkit-focus-ring-color auto 1px;)

Your environment

  • FW v5.31.11
  • Firefox v114.0.1
  • Windows 11

Steps to reproduce

With a fresh install of Adapt and Firefox, navigate to the Presentation Components page, and Tab down the page. Now shift+tab back up the page and take note of the positioning of the focused elements.

Expected behaviour

Keyboard focused elements in Firefox should be centered in view with a clear outline.

Actual behaviour

Keyboard focused elements in Firefox are tucked underneath the navbar and the focused state is barely visible.

Screenshots (if you can)

Screenshot 2023-06-22 142251

@joe-replin joe-replin added bug Something isn't working accessibility labels Jun 22, 2023
@joe-replin
Copy link
Contributor Author

I also should note that the accessibility & scrollingContainer options present in config.json didn't have an affect on this behavior. And even if they did, the default behavior shouldn't be to display focused elements underneath the navbar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility bug Something isn't working
Development

No branches or pull requests

1 participant