heartcode / CanvasLoader

Heartcode CanvasLoader is a lightweight JavaScript UI library, which uses the HTML canvas element to draw and animate circular preloaders. The library is currently in beta, some minor changes and improvements might be done to it in the near future.
http://heartcode.robertpataki.com
285 stars 81 forks source link

IE8 "Failed" #20

Open kraftwer1 opened 11 years ago

kraftwer1 commented 11 years ago

When visiting the http://heartcode.robertpataki.com/canvasloader/ website with IE8, following error appears:

Line: 10, character 361
Error: Failed

According to the debugger, the problem lays here:

if(b.hasChildNodes())
heartcode commented 11 years ago

Hi @kraftwer1!

Thanks a lot for this, I will certainly have a look and fix it as soon as possible.

kraftwer1 commented 11 years ago

@heartcode thanks. I have the same issue with spin.js, that makes me think it might have something to do with VML.