Elm_spinner focus UI, accessibility fix
authorSubodh Kumar <s7158.kumar@samsung.com>
Wed, 4 Mar 2015 06:59:24 +0000 (15:59 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 4 Mar 2015 07:03:30 +0000 (16:03 +0900)
commitadfe7fbcd3f4146d84219de7dbb5a273d89f396e
tree0d4de9d7d040ce671fe4e417752226ce62b26cef
parent44369953dfc6a89fad5cbd870a956162fe7ec964
Elm_spinner focus UI, accessibility fix

Summary:
Issue: Focus was not getting transferred individually on arrow buttons and text area.
Solution: Remove the usage of image parts and text parts and replace them with buttons
so as to handle the focus transfer normally than forcibly via smart event.
hence Focus next hook and focus direction hook is implemented.

Signed-off by: Subodh Kumar<s7158.kumar@samsung.com>
Signed-off by: Shilpa Singh<shilpa.singh@samsung.com>

Test Plan:
Use keyboard keys on spinner and test focus transfer, enable accessibility and test
accessibility.

Reviewers: woohyun, Hermet, shilpasingh, raster, seoz

Reviewed By: shilpasingh, raster

Subscribers: stefan_schmidt, raster, rajeshps, govi

Differential Revision: https://phab.enlightenment.org/D1911
AUTHORS
data/themes/edc/elm/button.edc
data/themes/edc/elm/entry.edc
data/themes/edc/elm/spinner.edc
src/lib/elm_authors.h
src/lib/elm_spinner.c
src/lib/elm_spinner.eo
src/lib/elm_widget_spinner.h