-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
Make reporting of table cell coordinates configurable #719
Comments
Comment 1 by jteh on 2010-06-19 06:05 Please clarify the problem you are experiencing. I think you might be misunderstanding the way you access Flash in NVDA, which is a bit different to how you do it in other screen readers. When you encounter an embedded object, you must press enter on it to interact with it. This is documented in the user guide. Note that you sometimes have to press tab after pressing enter. If this is the problem you're referring to, this is a bug in Flash which we need to work around in NVDA. |
Comment 2 by Kevan_GC on 2010-06-19 08:36 |
Comment 3 by jteh on 2010-06-20 00:07 Reading this information after the content is contrary to the way NVDA handles all other formatting/control information in documents. If you don't want table information read, you can disable it from Document Formatting settings. I'm leaving this open in case we consider it at some point in the future, but it's certainly very low priority. |
Comment 4 by orcauser on 2010-09-20 23:25 Several users have expressed the intrest to have the ability to enable/disable the announcement of rows/columns in a table. Thank you. |
Comment 5 by Shaimaa on 2011-04-29 09:33 |
Attachment 719-1.patch added by orcauser on 2011-05-19 14:22 |
Comment 6 by orcauser on 2011-05-19 14:31 This bug seems to cause a lot of irritation for some of the users that require less verbosity, and we get regular complaints about this on the arabic mailing list, havent checked the english support list. Attached is a small patch which addresses the issue. Points of discussion:
Thank you for your feedback. |
Comment 7 by jteh on 2011-05-19 21:12 |
Comment 8 by orcauser on 2011-05-20 07:50 Maybe putting in cell cords into nvda+f would start a functionality creap, and people would ask for more information to be made available using this method. If you wish we can remove the shortcut for now, and consider how this sort of information should be provided as part of a different ticket. |
Attachment 719-2.patch added by orcauser on 2011-06-01 17:23 |
Comment 10 by Shaimaa on 2011-06-08 07:38 |
Comment 11 by jteh on 2011-06-08 08:11 Even if this did get implemented, we would not implement the shortcut to report coordinates initially, since how best to do this has not yet been decided. Mick, thoughts? |
Comment 12 by Shaimaa on 2011-06-08 08:52 |
Comment 13 by jteh on 2011-06-08 09:32 @orcauser: Thanks for the patch. A bit of code review:
|
Attachment 719-3.patch added by orcauser on 2011-06-08 14:10 |
Comment 14 by orcauser on 2011-06-08 14:12 Jamie, 1,2,3 are done, but i had to introduce a new variable to getSpeechTextForProperties, namely includeCoords. Please see attached patch. |
Comment 15 by jteh on 2011-06-10 09:28
There's still one bug I'm trying to fix. In focus mode, the word "cell" is read when report table cell coordinates is disabled when a cell is encountered while tabbing around. This is unfortunately much trickier to fix (without breaking other things) than it seems. :) |
Comment 16 by jteh on 2011-06-14 02:28 |
Comment 17 by jteh on 2011-06-14 02:31 |
Reported by Kevan_GC on 2010-06-19 04:03
Sometimes when i'm in a table on the internet it keeps saying the column numbers and row numbers, and it gets annoying. Can you make it so it says the column and row numbers after the text in the cell and not before it?
The text was updated successfully, but these errors were encountered: