Fixed caret selection issue in inputbox
authorprathmesh.m <prathmesh.m@samsung.com>
Fri, 29 Mar 2013 07:45:38 +0000 (16:45 +0900)
committerprathmesh.m <prathmesh.m@samsung.com>
Mon, 1 Apr 2013 06:16:52 +0000 (15:16 +0900)
commit29135b6e766d9d0a0c3cf5f6a4f5f3ef3f1315fc
tree49fa4bb4a84ffec081aed441e73e59cef36a3840
parent783fbe5619ac77a8d867ad7367a4a9537d1954d6
Fixed caret selection issue in inputbox

[Title] Fixed carret selection issue in inputbox
[Issue#] N/A
[Problem] Caret was set at the end of text field even after
    long press in between the input box.
[Cause] Invalid points were passed when the touch point was
    on the border of the inputbox. Focused frame points were
    passed.
[Solution] Handled the border cases and set the proper
    touch point. Set the mainframe point with the difference
    of rect and focused frame point

Change-Id: Id3cd249c52e47764c34e28eee82125e07f219c54
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp