Do not clip to visible content rect on WebPage::getSelectionRect()
authorChanghyup Jwa <ch.jwa@samsung.com>
Mon, 15 Apr 2013 10:56:52 +0000 (19:56 +0900)
committerChanghyup Jwa <ch.jwa@samsung.com>
Tue, 16 Apr 2013 01:33:29 +0000 (10:33 +0900)
commitf99dfede32ce4a9647b79af6422345eabac4e59f
tree7553325e06b1b49f954f0a437c75227a74d21a63
parent8649ab1ecb2b849335b423d830428164c96cdd85
Do not clip to visible content rect on WebPage::getSelectionRect()

[Title] Do not clip to visible content rect on WebPage::getSelectionRect()
[Issue#] N_SE-34525
[Problem] Input field zoom is not working
[Cause] By any reason, if visible content rect is updated before calling
        ewk_view_focused_node_adjust(), getSelectionRect() returns 0
[Solution] Do not clip to visible content rect for FrameSelection

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