Bug 96074

Summary: [EFL][WK2] Minibrowser locks up when right clicking editable filed
Product: WebKit Reporter: Jinwoo Song <jinwoo7.song>
Component: WebKit EFLAssignee: Jinwoo Song <jinwoo7.song>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Bug Depends on:    
Bug Blocks: 95955    
Attachments:
Description Flags
patch none

Description Jinwoo Song 2012-09-06 23:24:49 PDT
Minibrowser locks up when we click the input filed or text area with right mouse button.
Comment 1 Jinwoo Song 2012-09-08 22:24:04 PDT
Created attachment 162977 [details]
patch

WebProcess crashes when the context menu type is SubmenuType and non-CROSS_PLATFORM_CONTEXT_MENUS is used.
It is because platformSubMenu() in the ContextMenuItemEfl.cpp returns null. This patch implements the setSubMenu()
and platformSubMenu() to set and return the subMenuItems.
Comment 2 Gyuyoung Kim 2012-09-09 19:23:24 PDT
Comment on attachment 162977 [details]
patch

Looks good to me because EFL port also uses Vector class for context menu item as chromium port.
Comment 3 WebKit Review Bot 2012-09-09 19:33:17 PDT
Comment on attachment 162977 [details]
patch

Clearing flags on attachment: 162977

Committed r128011: <http://trac.webkit.org/changeset/128011>
Comment 4 WebKit Review Bot 2012-09-09 19:33:21 PDT
All reviewed patches have been landed.  Closing bug.