Title:
Relative positioning of charts creates a mouse-over location offset that cannot be fixed
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Eric Tabet / Eric Tabet (etabet)
Created: 11/28/2014
Components: Charting/Graphing
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final / 303668
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 0
Problem Description:
On a chart, the mouse-over (tip) is positioned in some absolute fashion and shows an offset (e.g. when there is some left margin)
Steps to Reproduce:
Use following cde:
<CFSETTING ENABLECFOUTPUTONLY="Yes">
<CFOUTPUT><html><head><title>Mouse-over positioning</title></head><body>
<div style="margin-left:150px;position:relative;">
</CFOUTPUT>
<cfchart format="png" height="400" width="600">
<cfchartseries type="bar">
<cfchartdata item="2005" value="1000"/>
<cfchartdata item="2006" value="3000"/>
<cfchartdata item="2007" value="1000"/>
<cfchartdata item="2008" value="4000"/>
<cfchartdata item="2009" value="2000"/>
</cfchartseries>
</cfchart>
<CFOUTPUT></div></body></html></CFOUTPUT>
Mouse over one of the bar.
Actual Result:
The mouse-over tip shows 150 pixels to the right
Expected Result:
The mouse-over tip should follow the pointer.
Any Workarounds:
None... Unluckily.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3859374
External Customer Info:
External Company:
External Customer Name: etabet
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2012 x64
Attachments:
- November 29, 2014 00:00:00: 1_Wrong_Positioning.PNG
Comments: