Re: [E-devel] [PATCH] elm_access: fixed a bug in highlight cycle

2013-02-14 Thread Kim Shinwoo
in svn r83883, thank you. cordially, shinwoo kim. On Thu, Feb 14, 2013 at 4:32 PM, Jaeun Choi wrote: > I "accidently" fixed this bug in elm_access. > > _elm_access_highlight_cycle sets access read_mode as EINA_TRUE > and then never set it back as EINA_FASLE, > which causes elm_widget_focus_stea

[E-devel] [PATCH] elm_access: fixed a bug in highlight cycle

2013-02-13 Thread Jaeun Choi
I "accidently" fixed this bug in elm_access. _elm_access_highlight_cycle sets access read_mode as EINA_TRUE and then never set it back as EINA_FASLE, which causes elm_widget_focus_steal not to be called when restoring focus tree. ...sorry for a lame explanation (somebody help me out!) In