[Jifty-commit] r1546 - jifty/trunk/share/web/static/js

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jul 12 12:18:18 EDT 2006


Author: nelhage
Date: Wed Jul 12 12:18:15 2006
New Revision: 1546

Modified:
   jifty/trunk/share/web/static/js/rico.js

Log:
Adding a warning about our slow Rico.Corner.round

Modified: jifty/trunk/share/web/static/js/rico.js
==============================================================================
--- jifty/trunk/share/web/static/js/rico.js	(original)
+++ jifty/trunk/share/web/static/js/rico.js	Wed Jul 12 12:18:15 2006
@@ -5,6 +5,13 @@
  * Replacing it with a stock Rico probably isn't a good idea unless you
  * repatch it or don't plan on using any of the corner rounding.
  *
+ *
+ * WARNING: The patched version of Rico.Corner.round is *extremely*
+ * slow on Mozilla/Firefox. Whenever possible, use the
+ * -moz-border-radius CSS property in Mozilla browsers, and
+ * conditionally only call it for any other browser, where its
+ * performance is far more acceptable.
+ *
  */
 
 /**


More information about the Jifty-commit mailing list