[Webkit-unassigned] [Bug 96070] [EFL][WK2] Minibrowser crashes on right mouse click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 19:40:44 PDT 2012


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





--- Comment #10 from Jinwoo Song <jinwoo7.song at samsung.com>  2012-09-07 19:40:59 PST ---
(In reply to comment #9)
> Shouldn`t a context menu actually get created on right click?
Yes, a context menu should be created on right click, but as the EFL has no implementation yet and it caused the crash.

PassRefPtr<WebContextMenuProxy> PageClientImpl::createContextMenuProxy(WebPageProxy*)
{
    notImplemented();
    return 0;
}
AFAIK, Gyuyoung will implement this. 

Did the answer fit to your question?

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