hpcc-systems / Visualization

HPCC JavaScript Framework
https://hpcc-systems.github.io/Visualization/
Other
93 stars 62 forks source link

IE/Edge intermittent crash #3347

Closed GordonSmith closed 5 years ago

GordonSmith commented 5 years ago

Looks like intermittent hard reload is caused by an incomplete "feColorMatrix" SVG DOM Node.

Ref: https://track.hpccsystems.com/browse/HPCC-22618

GordonSmith commented 5 years ago

Note: When adding a feColorMatrix SVG Node to defs / filter it needs to have a values attribute. Otherwise IE / Edge will hard reload the page.

(this only occurs in specific situations).