Bug 17420 - Dropping file on file-upload control does not dismiss file picker
Summary: Dropping file on file-upload control does not dismiss file picker
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-17 23:55 PST by Eric Seidel (no email)
Modified: 2008-02-18 01:06 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-02-17 23:55:25 PST
Dropping file on file-upload control does not dismiss file picker

1. click on a <input type="file"> control
2. drop a file onto the same control
3. expect the file-picker dialog to auto-dismiss, instead it sticks around.  I did not try actually choosing a file with this strangely-still around file picker.  No clue what could happen.  Heck, if some event listener removed the input type=file on a change event the file picker could even cause a crash if written wrong (that's a wild assumption, not a fact).
Comment 1 Alexey Proskuryakov 2008-02-18 01:06:44 PST
I would actually expect dropping on the control to have no effect while a sheet is displayed - as those are window-modal.