Bug 564349 - PasswordBox: Orca should read passwordchar '*' when typing
Summary: PasswordBox: Orca should read passwordchar '*' when typing
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Moonlight - General (show other bugs)
Version: Unspecified
Hardware: x86 openSUSE 11.1
: P4 - Low : Minor
Target Milestone: Release 2.1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 07:14 UTC by calen chen
Modified: 2010-02-19 20:17 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description calen chen 2009-12-14 07:14:34 UTC
REPRO:

1. Make /uia2atk/test/samples/moonlight/PasswordBox
2. Run PasswordBoxSample.html and Orca
3. On firefox page, insert 'asfd' to the PasswordBox

RESULTS:

Orca:
SPEECH OUTPUT: 'a'
SPEECH OUTPUT: 's'
SPEECH OUTPUT: 'f'
SPEECH OUTPUT: 'd'

EXPECTED RESULTS:

Orca shouldn't speech out the characters, but should speech '*' to instead, that would be safety, and consistent with Firefox accessibility


COMMENTS:

Please run http://gmail.novell.com, and run orca, when you type password into the box, orca will speech:
SPEECH OUTPUT: '*'
SPEECH OUTPUT: '*'
SPEECH OUTPUT: '*'
SPEECH OUTPUT: '*'
Comment 1 Brad Taylor 2009-12-14 20:26:02 UTC
This may not be possible as I believe Orca will only speak '*' if the value of the control's text is non-empty.  See #564346 for a detailed explanation of why the control's text is always empty.