summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDivyesh Purohit <purohit.div@gmail.com>2016-01-26 13:01:03 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-01-26 13:05:28 -0800
commitf4ee3f5f0e90046fe9c1b986ea0078a6e3967d84 (patch)
tree28bba92fcef9d5e57f983cdebf509aa9d7e0f398 /data
parent186aeb42eb7e97c07a58a30aafbca5d05c4e2302 (diff)
downloadelementary-f4ee3f5f0e90046fe9c1b986ea0078a6e3967d84.tar.gz
combobox: fix continuous clicks on hover
Summary: Continouous clicks on hover would need to ensure that variable on_dismiss of combobox_vertical style in hover.edc should 0 when slot is being shown, otherwise events would be disabled on hover even though swallow content is shown. @fix Signed-off-by: Divyesh Purohit <purohit.div@gmail.com> Test Plan: Click continouosly on combobox and events on hover would be disabled. Reviewers: cedric Differential Revision: https://phab.enlightenment.org/D3601 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/hover.edc2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/edc/elm/hover.edc b/data/themes/edc/elm/hover.edc
index 229fa8d79..2cd7c0a82 100644
--- a/data/themes/edc/elm/hover.edc
+++ b/data/themes/edc/elm/hover.edc
@@ -479,6 +479,7 @@ group { name: "elm/hover/base/hoversel_vertical/default";
else
run_program(PROGRAM:"topshow_right");
set_int(visible, 1);
+ set_int(on_dismiss, 0);
}
public bottomshow2() {
if (get_int(right) == 0)
@@ -486,6 +487,7 @@ group { name: "elm/hover/base/hoversel_vertical/default";
else
run_program(PROGRAM:"bottomshow_right");
set_int(visible, 1);
+ set_int(on_dismiss, 0);
}
}
parts {