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 "elm_scroller_region_bring_in", "_smart_scrollto_x" be called again and make the animator. After the function which be called by _smart_snim_start ends, the next line will make the animtor again. Despite the code checks the animator, it can make 2 animators. So we have to change the order of the code like patch file. Please check the patch file.
Thanks.
els_scroller.patch
Description: Binary data
------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel