Bug 183578

Summary: WebKitTestRunner's event sender sends gestures to the opener document instead of to the popup when executed in a popup
Product: WebKit Reporter: John Wilander <wilander>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=183577

Description John Wilander 2018-03-12 13:48:20 PDT
If you open a popup window with window.open() and execute UIHelper.activateAt() on an element in the popup, the gesture is sent to the opener instead of the popup, at least when the opener and popup are from different origins.