Text selection handler disappering in Gmail.
authorSudarshan C P <sudarshan.cp@samsung.com>
Fri, 21 Jun 2013 15:30:22 +0000 (21:00 +0530)
committerTaeyun An <ty.an@samsung.com>
Mon, 16 Sep 2013 15:11:42 +0000 (00:11 +0900)
commitaeeb58b6a0501150da38fd13825535ff7d313207
tree406de7be4a00008e06b4023fe19edf5e70a96b17
parent97fc50722fb313c52ab0e6f63b1fbdc44a9e290d
Text selection handler disappering in Gmail.

[Title] Selection handler disappears on changing
     the device orientation - gmail.com
[Issue#] WEB-3299
[Problem] Selection handler disappears on changing the
       device orientation on all edit box, even issue reproduce
       in case of scroll the page , single dumbell shown.
[Cause] After orientation/scroll offset changed to the editor,
      new editor rect is not reflecting in updateHandler.
[Solution] Required a Message sync call to update, new editor
     rect on orientation/scroll happens to redraw the update handler.

Change-Id: I34d4746d8a762f0e0b997153c4ef9e6d0acac488
Source/WebKit2/Platform/CoreIPC/HandleMessage.h [changed mode: 0644->0755]
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