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
Current Tabster only supports to set FOCUS_VISIBLE_ATTR when pressing TAB or currentActiveElement is not input/textarea/content-editable element. Please see "_shouldTriggerKeyboardNavigation()" from https://github.com/microsoft/keyborg/blob/main/src/Keyborg.ts
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
We needs to shift focus from
content-editable
area toPopover
and letTabster
handle the setting ofFOCUS_VISIBLE_ATTR
. Please see method "registerElementIfNavigating()" from https://github.com/microsoft/fluentui/blob/master/packages/react-components/react-tabster/src/focus/focusVisiblePolyfill.tsCurrent Tabster only supports to set FOCUS_VISIBLE_ATTR when pressing TAB or currentActiveElement is not input/textarea/content-editable element. Please see "_shouldTriggerKeyboardNavigation()" from https://github.com/microsoft/keyborg/blob/main/src/Keyborg.ts
Thank you.
The text was updated successfully, but these errors were encountered: