ADG column dragging

2015-02-16 Thread mark goldin
I have switched to use SDK 4.13.0. I am using Flex 3 compatibility mode. Everything works as expected, except when I drag columns in adg column's header is going to opposite direction of the actual mouse move. After releasing the mouse the column appears in the right place. Anyone has experienced t

Re: ADG column dragging

2015-02-16 Thread Alex Harui
Look up the parent chain for layoutDirection and direction properties. On 2/16/15, 1:11 PM, "mark goldin" wrote: >I have switched to use SDK 4.13.0. I am using Flex 3 compatibility mode. >Everything works as expected, except when I drag columns in adg column's >header is going to opposite direct

Re: ADG column dragging

2015-02-17 Thread mark goldin
Yes, changing layoutDirection="ltr" on DataGrid fixed the problem. However, I have a number of DataGrids. Is this something that I need to apply to each? Thanks On Tue, Feb 17, 2015 at 12:41 AM, Alex Harui wrote: > Look up the parent chain for layoutDirection and direction properties. > > On 2/

Re: ADG column dragging

2015-02-18 Thread Alex Harui
Not sure why layoutDirection isn’t set to ltr. Try a simpler test case and see if you have the same problem. On 2/17/15, 6:34 AM, "mark goldin" wrote: >Yes, changing layoutDirection="ltr" on DataGrid fixed the problem. >However, >I have a number of DataGrids. Is this something that I need to ap

Re: ADG column dragging

2015-02-18 Thread mark goldin
A simple case does not have this problem. However, I have searched all my code and didn't find a single instance of layoutDirection being set. On Wed, Feb 18, 2015 at 2:35 AM, Alex Harui wrote: > Not sure why layoutDirection isn’t set to ltr. Try a simpler test case > and see if you have the s

Re: ADG column dragging

2015-02-19 Thread Alex Harui
Are you using popups? I think there was an issue with LTR and popups at one point. -Alex On 2/18/15, 1:32 PM, "mark goldin" wrote: >A simple case does not have this problem. However, I have searched all my >code and didn't find a single instance of layoutDirection being set. > >On Wed, Feb 18

Re: ADG column dragging

2015-02-19 Thread mark goldin
I am using popups. But these grids are not in there. On Thu, Feb 19, 2015 at 2:15 AM, Alex Harui wrote: > Are you using popups? I think there was an issue with LTR and popups at > one point. > > -Alex > > On 2/18/15, 1:32 PM, "mark goldin" wrote: > > >A simple case does not have this problem.

Re: ADG column dragging

2015-02-19 Thread Alex Harui
OK, it may be that a parent of the DG is setting layoutDirection to rtl. Unless that’s needed, you might try tracking that down. -Alex On 2/19/15, 6:14 AM, "mark goldin" wrote: >I am using popups. But these grids are not in there. > >On Thu, Feb 19, 2015 at 2:15 AM, Alex Harui wrote: > >> Are

Re: ADG column dragging

2015-02-19 Thread mark goldin
No, like I said, I have searched the whole workspace for layoutDirection and did not find anything. On Thu, Feb 19, 2015 at 11:53 AM, Alex Harui wrote: > OK, it may be that a parent of the DG is setting layoutDirection to rtl. > Unless that’s needed, you might try tracking that down. > > -Alex >

Re: ADG column dragging

2015-02-19 Thread Alex Harui
IIRC, it was some combination of Flex SDK parenting, so your workspace search may not find it unless you have the SDK source in your workspace. -Alex On 2/19/15, 9:55 AM, "mark goldin" wrote: >No, like I said, I have searched the whole workspace for layoutDirection >and did not find anything. >

Re: ADG column dragging

2015-02-20 Thread mark goldin
Alex, are you saying it is an SDK problem? Should I try 4.14? On Fri, Feb 20, 2015 at 1:54 AM, Alex Harui wrote: > IIRC, it was some combination of Flex SDK parenting, so your workspace > search may not find it unless you have the SDK source in your workspace. > > -Alex > > On 2/19/15, 9:55 AM,

Re: ADG column dragging

2015-02-20 Thread mark goldin
Should I fill out a bug then? On Fri, Feb 20, 2015 at 11:39 AM, Alex Harui wrote: > You can try 4.14, but I wouldn’t be too surprised if it occurs there too. > > -Alex > > On 2/20/15, 6:06 AM, "mark goldin" wrote: > > >Alex, are you saying it is an SDK problem? Should I try 4.14? > > > >On Fri,

Re: ADG column dragging

2015-02-20 Thread Alex Harui
You can try 4.14, but I wouldn’t be too surprised if it occurs there too. -Alex On 2/20/15, 6:06 AM, "mark goldin" wrote: >Alex, are you saying it is an SDK problem? Should I try 4.14? > >On Fri, Feb 20, 2015 at 1:54 AM, Alex Harui wrote: > >> IIRC, it was some combination of Flex SDK parentin

Re: ADG column dragging

2015-02-20 Thread Alex Harui
If you have a small reproducible test case, yes, if there isn’t already a bug filed. On 2/20/15, 9:42 AM, "mark goldin" wrote: >Should I fill out a bug then? > >On Fri, Feb 20, 2015 at 11:39 AM, Alex Harui wrote: > >> You can try 4.14, but I wouldn’t be too surprised if it occurs there >>too. >