Skip to content
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

Mozilla: Name exposed on list items incorrectly ignored #3327

Closed
nvaccessAuto opened this issue Jul 3, 2013 · 4 comments
Closed

Mozilla: Name exposed on list items incorrectly ignored #3327

nvaccessAuto opened this issue Jul 3, 2013 · 4 comments
Assignees
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2013-07-03 05:32
Mozilla exposes accName for list items, but NVDA ignores this. This is problematic on sites like Twitter where the list items can receive focus and the content should be read in focus mode. This problem is due to NVDAObjects.IAccessible.mozilla.ListItem, which is very old code which doesn't serve any useful purpose now and should simply be removed.

@nvaccessAuto
Copy link
Author

Comment 2 by James Teh <jamie@... on 2013-07-03 05:40
In [e3d445f]:

In Mozilla applications, the name of read-only list items is now correctly reported; e.g. when navigating tweets in focus mode on twitter.com.

This was due to NVDAObjects.IAccessible.mozilla.ListItem, which is very old, now broken code.
Re #3327.

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2013-07-04 02:38
9843a93
Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 4 by Michael Curran <mick@... on 2013-07-17 03:26
In [385f94b]:

In Mozilla applications, the name of read-only list items is now correctly reported; e.g. when navigating tweets in focus mode on twitter.com.

This was due to NVDAObjects.IAccessible.mozilla.ListItem, which is very old, now broken code.
Fixes #3327.

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 5 by jteh on 2013-07-17 05:07
Changes:
Milestone changed from next to 2013.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants