combobox: fix continuous clicks on hover
authorDivyesh Purohit <purohit.div@gmail.com>
Tue, 26 Jan 2016 21:01:03 +0000 (13:01 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 26 Jan 2016 21:05:28 +0000 (13:05 -0800)
commit04cff68f410b09accfa4d03d9a74d3ad942e0508
treede9f203c3ba357bb8f5582f54c3c4e9eeda8023f
parent3af4a727cc78da07918a4c9d8d69b158df33f10c
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>
legacy/elementary/data/themes/edc/elm/hover.edc
legacy/elementary/src/lib/elc_combobox.c