Changed routine to finish composition for inputted texts when long tapping on input...
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 10 Apr 2013 08:36:45 +0000 (17:36 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Wed, 10 Apr 2013 11:26:18 +0000 (20:26 +0900)
commitfdf11d8830ee0891c33b87e267dd28052866e703
treef6f02957ec6959cc4d4973773498f48d426624a1
parente91c8b10b99059b1105eb3b5bc94756b5694b0e8
Changed routine to finish composition for inputted texts when long tapping on input box.

[Title] Changed routine to finish composition for inputted texts when long tapping on input box.
[Issue#] N_SE-32784
[Problem] when long tapping on input box of OSP App,
          all texts are removed and text selection is not working properly.
[Cause] In case that composition for inputted texts is not finished(there are underlined texts),
        when long tapping on input box of OSP App, routine to finish composition is not called.
        (In this case, browser app is working fine.)
[Solution] Moved code to finish composition for inputted texts.
           So, routine to finish composition for inputted texts is called in both browser app and OSP app.

Change-Id: I406415088a79d7d1986d7c7c9854ac02af766843
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp