efl_ui_slider: fix focus interaction
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 16 Jul 2019 11:59:40 +0000 (13:59 +0200)
committerTaehyub Kim <taehyub.kim@samsung.com>
Wed, 17 Jul 2019 07:54:10 +0000 (16:54 +0900)
commit5337a0a2e4b2b75205ebbb9afc98427ac78b1be1
treed5eb2b378ea7a886570d3c3f2d33848bbc09e6e0
parent191b0805fa14bb0d4484bfe3f3cd19263d434616
efl_ui_slider: fix focus interaction

Summary:
when we move the slider up or down, we might be at the minimum or
maximu, if this is the case. Then we must not eat the key event,
otherwise focus is stuck on this widget.
Depends on D9328

Reviewers: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9329
src/lib/elementary/efl_ui_slider.c