From: Kim Shinwoo <kimcinoo.efl@gmail.com>
authorKim Shinwoo <kimcinoo.efl@gmail.com>
Tue, 31 Jul 2012 12:24:58 +0000 (12:24 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 31 Jul 2012 12:24:58 +0000 (12:24 +0000)
commit3c4e9c2ced745457e621b913ad2a4e8c2dd4d2f1
treede65eaf4eb75a8867c4e87010a631ff835b29b06
parent0ed88ed319c9819ee08bff4305202c6ce4dc95d1
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] dayselector - focus chain, and
about accessibility policy.

dayselector does not work in focus cycle because there is no
focus_chain().
because dayselctor is a child of Elm_Layout_Smart_Class, so it is
enough to
use focus_chain() of layout.

and.. very carefully..
i'd like to raise an issue that currently visually impaired person
should
be obliged to click(tap) quickly two times to activate widget such as
button, check.
the implementation to check 2nd click in elm_access is great. but one
single click is enough to activate button or change state of elm_check.
moreover some widgets like dayselector which has customized style for
elm_check does not work properly, because they do something at signal
'mouse,down,1'.

SVN revision: 74649
src/lib/elm_check.c
src/lib/elm_dayselector.c