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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
The end effect is that sometimes spatial navigation does not look beyond what's visible on the screen to move focus despite the current focused element having spatial navigation action value of 'focus' indicating automatic focus movement.
There seems to be an issue with the navigateChain method.
When it's called with the parameter option of 'all', e.g. from the spatial navigation action api here
spatial-navigation/polyfill/spatial-navigation-polyfill.js
Line 173 in efd4418
then this 'all' option value is not always used to find candidates. In particular, it's omitted in this
container.focusableAreas()invocation here:spatial-navigation/polyfill/spatial-navigation-polyfill.js
Line 558 in efd4418
The end effect is that sometimes spatial navigation does not look beyond what's visible on the screen to move focus despite the current focused element having spatial navigation action value of 'focus' indicating automatic focus movement.