Bug 45830 - <input type="file"> drop target doesn't scale properly when using full page zoom.
Summary: <input type="file"> drop target doesn't scale properly when using full page z...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-15 13:31 PDT by Aaron Maenpaa
Modified: 2010-09-15 13:31 PDT (History)
0 users

See Also:


Attachments
Web page for reproduction (184 bytes, text/html)
2010-09-15 13:31 PDT, Aaron Maenpaa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Maenpaa 2010-09-15 13:31:51 PDT
Created attachment 67703 [details]
Web page for reproduction

This is specifically with regards to dragging a file from some where and dropping it onto a <input type="file"> to select that file.

In the attached web page at zoom = 100%, the entire input (the grey box) is a drop target that allows you to drop files on to it to select them. At higher zoom levels, a progressively smaller portion of the box acts as a drop target. 

At the highest zoom level, I can't even find a part of the input where the drop will select the file instead of performing the default drop action which is kind of a pain, because the default action is to show you the file which navigates you away from the page.