Support opening the Elements List dialog in focus mode (#10453)#10454
Conversation
|
Have you tested this in Excel as well as along with the "Enable browse mode on page load" option disabled? Note that in cases where browse mode is off by default, which is always the case in MS Word, there is no tree interceptor, so there is no script and no elements list until you have enabled browse mode for the first time. |
|
Ugh, my firefox bounced focus there. |
|
@LeonarddeR, nope, I must confess I mostly had browsers in mind as this feature is actually ported from WebAccess where our users did request this change a while back. |
|
I've been getting a lot of that lately, trying to get at some parts of a
page is definitely odd with nvda on recent versions of firefox. I was in our
talking newspaper the other day and the only way I could find I could get
the play button was to use the elements list set to buttons, it just skipped
past it in normal brows or even tabbing in focus mode.
I did do a ticket for this, but it might be a duplicate of something else
and I can't get the number right now. It also intermittently happens on
waterfox, but not on chrome or IE 11.
Brian
bglists@blueyonder.co.uk
Sent via blueyonder.
Please address personal E-mail to:-
briang1@blueyonder.co.uk, putting 'Brian Gaff'
in the display name field.
Newsgroup monitored: alt.comp.blind-users
-----
|
|
@Brian1Gaff, I guess you are referring to #10379 @LeonarddeR we actually did not bother switching back to browse mode when setting
What do you think? Btw. I just noticed |
|
@JulienCochuyt wrote;
I think that's better. It also means that if automatic focus mode is enabled, invoking the elements list and then focussing an element doesn't have to switch on browse mode at all.
Why report before moving in? I don't think that's very important. |
|
@LeonarddeR wrote:
The comment from Jamie on 2019-10-21 in
|
|
I assume that for quicknav, it is important to report something has been
focused before actually focussing it, but I don't think it has to be
considered for the elements list.
|
|
I agree switching to browse mode only when moving to, if necessary, is the better way to go. I would not have liked switching to browse mode when opening the dialog. |
Link to issue number:
Fixes #10453
Summary of the issue:
The Elements List dialog can currently be opened (with NVDA+F7) only when in browse mode.
It is confusing for beginners, and uselessly tedious for more experienced ones.
Description of how this pull request fixes the issue:
Flag the Elements List dialog script with
ignoreTreeInterceptorPassThrough.When invoking, first switch back to browse mode and report the eventual change.
Testing performed:
Known issues with pull request:
Change log entry:
Section: Changes
In web browsers and supporting applications, the Elements List dialog (
NVDA+F7) can now be invoked when in focus mode. NVDA will then switch back to browse mode before opening the dialog.