Changed the handle type from "bottom" to "top" when the handle go to the bottom of...
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 12 Jun 2013 13:28:27 +0000 (22:28 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 21 Jun 2013 14:40:06 +0000 (14:40 +0000)
commitc7a1301ce8c032ce5e42262f626c50339e13f84c
tree44dc44f59f69155878891242858df85edce6ba67
parent4ace056a2d5326b9e4514881dfdcd615b6e12dbe
Changed the handle type from "bottom" to "top" when the handle go to the bottom of the visible webview area.

[Title] Changed the handle type from "bottom" to "top" when the handle go to the bottom of the visible webview area.
[Issue#] N_SE-40983
[Problem] If the handle go to the bottom of visible webview area,
          the handle is not selected well.
[Cause] The handle is truncated on the visible webview area.
[Solution] When the handle go to the bottom of the visible webview area,
           changed the handle type from "bottom" to "top".

Change-Id: I7557c7a1a02e169629d220966335bbc554321d53
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.h
Source/WebKit2/UIProcess/API/efl/tizen/TextSelectionHandle.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelectionHandle.h
Source/WebKit2/UIProcess/tizen/WebContextMenuProxyTizen.cpp