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

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Turc
Newbie
Newbie
Posts: 34
Joined: Wed Feb 03, 2010 12:00 am

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

Post by Turc » Sat Sep 11, 2010 11:37 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Tue Sep 14, 2010 11:18 am

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?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Turc
Newbie
Newbie
Posts: 34
Joined: Wed Feb 03, 2010 12:00 am

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

Post by Turc » Thu Oct 14, 2010 4:09 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

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

Post by Narcís » Fri Oct 15, 2010 1:47 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

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

Post by Narcís » Fri Oct 15, 2010 2:12 pm

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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Turc
Newbie
Newbie
Posts: 34
Joined: Wed Feb 03, 2010 12:00 am

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

Post by Turc » Mon Oct 18, 2010 2:56 pm

awesome, and thank you

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

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

Post by Narcís » Mon Dec 13, 2010 2:09 pm

Hi Turc,

A new maintenance release with a fix for this bug has just been posted at the client download area.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply