[PATCH][CLA] dojox/charting/action2d/MoveSlice sometimes leaves dangling slices
Sometimes the MoveSlice? action will not draw a slice back in after a mouseout of the slice. This hapens when the browser doesn't actually fire a mouseout event on the slice (big surprise). While that is a browser issue we can't really fix, we can make the MoveSlice? action a bit more robust in that it can also listen to mouseout of the chart node, AND it can iterate over the animation list (outs are kept and cleared later, only move ins are deleted), and clean up any slices sticking out when you mousein to another slice. So even if the mouseout was missed, the mousein of the other one triggers a cleanup to pull the hung slice back in. Patch for this forthcoming.
Change History (5)
Type: |
defect →
enhancement
|
Summary: |
dojox/charting/action2d/MoveSlice sometimes leaves dangling slices →
[PATCH][CLA] dojox/charting/action2d/MoveSlice sometimes leaves dangling slices
|
Milestone: |
tbd →
1.12
|
Owner: |
set to Jared Jurkiewicz
|
Status: |
new →
assigned
|
Potential paitch for this.