On Tue, 17 May 2011 20:50:09 +0900 WooHyun Jung said:
in svn :) snuck in with a warning commit... oops. sorry - didnt state the patch
was in in commit + from you.. sorry! :(
> Hello. All.
>
> I think current _parent_focus function (elm_widget.c) has one problem.
>
> Following conditional sta
Hello. All.
I think current _parent_focus function (elm_widget.c) has one problem.
Following conditional statement(in _parent_focus func) can not cover all
cases.
.
if (!ret || (!i) || (i != focus_order))
_parent_focus(o);
.
For example, an application calls like follows