#14526 closed defect (fixed)
Tooltips do not position correctly on charts after scroll
Reported by: | zebulonevans | Owned by: | cjolif |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7.2 |
Component: | Charting | Version: | 1.7.1 |
Keywords: | chart tooltip | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Steps to reproduce the problem.
- Put a bar chart or pie chart on a page with a tooltip.
- Mouse over the chart to show the tooltip.
- Mouse off the tooltip so it hides
- Scroll the page down.
- Mouse over the tooltip again
The tooltip will remain in the original position.
Expected Behavior:
The tooltip should appear lower on the page not in the original position.
This was introduced due to ticket #12392 around line 141 in Tooltip.js when this change occurred:
var lt = dojo.coords(this.chart.node, true);
to
var lt = this.chart.getCoords();
Attachments (2)
Change History (7)
Changed 9 years ago by
comment:1 Changed 9 years ago by
Component: | Dojox → Charting |
---|---|
Description: | modified (diff) |
Owner: | changed from Adam Peller to Eugene Lazutkin |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.7.2 |
---|---|
Owner: | changed from Eugene Lazutkin to cjolif |
Priority: | high → blocker |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Initial Tooltip Mouseover