Bug 581309 - [Accessibility] Screen Reader does not reads the suggestion for SWT Toolbaritem DropDown
Summary: [Accessibility] Screen Reader does not reads the suggestion for SWT Toolbarit...
Status: NEW
Alias: None
Product: Incubator
Classification: Eclipse Project
Component: e4 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 major with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: E4 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-10 05:08 EST by Sameena Taj CLA
Modified: 2023-12-11 15:37 EST (History)
2 users (show)

See Also:


Attachments
Attachments Sample Implementation for the issue. (4.77 KB, application/octet-stream)
2023-01-10 05:08 EST, Sameena Taj CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sameena Taj CLA 2023-01-10 05:08:17 EST
Created attachment 288915 [details]
Attachments Sample Implementation for the issue.

Hi Team,

Issue: Screen Reader reads the suggestion "Press Space bar to activate" for SWT Toolbar with Style "SWT.NONE / PUSH " but the same is not reading for Toolbar with Style "SWT.DropDown".

Explanation on Snippet Code: We have 3 toolbars and each has one tool item in it.

Created 2 Toolbar with Toolitem style "SWT.None" and one toolbar with tool item "SWT.DropDown". We have observed that 

1. Screen Reader reads the suggestion "Press Space bar to activate" for SWT Toolbar with Style "SWT.NONE / PUSH " but the same is not reading for Toolbar with Style "SWT.DropDown". 

2. We also tried to set an Accessible Name, Description, and Role for the toolbar. Screen Reader is reading fine for the toolbar with the style "SWT.NONE / PUSH " but the same is not reading for Toolbar with Style "SWT.DropDown". 

Since this is a serious accessibility issue, I require immediate assistance on this matter. A possible or a work, if not a workaround.

Attached sample application for your reference.

But an immediate response is appreciated.

Thanks,

Sameena Taj
Comment 1 Chad Moats CLA 2023-12-11 12:53:00 EST
Is there any update on this?  Our clients our escalating this as it has a major impact on accessibility.