projects
/
platform
/
core
/
uifw
/
ise-default.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0090cd
)
Fix issue IME does not hide even though pressing back key
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 23 Feb 2017 02:34:52 +0000
(11:34 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Thu, 23 Feb 2017 11:10:10 +0000
(20:10 +0900)
[Reproduce step]
1. press CM key or "." key
2. press home key
3. IME show
4. press back key
Change-Id: I6bfb608474335c18b8593bbcb7c1eec6d0f67174
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ise.cpp
patch
|
blob
|
history
diff --git
a/src/ise.cpp
b/src/ise.cpp
index
1434428
..
da39016
100644
(file)
--- a/
src/ise.cpp
+++ b/
src/ise.cpp
@@
-923,6
+923,7
@@
void
ise_show(int ic)
{
sclboolean reset_inputmode = FALSE;
+ g_popup_opened = FALSE;
if (g_ui) {
read_ise_config_values();