Bug 230935

Summary: [Accessibility] StyledText speaks name twice
Product: [Eclipse Project] Platform Reporter: Carolyn MacLeod <carolynmacleod4>
Component: SWTAssignee: Carolyn MacLeod <carolynmacleod4>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: grant_gayed
Version: 3.3Keywords: accessibility
Target Milestone: 3.4 RC1Flags: grant_gayed: review+
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Attachments:
Description Flags
_patch.txt
none
_patch.txt none

Description Carolyn MacLeod CLA 2008-05-07 13:00:56 EDT
Create a single-line StyledText preceded by a Label. Run this, and turn on VoiceOver. When the StyledText takes focus, it speaks the Label text twice.
Comment 1 Carolyn MacLeod CLA 2008-05-07 13:09:23 EDT
Created attachment 99119 [details]
_patch.txt

Grant, please review patch. The bug was that getDescription was asking StyledText (or any custom control) for its name, when it should have been asking for its description.
Comment 2 Carolyn MacLeod CLA 2008-05-07 13:15:57 EDT
Created attachment 99122 [details]
_patch.txt

Sorry, new patch. I copied the original patch from the wrong workspace...
Comment 3 Carolyn MacLeod CLA 2008-05-07 14:23:55 EDT
Fixed > 20080507.
Comment 4 Carolyn MacLeod CLA 2008-05-07 14:24:20 EDT
Change resolution to fixed...