Excel: Disable auto passThrough mode in Excel's browse mode by default#6569
Conversation
…t, so that pressing escape before ever using browse mode does not drop into browse mode. Also ensure that NVDA disables / enables autoPassThroughMode on togglePassThroughMode for all browseMode treeInterceptors, not just browseModeDocumentTreeInterceptors.
|
@feerrenrut a review please. |
feerrenrut
left a comment
There was a problem hiding this comment.
I assume there is no issue for this, if there is can you add it to the PR. Otherwise it all looks good.
|
There was no issue. On 11/17/2016 6:22 PM, Reef Turner wrote:
Michael Curran |
Excel has a browse mode treeInterceptor, which starts in focus mode, so that the user can bring up the NVDA elements list without having to switch to browse mode first. However, at current, if the user presses escape, they drop into browse mode, which can be confusing and unproductive, especially when escaping too many times out of editing a cell. This pr ensures that autoPassThrough is disabled by default, meaning that focus mode is locked unless the user manually switches to browse mode. Escape will still work if switching to focus mode when pressing enter on a form field. This brings the experience inline with all other browse mode implementations.