Hareeshchandera / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

IE8 max stylesheet limit #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
IE8 has a limit on the number of stylesheets loaded.

jsplumb calls document.createStyleSheet 7 times, and adds only one rule each 
time. It would help to just call document.createStyleSheet once, and add all 
rules to that stylesheet.

Original issue reported on code.google.com by j...@togdcs.nl on 7 Mar 2012 at 1:13

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in 1.3.8 dev

Original comment by simon.po...@gmail.com on 7 Mar 2012 at 10:32

GoogleCodeExporter commented 8 years ago
1.3.8 was released today.

Original comment by simon.po...@gmail.com on 1 Apr 2012 at 7:51