Bug 232114

Summary: [Accessibility] VoiceOver speaks name of some controls twice
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, steve_northover
Version: 3.4Keywords: accessibility
Target Milestone: 3.4 RC2Flags: Silenio_Quarti: review+
duongn: review+
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Attachments:
Description Flags
_patch.txt
none
_patch.txt
none
_patch.txt none

Description Carolyn MacLeod CLA 2008-05-14 12:30:11 EDT
20080513

VoiceOver speaks the name and/or value of some controls twice.
Typically, this is for controls that have both a name and a value, or controls that the Mac uses the value for the control's name.

Examples:
- Text (Multi, or single with no Border)
- CCombo
- CLabel
Comment 1 Carolyn MacLeod CLA 2008-05-18 17:08:51 EDT
Created attachment 100840 [details]
_patch.txt

Here is the patch to fix CLabel.
Comment 2 Carolyn MacLeod CLA 2008-05-18 17:28:40 EDT
Created attachment 100842 [details]
_patch.txt

Here is the (completely different) patch to fix Text.
Comment 3 Carolyn MacLeod CLA 2008-05-18 17:41:12 EDT
Created attachment 100843 [details]
_patch.txt

This one-line change in CCombo fixes the problem, however it needs to be tested on all platforms to see if it breaks anything.
Comment 4 Carolyn MacLeod CLA 2008-05-18 17:51:22 EDT
SSQ & Duong, please drop by for a demo and to review these fixes for RC2.
Comment 5 Carolyn MacLeod CLA 2008-05-20 14:43:59 EDT
The patch for Text (comment 2) fixed the problem in CCombo, so the patch in comment 3 is not needed.
Comment 6 Carolyn MacLeod CLA 2008-05-20 15:36:24 EDT
Fixed > 20080520 and the fix will be in 3.4 RC2.