[Webkit-unassigned] [Bug 96373] New: [chromium] consumable user gesture count off for input events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 04:14:32 PDT 2012


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

           Summary: [chromium] consumable user gesture count off for input
                    events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jochen at chromium.org
                CC: abarth at webkit.org


In http://trac.webkit.org/changeset/65964 a UserGestureIndicator was introduced in chromium's webkit layer for all input events (later restricted to a subset of input events such as clicks). But even with the restriction, this still creates two consumable gestures (there's also one in WebCore/page/EventHandler for mouse events.

I guess initially this was supposed to protect against opening multiple windows from a single user gesture (chrome consumes a user gesture for each new window), however, now a web page can open two windows per event

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