Dear all

In the els_scroller of the elementary, the function 
"elm_smart_scroller_child_region_show_internal"
have a problem. If the parameters "x,y,w,h" have the wrong value like 
"elm_scroller_region_show(scroller,
-300, -300, 900, 900);", the scroller move the position temporarily. The 
scroller seem to jump.
So if the value of the parameter is not valid, it should be changed to valid 
value.
The work is applied already in the function 
"elm_smart_scroller_region_bring_in".
It should be applied in the function 
"elm_smart_scroller_child_region_show_internal" too.
I changed the code like bring_in function.
Please find the attached patch file.

Thanks,
Jaehwan Kim.

Attachment: scroller.patch
Description: Binary data

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to