Implemented scrolling of text when the magnifier is on
authorprathmesh.m <prathmesh.m@samsung.com>
Wed, 3 Apr 2013 02:12:22 +0000 (11:12 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 4 Apr 2013 06:17:08 +0000 (15:17 +0900)
commit887e0f94db56df7aaf63093b38af2bebd1c686ae
tree554adc4c470025e3b2ed0e3038e41149de555bea
parent532bc0bd6a20a6e630721cb3f1a06c0438591a1d
Implemented scrolling of text when the magnifier is on

[Title] Implemented scrolling of text when the magnifier is on
  and implemented the movement of touch point with blocking of
  magnifier
[Issue#] N/A
[Problem] The movement of magnifier and caret was stopped when
  the mouse move went out side the inputbox and the text inside
  the input box was not scrolled
[Cause] When the mousemove point was out side the inputbox
the handlers were blocked
[Solution] Implemented mousemove and handled the case where
   mousedown is done on inputbox and mouse move point is outside
   the input box and also scrolled the text ant the end of input
   box

Change-Id: I514714871b9c1238ea3d8dbc7fcef5f9be5aa896
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/WebPageProxy.h
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.h
Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp