Bug 25896
Summary: | [Gtk] Implement accessible text interface for objects of role PASSWORD_TEXT | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joanmarie Diggs <jdiggs> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | apinheiro, jmalonzo, mario, walker.willie, xan.lopez |
Priority: | P2 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 25531 |
Joanmarie Diggs
Steps to reproduce:
1. Open the test case (https://bugs.webkit.org/attachment.cgi?id=30170&action=view)
2. Examine the accessible associated with the password field in Accerciser.
Expected results: The accessible text interface would be implemented (similar to what has been done for objects of role ENTRY).
Actual results: The accessible text interface is not implemented.
Usage/Need: Screen readers such as Orca need to be able to present the number of characters displayed, indicate when the caret has moved, confirm when text has been inserted or removed, etc.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mario Sanchez Prada
This looks fixed in trunk (git commit ID 5e4b39b07aa0abb24b5c219cf39d605343368f54).
Joanmarie Diggs
(In reply to comment #1)
> This looks fixed in trunk (git commit ID
> 5e4b39b07aa0abb24b5c219cf39d605343368f54).
That one snuck past me. Confirmed. Thanks!!