Bug 574898

Summary: Accessibility support for owner-drawn table
Product: [Eclipse Project] Platform Reporter: Thomas Singer <ts-swt>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.20   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

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.