donum / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

All browsers besides IE and Opera get an alert "Wasting my time!" #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use CC in a non-IE, non-Opera browser
2. Refresh page
3. See alert

What is the expected output? What do you see instead?
The expected behavior is to not have an alert pop up, but to appear to do
nothing.

What version of the product are you using? On what operating system?
r80

Please provide any additional information below.

Original issue reported on code.google.com by thereald...@gmail.com on 5 May 2009 at 12:19

GoogleCodeExporter commented 9 years ago
Can you supply an example of this problem as this is not a known bug.

Original comment by camsoft2...@gmail.com on 5 May 2009 at 10:39

GoogleCodeExporter commented 9 years ago
This problem did indeed affect r80, and was subsequently addressed. New 
revisions 
have been coming thick and fast in the run-up to 2.0.3, which fixes the problem.

If you wish to continue using r80, the workaround is as follows: include in the 
head 
section of your document, before the script tag including the CC script, the 
following:

<script type="text/javascript">
if (curvyBrowser.isMoz || curvyBrowser.isWebkit) curvyCornersNoAutoScan = true;
</script>

Original comment by c.1%smit...@gtempaccount.com on 7 May 2009 at 12:49