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
Original issue reported on code.google.com by
j...@togdcs.nl
on 7 Mar 2012 at 1:13Attachments: