Adjusted position for showing text selection context menu properly.
authorYuni Jeong <yhnet.jung@samsung.com>
Sun, 9 Jun 2013 07:55:55 +0000 (16:55 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Sun, 9 Jun 2013 07:59:38 +0000 (16:59 +0900)
commitcccda28d67ea71cd3cd31f56e0498908a5b9e514
treec50d7e9a252dd7adb978acfdb99a30230b979a49
parentbae6db910e378de63ddf078c7815401b82788a85
Adjusted position for showing text selection context menu properly.

[Title] Adjusted position for showing text selection context menu properly.
[Issue#] N_SE-38751
[Problem] Select All context menu show wrong position in NPRuntime.
[Cause] Context menu is showned at center position of selection range.
        If center position of selection range is in invisible editor box area(outside of the editor box),
        context menu is showned at wrong position and wrong context menu is showned.
[Solution] Adjusted position for shwoing context menu to center position of visible selection range in the editor box.

Change-Id: I6bc8e9c994050e0fbead15525b3d5c9c63cfe9df
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp [changed mode: 0755->0644]