Re: [E-devel] [patch] els_scroller simple bug

2011-06-20 Thread The Rasterman
On Thu, 16 Jun 2011 00:31:22 + (GMT) Jaehwan Kim said: well thats a bit of an oppsie bug! in svn it goes! thanks! > > els_scroller in elementary has a simple bug. > > In the function "_smart_scrollto_x", it makes the animator > 'sd->scrollto.x.animator', if the animator does not exist. But

Re: [E-devel] [patch] els_scroller simple bug

2011-06-15 Thread Daniel Juyung Seo
looks good to me. any other comment? Daniel Juyung Seo (SeoZ) 2011/6/16 Jaehwan Kim : > > els_scroller in elementary has a simple bug. > > In the function "_smart_scrollto_x", it makes the animator > 'sd->scrollto.x.animator', if the animator does not exist. > But "_smart_anim_start" before ecor

[E-devel] [patch] els_scroller simple bug

2011-06-15 Thread Jaehwan Kim
els_scroller in elementary has a simple bug. In the function "_smart_scrollto_x", it makes the animator 'sd->scrollto.x.animator', if the animator does not exist. But "_smart_anim_start" before ecore_animator_add can make 2 animators. If the function which be called by _smart_anim_start call "

Re: [E-devel] [patch] els_scroller - simple bug fix about bar-dragging.

2011-02-20 Thread Tom Hacohen
bar. > > I will attach the patch files in the future. > Thanks for your advice. > > Jaehwan Kim. > > -Original Message- > From: Tom Hacohen [mailto:[email protected]] > Sent: Tuesday, February 15, 2011 11:14 PM > To: [email protected] > Cc

Re: [E-devel] [patch] els_scroller - simple bug fix about bar-dragging.

2011-02-16 Thread Jaehwan Kim
ruary 15, 2011 11:14 PM To: [email protected] Cc: [email protected] Subject: Re: [E-devel] [patch] els_scroller - simple bug fix about bar-dragging. On Tue, 2011-02-15 at 08:15 +, Jae Hwan Kim wrote: > I have one bug in scroller. > You can test it in &

Re: [E-devel] [patch] els_scroller - simple bug fix about bar-dragging.

2011-02-15 Thread Tom Hacohen
On Tue, 2011-02-15 at 08:15 +, Jae Hwan Kim wrote: > I have one bug in scroller. > You can test it in "Scroller" menu of the "elementary_test". > We cannot move the scroller by dragging the bar. > The reason is why the bar-dragging-event and mouse-move-event confict. > When bar is draged, the m

[E-devel] [patch] els_scroller - simple bug fix about bar-dragging.

2011-02-15 Thread Jae Hwan Kim
Dear all, I have one bug in scroller. You can test it in "Scroller" menu of the "elementary_test". We cannot move the scroller by dragging the bar. The reason is why the bar-dragging-event and mouse-move-event confict. When bar is draged, the movement by mouse-move should be freezed. So I changed