Removed unnecessary condition to checking system keyboard state.
authorYuni Jeong <yhnet.jung@samsung.com>
Tue, 17 Sep 2013 07:19:00 +0000 (16:19 +0900)
committerTaeyun An <ty.an@samsung.com>
Thu, 10 Oct 2013 08:02:55 +0000 (17:02 +0900)
[Title] Removed unnecessary condition to checking system keyboard state.
[Issue#] N/A
[Problem] Removed unnecessary condition to checking system keyboard state.
[Cause] Removed unnecessary condition to checking system keyboard state.
[Solution] Removed unnecessary condition to checking system keyboard state.

Change-Id: I274350699f4de1cbe767d838fa13afe7ca3c8ff8

Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp

index e6089ed..f7f43c5 100755 (executable)
@@ -777,8 +777,7 @@ void InputMethodContextEfl::showIMFContext(const EditorState& editor, bool isUse
     resetIMFContext();
     ecore_imf_context_focus_in(m_context.get());
     ecore_imf_context_input_panel_show(m_context.get());
-    if (!isSystemKeypadShow())
-        setState(ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW);
+    setState(ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW);
 }
 
 void InputMethodContextEfl::hideIMFContext()