Bug 54288

Summary: WebKit2: No icon shown for <input type=file>
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: adele, andersca, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: data:text/html,<input type=file>
Attachments:
Description Flags
Patch darin: review+

Description Adam Roben (:aroben) 2011-02-11 08:49:01 PST
To reproduce:

1. Go to data:text/html,<input type=file>
2. Choose a file

No icon is shown for the file!
Comment 1 Adam Roben (:aroben) 2011-02-11 08:49:38 PST
I think this is happening because WebChromeClient::chooseIconForFiles is unimplemented. (It looks like a lot of other WebChromeClient functions are unimplemented as well; I wonder if we have bugs for all of them?)
Comment 2 Adam Roben (:aroben) 2011-02-11 08:50:05 PST
<rdar://problem/8988982>
Comment 3 Sam Weinig 2011-03-13 19:43:06 PDT
Created attachment 85636 [details]
Patch
Comment 4 Sam Weinig 2011-03-14 09:47:34 PDT
Landed in r81032.