Re: [E-devel] [Patch] About _parent_focus function in elm_widget.c

2011-05-27 Thread The Rasterman
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

[E-devel] [Patch] About _parent_focus function in elm_widget.c

2011-05-17 Thread WooHyun Jung
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