Re: negative scroll values in mx components

2013-05-05 Thread Justin Mclean
Hi, > I suppose it would be ok. Note that the backing variables > (_horizontalScrollPosition and _verticalScrollPosition are mx_internal which > means that a subclass or helper class is sometimes setting those values > directly, bypassing the setter, so it might not solve the problem. Check those

Re: negative scroll values in mx components

2013-05-05 Thread Alex Harui
I suppose it would be ok. Note that the backing variables (_horizontalScrollPosition and _verticalScrollPosition are mx_internal which means that a subclass or helper class is sometimes setting those values directly, bypassing the setter, so it might not solve the problem. Was there a bug with a

Re: negative scroll values in mx components

2013-05-04 Thread Harbs
Makes sense to me. I can't imagine why you'd want a negative scroll value. On May 3, 2013, at 7:58 AM, Justin Mclean wrote: > Hi, > > There's a few JIRA bugs in the mx datagrids, advanced datagrids and lists > related to negative scroll values. > > What do people think of this patch to stop th

negative scroll values in mx components

2013-05-02 Thread Justin Mclean
Hi, There's a few JIRA bugs in the mx datagrids, advanced datagrids and lists related to negative scroll values. What do people think of this patch to stop the issue from occurring at all? diff --git a/frameworks/projects/mx/src/mx/core/ScrollControlBase.as b/frameworks/projects/mx/src/mx/core