Author: jmorliaguet
Date: Sat Feb 25 19:07:38 2006
New Revision: 2463

Modified:
   cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
Log:

- more robust code



Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js (original)
+++ cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Sat Feb 25 
19:07:38 2006
@@ -890,7 +890,7 @@
   },
 
   blinddown: function(node, options) {
-    var height = parseInt(Element.getStyle(node, 'height'));
+    var height = Element.getHeight(node);
     Element.makeClipping(node);
     Object.extend(options, {
       action: function(value) {
@@ -905,7 +905,7 @@
   },
 
   blindup: function(node, options) {
-    var height = parseInt(Element.getStyle(node, 'height'));
+    var height = Element.getHeight(node);
     Element.makeClipping(node);
     Object.extend(options, {
       action: function(value) {
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to