From: Kim Shinwoo <kimcinoo.efl@gmail.com>
authorKim Shinwoo <kimcinoo.efl@gmail.com>
Sat, 30 Jun 2012 06:21:14 +0000 (06:21 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sat, 30 Jun 2012 06:21:14 +0000 (06:21 +0000)
commitc3d80a0fc08127a5c3d9df9aa81b98db23ea60f8
tree9479e211ac57049a2f113b37e7a51fbb44e41b7f
parentd7228bbb159a82bf771f9344c3fa8334ca8c2055
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [Patch][elementary] elm_access, use widget_item in
focus chain

It has been possible to use widget_item in access mode. The mouse-in
event
makes the widget_item speak.
But focus chain is not useful in access mode, because the widget_item
cannot get the focus as the edje object.
The accessibility highlight will move by keeping the attached patch
and you
can hear the sound of widget item information.
Please review the patch and give some feedbacks. There would be further
works such as dynamic setting focus next hook,
the previous _elm_access_list_register();, but please keep this first if
there is no big trouble. I'll do those also. Thanks.

SVN revision: 73074
src/lib/elm_access.c
src/lib/elm_list.c
src/lib/elm_widget.h