Fixed that context menu doesn't disappear by selecting buttons besides webview in...
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 29 Aug 2012 13:02:03 +0000 (22:02 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Thu, 30 Aug 2012 02:32:12 +0000 (11:32 +0900)
commit652bd13fdc1482a53c8b2aefbaa677a56f8e692b
treec98636139edea7be85c88193e37ae2c3453b9694
parentda3b9742cdd07d30c6c95d8c0cd89a932530aaa7
Fixed that context menu doesn't disappear by selecting buttons besides webview in browser.

[Title] Fixed that context menu doesn't disappear by selecting button besides webview in browser.
        - ex) back, bookmark, more... buttons of browser control bar & reader icon & ...
[Issue#] WEB-1541, WEB-1135, N_SE-7964
[Problem] context menu doesn't disappear by selecting buttons besides webview in browser.
[Cause] There is no routine for hiding context menu in case of this issue.
[Solution] If webview state be change to 'focus-out' state,
           Added routine for hiding context menu and text selection off.

Change-Id: I993b7b6ec9652f2a889ac1e1bb3ce0e345a4601b
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.cpp