Bug 231882 - [Accessibility] Characters typed into Text are not accessible on Leopard
Summary: [Accessibility] Characters typed into Text are not accessible on Leopard
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 RC2   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-05-13 13:43 EDT by Carolyn MacLeod CLA
Modified: 2008-05-20 15:35 EDT (History)
3 users (show)

See Also:
Silenio_Quarti: review+
duongn: review+


Attachments
_patch.txt (7.19 KB, patch)
2008-05-16 11:56 EDT, Carolyn MacLeod CLA
no flags Details | Diff
_patch.txt (7.81 KB, patch)
2008-05-19 01:02 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-13 13:43:22 EDT
20080513

Run ControlExample, go to Text tab.
Turn on VoiceOver (Command+F5).
Type Tab key to give focus to Text.
Type characters.
VoiceOver should speak the characters, but it isn't.

Same problem for both SINGLE and MULTI.
Comment 1 Carolyn MacLeod CLA 2008-05-13 16:48:30 EDT
A SINGLE line Text with a BORDER *is* accessible for typing characters.
Comment 2 Carolyn MacLeod CLA 2008-05-16 11:56:11 EDT
Created attachment 100667 [details]
_patch.txt

This patch fixes the accessibility of characters typed into a Text.
Comment 3 Carolyn MacLeod CLA 2008-05-16 11:58:06 EDT
SSQ, please review patch for RC2
Comment 4 Carolyn MacLeod CLA 2008-05-16 12:01:19 EDT
Duong, please review with SSQ for RC2.
Please note that this fix should also be tested on Tiger.
Patch is in comment 2.
Comment 5 Carolyn MacLeod CLA 2008-05-19 01:02:31 EDT
Created attachment 100852 [details]
_patch.txt

This patch is for convenience - it merges this fix with the fix for Text from bug 232114 comment 2.  Both fixes are in class Text. We should review them separately - this is just to point out that there are 2 patches available, and the (similar, but different) code changes are in the same methods.
Comment 6 Carolyn MacLeod CLA 2008-05-20 15:35:00 EDT
Fixed > 20080520 and the fix will be in 3.4 RC2.