Bug 231192

Summary: [Accessibility] Characters typed into Editable Combo are not accessible on Leopard
Product: [Eclipse Project] Platform Reporter: Carolyn MacLeod <carolynmacleod4>
Component: SWTAssignee: Carolyn MacLeod <carolynmacleod4>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: duongn, Silenio_Quarti
Version: 3.3Keywords: accessibility
Target Milestone: 3.4 RC1Flags: Silenio_Quarti: review+
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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