Pie-Chart-Count-Down icon indicating copy to clipboard operation
Pie-Chart-Count-Down copied to clipboard

Uncaught Error: HierarchyRequestError: DOM Exception 3

Open whuhacker opened this issue 11 years ago • 3 comments

Uncaught Error: HierarchyRequestError: DOM Exception 3 
jquery.piechartcountdown.js:273

I'm using Chrome 27.0.1453.94 m

whuhacker avatar May 30 '13 04:05 whuhacker

Similar problem https://github.com/neteye/jquery-plugins/issues/45

https://code.google.com/p/chromium/issues/detail?id=135524

whuhacker avatar May 30 '13 04:05 whuhacker

Executing pietimer on document load gives me this error. If i execute it on a timer 1 second after onload it works. Changing this line:

    document.styleSheets[0].insertRule( frames, 0 );

to

     document.styleSheets[1].insertRule( frames, 0 );

fixes it one SOME browsers, but still errors out occationally :(

Kampfbereit avatar Mar 06 '14 09:03 Kampfbereit

Same problem.

inooid avatar Feb 19 '15 10:02 inooid