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
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
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
"
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
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 &
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
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