Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upForce browse mode on demand for broken ARIA applications #2023
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2012-01-03 11:09 You can always use object navigation to move around and focus elsewhere, whether in browse mode or otherwise. |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by camlorn on 2013-02-18 18:32 |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by pitermach on 2013-02-18 20:02 |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by pitermach on 2013-02-18 20:02 |
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by erion on 2013-02-18 20:28 |
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by jteh on 2013-02-18 22:16 |
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by egogi on 2013-02-19 10:41 |
This comment has been minimized.
This comment has been minimized.
|
Comment 8 by camlorn on 2013-02-19 18:49 |
This comment has been minimized.
This comment has been minimized.
|
Comment 9 by egogi on 2013-02-19 19:01 |
This comment has been minimized.
This comment has been minimized.
|
Comment 10 by jteh (in reply to comment 8) on 2013-02-20 23:31
Web sites.
Yahoo! Mail and Google Docs both use the application role correctly.
That defeats the whole point of the application role for sites which implement it correctly. Breaking sites that implement this correctly to work around sites which don't is unacceptable and encourages poor authoring.
NVDA never searches for labels. If the control isn't labelled, it remains as such. Searching for labels can be inaccurate, which can mislead the user with potentially dire consequences.
This doesn't make sense. The whole point of the application role is to specify that something should be treated like a normal application, not a document. That's precisely what NVDA does when the role is used. |
This comment has been minimized.
This comment has been minimized.
|
Comment 11 by camlorn on 2013-02-22 04:18 1: Little information is sometimes worse than no information at all, and my statements about how I perceive nvda internals to work are made without having yet looked at the code. I really need to do that at some point. |
This comment has been minimized.
This comment has been minimized.
|
Comment 12 by Druify on 2013-06-28 22:11 |
This comment has been minimized.
This comment has been minimized.
|
Comment 13 by Q on 2013-07-30 03:22 |
This comment has been minimized.
This comment has been minimized.
|
Comment 14 by driemer.riemer@... (in reply to comment 13) on 2013-07-30 04:56
|
This comment has been minimized.
This comment has been minimized.
|
Comment 15 by jteh on 2013-07-30 05:49 In case someone else wants to take a stab at this before i get time, one way of doing this is as follows:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 17 by James Teh <jamie@... on 2013-10-29 04:02
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 18 by jteh on 2013-10-29 04:04 |
This comment has been minimized.
This comment has been minimized.
|
Comment 19 by Michael Curran <mick@... on 2013-12-13 03:34
|
This comment has been minimized.
This comment has been minimized.
|
Comment 20 by Michael Curran <mick@... on 2014-01-06 07:23
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 21 by mdcurran on 2014-01-06 07:33 |
This comment has been minimized.
This comment has been minimized.
|
Comment 22 by leonarddr on 2014-01-06 17:56 |
This comment has been minimized.
This comment has been minimized.
|
Comment 23 by jteh on 2014-01-06 22:59 |
nvaccessAuto commentedJan 3, 2012
Reported by parham on 2012-01-03 07:47
The application mode (my own on-the-spot term for the mode NVDA goes into when encountering elements with the aria role of application) should be a toggle, meaning that I can disable it if I want. Right now, pressing NVDA+ctrl+space takes me out of that mode (E.G. in TinyMCE editor), but pressing down arrow puts me back to that mode. If I need to access the controls outside the editor, I have to repeatedly press the down arrow, nvda+ctrl+ctrl+space, and so forth. Most of these editors also make the "tab" key output a tab character, so tabbing passed this editors is not an option.