[Webkit-unassigned] [Bug 153493] Do not show context menu when right clicking on a scrollbar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 31 02:34:49 PST 2016


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

--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #7)
> Comment on attachment 270202 [details]
> Add a test
> 
> This looks like it introduced crashes in WebKit2 tests on Mac.

Could your confirm that the test doesn't crash with current trunk (even if it fails, of course). I'm surprised it only fails in wk2, and the changes introduced are cross-platform. The only thing the patch does differently is calling view->scrollbarAtPoint(event.position()). And view is null checked already. The other thing is that I remove the !mouseEvent.scrollbar() condition from the if below, because we are now returning early when having a scrollbar.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160131/f9b1c7d5/attachment.html>


More information about the webkit-unassigned mailing list