Bug 127353 - AX: Mac: Expose the visible text of a password field to AX
Summary: AX: Mac: Expose the visible text of a password field to AX
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-21 09:50 PST by chris fleizach
Modified: 2014-01-21 16:06 PST (History)
9 users (show)

See Also:


Attachments
patch (4.20 KB, patch)
2014-01-21 09:57 PST, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2014-01-21 09:50:22 PST
The Mac platform is now exposing the rendered visible text of password fields through accessibility. VoiceOver is able to make use of that to provide a better user experience.

<rdar://problem/15344998>
Comment 1 chris fleizach 2014-01-21 09:57:21 PST
Created attachment 221756 [details]
patch
Comment 2 Brent Fulgham 2014-01-21 12:23:41 PST
Comment on attachment 221756 [details]
patch

r=me
Comment 3 chris fleizach 2014-01-21 12:24:17 PST
Comment on attachment 221756 [details]
patch

Thanks!
Comment 4 WebKit Commit Bot 2014-01-21 12:52:22 PST
Comment on attachment 221756 [details]
patch

Clearing flags on attachment: 221756

Committed r162466: <http://trac.webkit.org/changeset/162466>
Comment 5 WebKit Commit Bot 2014-01-21 12:52:23 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Alexey Proskuryakov 2014-01-21 15:58:03 PST
accessibility/password-field-value.html is failing on all bots: <http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=accessibility%2Fpassword-field-value.html>

+CONSOLE MESSAGE: line 15: TypeError: HTMLParagraphElement is not a function (evaluating 'description("This tests that the AX exposed value of a password field is the rendered text.")')
Comment 7 Alexey Proskuryakov 2014-01-21 16:02:32 PST
Hopefully fixed in <http://trac.webkit.org/r162482>.
Comment 8 chris fleizach 2014-01-21 16:06:28 PST
Thanks for looking into that!