Steps to reproduce:
This bug is a followup to issue 13357. The issue is NVDA does not toggle focus mode on when focus is moved from within an ARIA document back to an ARIA interactive list.
- Open the CodePen example
- Use tab-key navigation to move focus to the first ARIA listitem of the ARIA list representing the list of messages
- Observe NVDA automatically toggles focus mode on when the ARIA listitem is focused (this is thanks to the fix for issue 13357)
- Press tab to move focus to the button representing the message sender
- Observe NVDA does not toggle browse mode on despite the button being contained within an element with
role="document". (This is due to issue 12896.)
- Press tab once more to move focus to the anchor element representing the time
- Observe NVDA toggles browse mode on when the anchor is focused
- Press shift + tab twice to move focus back to the ARIA listitem
- Observe NVDA does not toggle focus mode on when the ARIA listitem is focused
Actual behavior:
NVDA does not toggle focus mode on when focus moves from within an ARIA document to an interactive ARIA listitem.
Expected behavior:
NVDA should toggle focus mode on when focus moves from within an ARIA document to an interactive ARIA listitem.
System configuration
NVDA installed/portable/running from source: Installed
NVDA version: 2022.3.3
Windows version: 10
Steps to reproduce:
This bug is a followup to issue 13357. The issue is NVDA does not toggle focus mode on when focus is moved from within an ARIA document back to an ARIA interactive list.
role="document". (This is due to issue 12896.)Actual behavior:
NVDA does not toggle focus mode on when focus moves from within an ARIA document to an interactive ARIA listitem.
Expected behavior:
NVDA should toggle focus mode on when focus moves from within an ARIA document to an interactive ARIA listitem.
System configuration
NVDA installed/portable/running from source: Installed
NVDA version: 2022.3.3
Windows version: 10