Fix timing issue between IME show and click operaton
authorTaeyun An <ty.an@samsung.com>
Mon, 8 Apr 2013 02:03:54 +0000 (11:03 +0900)
committerTaeyun An <ty.an@samsung.com>
Mon, 8 Apr 2013 02:03:54 +0000 (11:03 +0900)
commite17f1777441fb1bf01b2a1ee9dd63bcfd52ab863
treec9a88abb3bb0aef686a6d55689e2fe5f8e675918
parent5a88112aa68cd3edb2fbaf6b83ea3e4de708d3e8
Fix timing issue between IME show and click operaton

[Title] Fix timing issue between IME show and click operaton
[Issue#] N_SE-32664
[Problem] IME disappear as soon as it appear when repeating click quickly
[Cause] the click operation happen even though IME is shown
[Solution] check the IME state and the position when clicking

Change-Id: Ib4fd6524798c773a4604bb9c7512c7b4732884f5
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h