Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Accessibility for combo's and checkbox(Screen reader will not read the combo and checkbox which are disabled. )
Accessibility for combo's and checkbox [message #780745] Thu, 19 January 2012 09:33
Madhushree  S is currently offline Madhushree SFriend
Messages: 20
Registered: September 2010
Junior Member
Hi All,
I have a text field, combo,radio button and a checkbox in the Form Editor.
All the fields are not editable. Therefore,

text.setEditable(false)
combo.setEnabled(false)
checkbox.setEnabled(false)
radioButton.setEnabled(false)

As a result, text field is accessible and read out by the screen reader but combo,radioButton and checkbox are not read out by the screen reader as they are disabled. How do I make them accessible(to be read by screen reader). Is there any solution?

I found that in eclipse plugin.xml> Add org.eclipse.ui.editors >Open extension point schema, the radio button is disabled in this form editor and not read by screen reader. Is this a bug ? Is there any way to make these accessible and read out by the screen reader. Please do the needful.

Thank You,
Madhu

[Updated on: Fri, 20 January 2012 05:19]

Report message to a moderator

Previous Topic:OleControlSite.isDirty() returns true even after OleControlSite.save(..) is called
Next Topic:Accessibility for combo's and checkbox
Goto Forum:
  


Current Time: Fri Apr 26 17:58:24 GMT 2024

Powered by FUDForum. Page generated in 0.03002 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top