Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1552

Summary: ToolTip traverses out of the chart if you scroll the page
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: ToolsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=18&p=71623
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: test project

Description yeray alonso 2016-06-01 09:20:49 EDT
Having a Chart with a ToolTip:
- Move the mouse over a point: the tooltip is shown.
- Scroll the page (without moving the mouse) so the mouse pointer goes out of the chart

The ToolTip is still drawn next to the mouse pointer, but the mouse pointer is out of the chart.

Note you can change the mouse wheel action to zoom the chart.

Chart1.zoom.wheel.enabled = true;

In this case, we should check if the mouse pointer is still over a series point or not.
Comment 1 yeray alonso 2016-06-01 09:21:36 EDT
Created attachment 606 [details]
test project