Bug 92741 - [Forms] ExpandableComposite should support screen reader
Summary: [Forms] ExpandableComposite should support screen reader
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2005-04-26 04:50 EDT by Martin Aeschlimann CLA
Modified: 2005-05-02 17:59 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 Martin Aeschlimann CLA 2005-04-26 04:50:05 EDT
20050428

When the ExpandableComposite gets the focus, a screen reader should read the
expansion state and label.

I think the code to do this is
control.getAccessible().addAccessibleListener(new AccessibleAdapter() {
	public void getName(AccessibleEvent e) {
		e.result= textToRead;
	}
});
Comment 1 Dejan Glozic CLA 2005-05-02 17:59:35 EDT
Fixed and verified with inspect32.exe.