-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
When putting Narrator into scan mode, the narrator focus is able to escape the Popup region as the user moves narrator focus around. This behavior doesn't appear to repro with Flyouts, where focus is intentionally trapped in the region (in a Flyout, trying to push up/down at the edges of the region caues the talkback to announce there are no more items correctly).
In addition, it seems that if I set the 'isLightDismissEnabled' property on the Popup to true, the issue goes away and narrator can't escape the Popup. However, setting this property breaks using the Popup as a modal and causes other issues with our app. It is not clear to me why setting this property appears to fix the issue.
Observing this on Xbox console using RNW version 0.72.32. Can this be fixed in a later RNW version, or is there something we can set on the Popup or in the XAML to work around this issue (since it is causing accessibility problems)?