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

Improve Accessibility #320

Open
vincentparrett opened this issue Jan 21, 2015 · 3 comments
Open

Improve Accessibility #320

vincentparrett opened this issue Jan 21, 2015 · 3 comments

Comments

@vincentparrett
Copy link
Contributor

From [email protected] on February 17, 2013 23:05:02

What steps will reproduce the problem? 1. Create any app whic uses the tree control, or use the demo.
2. Try to interact with the control using any screen reader (e.g. nvda, jaws).
3. See what happens. What is the expected output? What do you see instead? The screen reader reads node text, level, it's collapsed/expanded state, possibly checked/unchecked attributes. What version of the product are you using? On what operating system? Latest. Please provide any additional information below. Would it be possible to implement iaccessible/msaa interfaces for this control? Because of it's wide adoption by the community, ot would help make a lot of apps more accessible.

Original issue: http://code.google.com/p/virtual-treeview/issues/detail?id=320

@vincentparrett
Copy link
Contributor Author

From [email protected] on April 08, 2013 04:44:36

The included unit "VTAccessibility" already contains support for IAccessible. Screen readers are currently able to read the selected node's text and column values.

Owner: [email protected]

@vincentparrett
Copy link
Contributor Author

From [email protected] on June 09, 2013 06:02:14

Labels: -Type-Defect Type-Enhancement

@vincentparrett
Copy link
Contributor Author

From [email protected] on June 09, 2013 06:04:05

Possibly support:

  • Browsing the hierarchy
  • States like selected, checked, expanded
  • Level
  • column texts

Summary: Improve Accessibility (was: Accessibility issues)

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

No branches or pull requests

1 participant