Opened 9 years ago
Closed 9 years ago
#14026 closed defect (fixed)
Charting MouseIndicator crashes on IE9 in SVG mode (no VML)
Reported by: | cjolif | Owned by: | cjolif |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Charting | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This comes from the fact that in IE9 you can modify the x, y properties of SVG node bounding rectangle returned by node.getBBox() while this is possible in other SVG implementations. This done in _IndicatorElement.js to
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Charting MouseIndicator crashed on IE9 in SVG mode (no VML) → Charting MouseIndicator crashes on IE9 in SVG mode (no VML) |
Note: See
TracTickets for help on using
tickets.
In [26728]:
(The changeset message doesn't reference this ticket)