adrai / adrai/flowchart.js

Incompatible with IE8

Aperta
#66 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
8.7k
Fork
1.2k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.