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
Elements which can normally not receive focus should be forced focus.
This currently only works if preventScroll is set on the focus call.
It should work without the preventScroll flag being true.
The text was updated successfully, but these errors were encountered:
moloko
changed the title
adapt_framework: a11y focus isn't set to unfocuable elements
adapt_framework: a11y focus isn't set to unfocusable elements
Feb 1, 2021
to replicate issue, click on any component in PLP then check the value of document.activeElement - it should be the 'heading' div of the component but instead ends up being either the PLP button (Firefox) or the body element (Chrome)
Subject of the issue
Elements which can normally not receive focus should be forced focus.
This currently only works if preventScroll is set on the focus call.
It should work without the preventScroll flag being true.
The text was updated successfully, but these errors were encountered: