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
I have a scenario where multiple focus zones exist, and the elements inside them become interactive/focusable depending on some state. I observed that on pressing tab key, the focus does not move to the element in the first focus zone just after the data-is-focusable attribute becomes true. Similarly, the focus moves to that element after the data-is-focusable attribute becomes false. But this does not happen for elements in other focus zones. Is this the expected behavior? If not, is there a way to fix this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a scenario where multiple focus zones exist, and the elements inside them become interactive/focusable depending on some state. I observed that on pressing tab key, the focus does not move to the element in the first focus zone just after the data-is-focusable attribute becomes true. Similarly, the focus moves to that element after the data-is-focusable attribute becomes false. But this does not happen for elements in other focus zones. Is this the expected behavior? If not, is there a way to fix this issue?
Reproduction
Beta Was this translation helpful? Give feedback.
All reactions