[Webkit-unassigned] [Bug 58208] hidden attribute on <input type=file /> suppresses the file selection dialog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 12:11:30 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58208





--- Comment #3 from Adam Barth <abarth at webkit.org>  2011-10-13 12:11:30 PST ---
> Looking at the spec, I do read

That's conformance information for authors, not for user agents.

We probably should match Firefox and IE here.  Suppressing the dialog in this case isn't buying us any security.  (The control could just as easily be "hidden" by being positioned off-screen.)

There's some question about whether the click() method should work at all on this control, but it's behavior shouldn't be different depending on the hidden attribute (unless required by compatibility).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list