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)
commitb0f969dd2ac4d0411702a96b1995ae56caf3bb3a
treef4d2d06f41b7fca81ef1a84ddda1291ba43d52e5
parentb2b4f805bb37a6d7463bb9031c8216e6c8b13176
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
legacy/elementary/AUTHORS
legacy/elementary/data/themes/edc/elm/button.edc
legacy/elementary/data/themes/edc/elm/entry.edc
legacy/elementary/data/themes/edc/elm/spinner.edc
legacy/elementary/src/lib/elm_authors.h
legacy/elementary/src/lib/elm_spinner.c
legacy/elementary/src/lib/elm_spinner.eo
legacy/elementary/src/lib/elm_widget_spinner.h