[Webkit-unassigned] [Bug 114021] Adopt consumable user gestures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 04:15:26 PDT 2013


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





--- Comment #6 from jochen at chromium.org  2013-04-15 04:13:42 PST ---
(In reply to comment #4)
> It may be tricky to get the rule right in the face of multiple user-gesture-restricted behaviors. For example, fullscreen API has a user gesture limitation. Should a single user gesture be able to go fullscreen once and open one window, or only one of these? The decision may be even more subtle on platforms like iOS that require user gestures for more things, such as playing media.

When we designed this feature, we decided to only restrict creating new windows, i.e. an app can go fullscreen, lock the mouse, and open a new window. However, as soon as it opens the window, the user gesture is consumed, so it can't go fullscreen, open a new window, and lock the mouse.

> 
> That being said, it does seem right to me that a single click should not be able to spam windows.

-- 
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