Bug 574898 - Accessibility support for owner-drawn table
Summary: Accessibility support for owner-drawn table
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.20   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-17 05:41 EDT by Thomas Singer CLA
Modified: 2021-07-17 05:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2021-07-17 05:41:12 EDT
In our SWT based application we are using a lot of owner-drawn tables. How we can provide information about selected rows (in compact and detailed form) to a screen reader? I've tried something like

 table.getAccessible().addAccessible*Listener(new Accessible*() {
   ...
 });

but none of the listeners seems to make a change. Our tables still are read as "1 of 197" in NVDA.