Page 1 of 1

Bug: dragging chart to the left isn't one to one

Posted: Sat Sep 11, 2010 11:37 pm
by 15355183
When you select the graph and drag it to the RIGHT, the mouse and the chart move in sync.
But, when you select the graph and drag it to the LEFT, the mouse and the chart DO NOT move in sync.

Re: Bug: dragging chart to the left isn't one to one

Posted: Tue Sep 14, 2010 11:18 am
by yeray
Hi Turc,

I found no problem with it in NetBeans 6.9.1 and a simple FastLine series with some sample values. Could you please send us a simple example project we can run as-is to reproduce the problem here?

Re: Bug: dragging chart to the left isn't one to one

Posted: Thu Oct 14, 2010 4:09 pm
by 15355183
Go to the TeeChart.Features.jar file. Open up any chart example and select/click on the middle of the graph. Lets say that the middle of the graph x value is 50. Click on the X value 50 and drag/scroll the chart to the left. Let go of the Mouse when you come near the Y Axis. In theory, where the mouse ended up should be X value 50, but it isn't. The chart scrolls faster to the left.

The chart scrolls in sync with the mouse to the Right, but NOT the LEFT.

Re: Bug: dragging chart to the left isn't one to one

Posted: Fri Oct 15, 2010 1:47 pm
by narcis
Hi Turc,

I have been able to reproduce the issue here and added it (TJ71015219) as a high-priority issue to the defect list to be fixed ASAP.

Re: Bug: dragging chart to the left isn't one to one

Posted: Fri Oct 15, 2010 2:12 pm
by narcis
Hi Turc,

I just fixed TJ71015219 for the next maintenance release. This is an issue we fixed for TeeChart VCL and .NET some time ago :P. You can fix it at Chart.java at doMouseMove method removing the call panning.check().

Hope this helps!

Re: Bug: dragging chart to the left isn't one to one

Posted: Mon Oct 18, 2010 2:56 pm
by 15355183
awesome, and thank you

Re: Bug: dragging chart to the left isn't one to one

Posted: Mon Dec 13, 2010 2:09 pm
by narcis
Hi Turc,

A new maintenance release with a fix for this bug has just been posted at the client download area.