I have been using CurvyCorners [Note: No longer available from 2016] to display rounded boxes on a number of my websites and blogs for some time now with no problems. Recently, I have installed WordPress 2.9 and Woothemes (specifically the Optimize theme) and have started getting lots of popup warnings when running the pages that use CurvyCorners in IE8. The errors were along the lines of ‘Object ID unknown. Wait until CurvyCorners has been loaded’. As the code worked perfectly well on my other sites, I assumed that something in my Woo Theme was tripping it up, and after a little research found that I could actually disable these alerts just by adding…
function alert() {};
…before my curvycorners.js file was called.
It really does work a treat, although I would have preferred to get to the bottom of the real problem.
0 Comments