Bug 100583

Summary: AX: file upload input text value is not exposed through accessibility
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: apinheiro, bdakin, dmazzoni, jdiggs, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
patch none

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.