Bug 21226

Summary: AX: <file> input button shouldn't have children exposed
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch to make sure certain elements don't return children sullivan: review+

Description chris fleizach 2008-09-29 17:54:11 PDT
the <input type="file"> has accessibility children. this should not be the case, along with other types of elements, such as images, buttons, popup buttons, radio buttons and checkboxes
Comment 1 chris fleizach 2008-09-29 17:56:35 PDT
Created attachment 23926 [details]
Patch to make sure certain elements don't return children
Comment 2 John Sullivan 2008-09-29 20:50:37 PDT
Comment on attachment 23926 [details]
Patch to make sure certain elements don't return children

I presume that the menu of a PopUpButton is accessorized some way other than by being a child of the button.
Comment 3 chris fleizach 2008-09-29 20:52:45 PDT
indeed, it shows up as a child of the scrollarea
Comment 4 chris fleizach 2008-09-30 09:19:27 PDT
http://trac.webkit.org/changeset/37095