[Webkit-unassigned] [Bug 47593] Require a user gesture to open the file dialog
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 23 00:00:07 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=47593
--- Comment #16 from Andy Estes <aestes at apple.com> 2011-02-23 00:00:06 PST ---
Perhaps timers could remember the user gesture state of the event loop iteration that initiated them, then set the user gesture state accordingly when the timer fires. This would allow the click-via-setTimeout use case without allowing non-gesture-initiated clicks in general. Depending on how careful we want to be we could add protections like only forwarding gestures for timers less than a certain maximum delay and/or only propagating one level deep.
--
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