I'm using the curvycorners.js rounded corner generator on one of my sites for compatibility with Internet Explorer, and I can't use the calendar popup module as well, since I get the error:

No object with ID #calpopup exists yet.
Call curvyCorners(settings, obj) when it is created.

This javascript error is pretty annoying. I don't know if you can rewrite that part of the script or not, but I assume that anyone using the curvycorners method will have this problem.

Curvy Corners:
http://www.curvycorners.net/

Comments

manuka’s picture

To stop these errors add the following into the head of your page:

<script type="text/javascript">
var curvyCornersVerbose = false;
</script> 

This will suppress these error messages in IE.

This info is in the documentation that is with Curvy Corners when you download it and is also displayed here:
http://www.curvycorners.net/instructions/

AndyF’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The D6 branch is no longer supported so we're closing this issue. If you think this issue still exists in D7 you can open a new one, thanks.