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

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


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





--- Comment #10 from Maciej Stachowiak <mjs at apple.com>  2013-04-15 15:19:21 PST ---
Pop-unders (if I understand correctly) are generally created by first opening a window, and then calling window.blur on the newly created window or window.focus on a different window to ensure that the new window is behind the frontmost window (or tab). 

If the goal is to prevent pop-unders, then perhaps instead of restricting window open, we should restrict changes to the stacking order for newly created windows. This would turn pop-unders into pop-ups, so at least users would know which site caused the problem. I am not sure if that would break any of the mentioned sites.

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