Bug 238644
| Summary: | [WinCairo WK2] fast/events/mouse-click-events.html is timing out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Fujii Hironori
[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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
r292194 marked it Skip.