projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd82ff
)
e_client: keyboard doesn't change geom when transient parent move
42/92142/2
accepted/tizen/common/20161013.161011
accepted/tizen/ivi/20161014.074518
accepted/tizen/mobile/20161014.074403
accepted/tizen/tv/20161014.074423
accepted/tizen/wearable/20161014.074451
submit/tizen/20161013.120455
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Thu, 13 Oct 2016 10:34:26 +0000
(19:34 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 13 Oct 2016 11:32:13 +0000
(
04:32
-0700)
Change-Id: I478325facdb000eb38ae25d565882a9cca8006ce
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index e6a1fd548eaee476fef52cdc24c01206b5e66805..bcf0b4e36acc7e7bcbd7150143cc4a556507bc5c 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-1796,6
+1796,8
@@
_e_client_cb_evas_move(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UN
EINA_LIST_FREE(list, child)
{
+ if (child->vkbd.vkbd) continue;
+
evas_object_move(child->frame,
child->x + x - ec->pre_cb.x,
child->y + y - ec->pre_cb.y);