Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » ACTF » 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 #780744] Thu, 19 January 2012 09:29
Madhushree  S is currently offline Madhushree SFriend
Messages: 20
Registered: September 2010
Junior Member
Hi All,
I have a text field, combo and a checkbox in the Form Editor.
All the fields are not editable. Therefore,

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

As a result, text field is accessible and read out by the screen reader but combo 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? Could you please help.

I found that in the eclipse plug in creation wizard, the combo is disabled there and not read by screen reader. Could someone help?

Thank You,
Madhu
Previous Topic:Eclipse Beginner
Next Topic:How to import .apk files into Eclipse
Goto Forum:
  


Current Time: Wed Apr 24 19:02:41 GMT 2024

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

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

Back to the top