Contents of Magnifier are getting truncated
authorprathmesh.m <prathmesh.m@samsung.com>
Fri, 5 Jul 2013 08:50:43 +0000 (14:20 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 9 Jul 2013 06:21:00 +0000 (06:21 +0000)
commitcd525cd21c1e5f818083ed4b174362de7f4a238a
treed0dd509ea1e880851aef227365aa3cfe5921da36
parent963e7f2dde53aad71e766f37975f17f6a5aff09c
Contents of Magnifier are getting truncated

[Title] Contents of Magnifier are getting truncated
[Issue#] N_SE-44325
[Problem] If the touch point is at the top or at the bottom
   end during extending the selection then the contents in
   the magnifier are not visible correctly
[Cause] The rect sent to get the snapshot of the page is
   above the visable area so text appears to be truncated
[Solution] Added check if the touch point is very near to
   top or bottom then adjust the content rect

Change-Id: I248d7b0886347dc80f6ad81e2a17d218228803e3
Source/WebKit2/UIProcess/API/efl/tizen/TextSelectionMagnifier.cpp