Bug 232114 - [Accessibility] VoiceOver speaks name of some controls twice
Summary: [Accessibility] VoiceOver speaks name of some controls twice
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.4 RC2   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-05-14 12:30 EDT by Carolyn MacLeod CLA
Modified: 2008-05-20 15:36 EDT (History)
3 users (show)

See Also:
Silenio_Quarti: review+
duongn: review+


Attachments
_patch.txt (3.25 KB, patch)
2008-05-18 17:08 EDT, Carolyn MacLeod CLA
no flags Details | Diff
_patch.txt (2.23 KB, patch)
2008-05-18 17:28 EDT, Carolyn MacLeod CLA
no flags Details | Diff
_patch.txt (882 bytes, patch)
2008-05-18 17:41 EDT, Carolyn MacLeod CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.