Opened 8 years ago
Closed 8 years ago
#14861 closed defect (invalid)
Tooltips on Pie charts can cause flashing
Reported by: | marrow16 | Owned by: | marrow16 |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Charting | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
All tooltips on pie charts now seem to appear to the right of the mid arc of the segment. This means that, for segments on the left, the tooltip appears over the segment - and this causes flashing due to race condition of the mouseover and mouseout events. This causes pages using pie charts with tooltips to fail accessibility tests due to this flashing.
In previous versions (< 1.6) the tooltip appeared above/below/left/right according to the quadrant of the segment - which prevented the tooltip from appearing over the top of the segment.
Change History (3)
comment:1 Changed 8 years ago by
Owner: | changed from Eugene Lazutkin to cjolif |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
Owner: | changed from cjolif to marrow16 |
---|---|
Status: | assigned → pending |
comment:3 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Do you reproduce in trunk/1.8:
http://archive.dojotoolkit.org/dojo-2012-03-10/dojotoolkit/dojox/charting/tests/test_pie_smart_label.html
Please let me know.