Dear Jaehwan,

Thanks for your email, my comments are inlined:

On Mon, 2011-02-14 at 16:38 +0900, Jaehwan Kim wrote:
> You can test it simply.
> Execute "elementary_test" and go into "Scroller".
> Resize larger to observe in detail.
> Drag down until white background be shown enough and mouse up.
> It'll go back 0,0 by the bouncing.
> Then resize the window a little.
> The scroller will be jumped in a moment.
> Please check this issue.
You are referring to the animation that happens when you resize? (but
position is still correct, right?)
> 
> I have another issue.
> Currently, elm_scroller_region_bring_in do not work well.
> You can test it simply, too.
> Execute "elementary_test" and go into "Scroller".
> Push any button.
> It just work in vertical.
> The reason for it is the removing the part 
> "if ((nx == px) && (ny == py)) return;" in 
> "elm_smart_scroller_retion_show_internal".
> To work "bring_in" well, we have to add " if ((nx == px) && (ny == py)) 
> return" again
> Or fix like following patch.
Oh, ok, yeah I can see there's an issue, and your'e saying putting this
return back fixes stuff?

Thanks,
Tom.


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to