When long tap on other input box, endTap() is performed.
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 3 Jul 2013 05:30:56 +0000 (14:30 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Wed, 3 Jul 2013 07:42:46 +0000 (16:42 +0900)
commite2c69df54b9148efe06b842989e5dc89a1cdca81
tree7c65bbb51a137cab3c542148bdc5a5b26754fa84
parent0e131df54baf8ae326fd56a5cf3c8ef86c5a630a
When long tap on other input box, endTap() is performed.

[Title] When long tap on other input box, endTap() is performed.
[Issue#] N/A
[Problem] User long tap on an input box and then, when long tap on other input box,
          Magnifier is displayed above previous input box.
[Cause] Magnifier is displayed above rootEditableElement that has caret
        bacause there is caret in previous input box.
        So, this issue occur.
[Solution] When long tap on other input box, textSelectionDown() return false.
           If textSelectionDown() return false, endTap() for other input box is performed.

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