Bug 100583 - AX: file upload input text value is not exposed through accessibility
Summary: AX: file upload input text value is not exposed through accessibility
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 18:02 PDT by chris fleizach
Modified: 2012-11-13 12:30 PST (History)
5 users (show)

See Also:


Attachments
patch (7.49 KB, patch)
2012-10-26 18:07 PDT, 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 2012-10-26 18:02:31 PDT
The value of the file upload button is not exposed on the Mac.

This is a tough problem to solve on the Mac because there are three pieces of information. 1) the type of button, 2) the text on the button, 3) the text for the value

The best compromise we think is to label this as a file upload button type in the role description, and then expose the file path text as the AXTitle. 

This will give the more relevant information and should be clear what is happening
Comment 1 chris fleizach 2012-10-26 18:07:12 PDT
Created attachment 171065 [details]
patch
Comment 2 WebKit Review Bot 2012-11-13 12:30:45 PST
Comment on attachment 171065 [details]
patch

Clearing flags on attachment: 171065

Committed r134465: <http://trac.webkit.org/changeset/134465>
Comment 3 WebKit Review Bot 2012-11-13 12:30:48 PST
All reviewed patches have been landed.  Closing bug.