Bug 95955
Summary: | [Meta][EFL][WK2] Misbehavior on right mouse button in the Minibrowser | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jinwoo Song <jinwoo7.song> |
Component: | WebKit EFL | Assignee: | Jinwoo Song <jinwoo7.song> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux | ||
Bug Depends on: | 96070, 96074 | ||
Bug Blocks: |
Jinwoo Song
Minibrowser crashes when we click the right mouse button.
(gdb) r
Starting program: /home/newgen/webkit_opensource/WebKit/WebKitBuild/Debug/bin/MiniBrowser
[Thread debugging using libthread_db enabled]
[New Thread 0xb6f46b70 (LWP 2117)]
[New Thread 0xb62acb70 (LWP 2119)]
Program received signal SIGSEGV, Segmentation fault.
0x0082e7bd in WebKit::WebPageProxy::internalShowContextMenu (this=0x809c160, menuLocation=...,
hitTestResultData=..., proposedItems=..., arguments=0x80c9620)
at /home/newgen/webkit_opensource/WebKit/Source/WebKit2/UIProcess/WebPageProxy.cpp:2969
2969 m_activeContextMenu->showContextMenu(menuLocation, proposedItems);
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jinwoo Song
Crash and hang up happen when we click the right mouse button in the Minibrowser. The reproduce condition and causes seem to be different so I create a meta bug to track the related bugs.