[FIX] Mouse click events are not invoked by disabled elements 53/62353/1
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Mon, 14 Mar 2016 14:25:58 +0000 (15:25 +0100)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Tue, 15 Mar 2016 13:07:59 +0000 (14:07 +0100)
commitcc0c0ebab2c9381b3910bf29fb775374797c9590
treeb5b0514ccf6768f987d4fe6200610854b0c211de
parentd73182b101f2e26f8f08ce0c920e43f69b41d7b8
[FIX] Mouse click events are not invoked by disabled elements

 * Changed the 'mouse_down' callbacks to 'clicked'.
 * Fix in 'style.base.button' and 'style.option.button' button styles.
The fix is required to use the 'clicked' callback. Previous the 'mouse_down'
callback was used and it ignores the button enable state.

Change-Id: I75a544de97650a16a8f830d210b70a50579d263e
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
res/widget/button.edc
src/layout/layout_channel.c
src/layout/layout_network.c