adrai / adrai/flowchart.js

Incompatible with IE8

Open
#66 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8.7k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Raphael itself supports IE6+ actually.
But when open demo of flowchart.js on IE8, the `vml` elements were generated seen from IE inspector but not displaying at all.

sometimes, IE8 report error at line 7448 of`raphael.js` v2.1.4

```
params.font && (textpathStyle.font = params.font);
```

but since demos from raphaeljs.org works well on IE8, so I suspect some calling approach was wrong in flowchart.js

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.