Bug 238644

Summary: [WinCairo WK2] fast/events/mouse-click-events.html is timing out
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Fujii Hironori
Reported 2022-03-31 18:47:21 PDT
[WinCairo WK2] fast/events/mouse-click-events.html is timing out fast/events/mouse-click-events.html [ Timeout ] WinCairo WK1 passes the test. WinCairo WK1 hooks the context menu with UIDelegate::trackCustomPopupMenu and prevents the context menu. WinCairo WK2 is using TrackPopupMenuEx API to show the context menu in WebContextMenuProxyWin::showContextMenuWithItems. Because TrackPopupMenuEx API is blocking, the context menu can't be closed by sending ESC key.
Attachments
Fujii Hironori
Comment 1 2022-03-31 18:52:58 PDT
r292194 marked it Skip.
Note You need to log in before you can comment on or make changes to this bug.