-
-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direct Jump To Specific Element, Inside Elements List Dialog, and Elements List Enhanscement #588
Comments
Comment 1 by jteh on 2010-03-05 05:32 |
Comment 2 by jteh on 2010-11-24 07:02 |
I'd be interested in adding more element types to the elements list as well. @jcsteh, is this a feature you guys would accept in a pull request? |
…ist with spesific elements selected (nvaccess#588). Added a binding for headings
…ist with spesific elements selected (nvaccess#588). Added a binding for headings
…ype is not available on the page (nvaccess#588)
…k commands * Added elements list quick commands for landmarks, links, buttons and annotations Re nvaccess#588
…ist with spesific elements selected (nvaccess#588). Added a binding for headings
…ype is not available on the page (nvaccess#588)
…k commands * Added elements list quick commands for landmarks, links, buttons and annotations Re nvaccess#588
@feerrenrut: Would you be able to give this a priority? |
Hi. |
@fisher729 commented on 5 sep. 2017 09:53 CEST:
When filtering for buttons, you may notice that you will be able to activate them using the activate button, which is dimmed when reviewing form fields. |
Then the question should be asked if when in the elements list,
reviewing a list of form fields, wouldn't it be good to have the
activate button available. I just think an extra tab for a seperate
type of form field is not good. I wonder what other users think.
…On 9/5/17, Leonard de Ruijter ***@***.***> wrote:
***@***.*****](https://github.com/fisher729) commented on [5 sep. 2017
09:53
CEST](#588 (comment)
"2017-09-05T07:53:10Z - Replied by Github Reply Comments"):
> Hi.
> Any reason that buttons were added to the elements list separately from
> form fields? I'm curious, as I know that buttons are also listed as form
> fields.
When filtering for buttons, you may notice that you will be able to activate
them using the activate button, which is dimmed when reviewing form fields.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#588 (comment)
|
A button is somewhat different to other form fields, since it performs an
action. The idea is that you might want to be able to list buttons
separately.
Other form fields can't really be "activated" as such. You can't really
"activate" an editable text field, for example. That said, pressing enter
on an editable text field does switch to focus mode, so it might be
reasonable to do that when the Activate button is pressed. From an
implementatino perspective, this should be exactly what happens if we
simply allow activation for form fields.
|
Reported by tmantv on 2010-03-05 05:07
Currently, while inside the NVDA Elements List dialog, invoked by pressing NVDA-F7, activating any of the hot keys provided for jumping to a particular element's list, E.G. Alt-H for headings, does not move the user directly to the desired location automatically, but instead takes you to the elements radio button, thereby the user needing to press tab to drop in to the list itself.
Reason for automatic focus from one element to another, is so that the person can be more productive, and not have to press the tab key 2 times if they wish to filter a particular list.
If the person wishes to move directly to the list of landmarks manually, they can tab/or shift-tab to the list of radio buttons themselves, if they so choose to do so.
For example, to filter a list of headings with the word you chosen to narrow down to,
This also applies to land marks and links as well.
If made in a future release, have controls on web pages be apart of the elements list, via the Alt-C command, listing all control items that are shown on a web page, which could also be filtered with the alt-f command.
For example, names of buttons, check boxes, edit boxes, combo boxes, etc. Then press enter or Alt-A to activate, focused control within element's list, or Alt-M to move to, focused control, while in element's list.
The text was updated successfully, but these errors were encountered: