Bug 231192 - [Accessibility] Characters typed into Editable Combo are not accessible on Leopard
Summary: [Accessibility] Characters typed into Editable Combo are not accessible on Le...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.3   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.4 RC1   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-05-08 16:00 EDT by Carolyn MacLeod CLA
Modified: 2008-05-08 16:25 EDT (History)
2 users (show)

See Also:
Silenio_Quarti: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2008-05-08 16:00:01 EDT
 
Comment 1 Carolyn MacLeod CLA 2008-05-08 16:12:21 EDT
The fix is to handle the following attributes in Combo:
		OS.kAXNumberOfCharactersAttribute,
		OS.kAXSelectedTextAttribute,
		OS.kAXSelectedTextRangeAttribute,
		OS.kAXStringForRangeParameterizedAttribute,

and also, to send the following 2 notifications when keys are typed:
		OS.kAXValueChangedNotification
		OS.kAXSelectedTextChangedNotification

SSQ has reviewed the changes and seen the demo. Please verify.
Comment 2 Carolyn MacLeod CLA 2008-05-08 16:25:40 EDT
Fixed > 20080508