Re: [E-devel] [Patch] Fixed multibuttonentry`s bugs

2012-06-19 Thread Hyoyoung Chang
In svn r72484. thanks. On Tue, Jun 19, 2012 at 2:23 PM, Minseok Kim wrote: > Dear all, > > I've added patches for fixing bugs in multibuttonentry. > > First, elm_multibuttonentry_1.patch > When multibuttonentry is clicked, it shows entry input panel. > but at this time, there's no code for settin

[E-devel] [Patch] Fixed multibuttonentry`s bugs

2012-06-18 Thread Minseok Kim
Dear all, I've added patches for fixing bugs in multibuttonentry. First, elm_multibuttonentry_1.patch When multibuttonentry is clicked, it shows entry input panel. but at this time, there's no code for setting focus on entry. because of that, sometimes it cause a problem when moving focus. Secon