ChavezArquitectos / curvycorners

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

Conflict when using CurvyCorners and MooTools with Clientcide #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You will run into problems when using CurvyCorners together with MooTools
(+ Clientcide-Plugins).
It's because of the function "addEvent()" in CurvyCorners.
It seems that there is some kind of conflict.
Renaming the function to "cc_addEvent()" solved the problem for me.

Greetings.

Bill

Original issue reported on code.google.com by google.c...@lucky-pc.de on 23 Jul 2009 at 11:36

GoogleCodeExporter commented 8 years ago
I saw this one coming. Unfortunately, some of the demonstration materials used 
addEvent() and in order not to break them, I didn't mask out this particular 
function. Evidently the authors of MooTools are equally slapdash.

Perhaps you could try out SVN r124 and see if this fixes things.

Original comment by c.1%smit...@gtempaccount.com on 24 Jul 2009 at 6:37

GoogleCodeExporter commented 8 years ago
Whoops - make that SVN r126 (typo in the previous revision broke the script)

Original comment by c.1%smit...@gtempaccount.com on 24 Jul 2009 at 6:46

GoogleCodeExporter commented 8 years ago
Absence of feedback assumed to indicate that the fix was successful.

Original comment by c.1%smit...@gtempaccount.com on 11 Aug 2009 at 1:29