summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authordivyesh purohit <div.purohit@samsung.com>2016-02-05 07:18:04 +0100
committerCedric BAIL <cedric@osg.samsung.com>2016-02-05 08:45:19 +0100
commitb57a785f02b43e86faf9012e4410e07046173703 (patch)
tree44e4935d14c77fb237e46aafc8180b278bee3316 /data
parentee0a65deccaf14da3c058f971ba8f1502baeae75 (diff)
downloadelementary-b57a785f02b43e86faf9012e4410e07046173703.tar.gz
combobox: prevent empty swallow to be shown on hover_dismiss animation
Summary: Hover dismiss animation takes 0.5 sec to complete. if the genlist item_count becomes zero, empty swallow is shown in dismiss animation. @fix T3124 Signed-off-by: divyesh purohit <div.purohit@samsung.com> Test Plan: please run combobox example from elementary_test. Open hover by pressing on left side button of combobox or pressing "enter/space" key in entry contained in combobox. Type a char which is not in any genlist item , for example "a' is not presented in any genlist item. empty swallow shouldn't seen in dismiss animation. Reviewers: shilpasingh, cedric, raster Subscribers: rajeshps, govi Maniphest Tasks: T3124 Differential Revision: https://phab.enlightenment.org/D3630 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/hover.edc6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/themes/edc/elm/hover.edc b/data/themes/edc/elm/hover.edc
index 2cd7c0a82..8bed195ee 100644
--- a/data/themes/edc/elm/hover.edc
+++ b/data/themes/edc/elm/hover.edc
@@ -692,6 +692,12 @@ group { name: "elm/hover/base/hoversel_vertical/default";
target: "base";
after: "hidefinished";
}
+ program { name: "hide_no_animate";
+ signal: "elm,action,hide,no_animate"; source: "elm";
+ action: STATE_SET "default" 0.0;
+ target: "base";
+ after: "hidefinished";
+ }
program { name: "hidefinished";
script {
set_int(on_dismiss, 0);