[richfaces-svn-commits] JBoss Rich Faces SVN: r570 - trunk/richfaces/dataFilterSlider/src/main/resources/org/richfaces/renderkit/html/scripts/scriptaculous-js-1.6.5/src.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 26 11:36:24 EDT 2007


Author: nbelaevski
Date: 2007-04-26 11:36:24 -0400 (Thu, 26 Apr 2007)
New Revision: 570

Modified:
   trunk/richfaces/dataFilterSlider/src/main/resources/org/richfaces/renderkit/html/scripts/scriptaculous-js-1.6.5/src/slider.js
Log:
http://jira.jboss.com/jira/browse/RF-104 fixed

Modified: trunk/richfaces/dataFilterSlider/src/main/resources/org/richfaces/renderkit/html/scripts/scriptaculous-js-1.6.5/src/slider.js
===================================================================
--- trunk/richfaces/dataFilterSlider/src/main/resources/org/richfaces/renderkit/html/scripts/scriptaculous-js-1.6.5/src/slider.js	2007-04-26 12:45:53 UTC (rev 569)
+++ trunk/richfaces/dataFilterSlider/src/main/resources/org/richfaces/renderkit/html/scripts/scriptaculous-js-1.6.5/src/slider.js	2007-04-26 15:36:24 UTC (rev 570)
@@ -196,7 +196,7 @@
     } else {
       span.style.left = this.translateToPx(range.start);
       //temporary hard coded fix for oversized trailer
-      span.style.width = document.getElementById('slider-handle').offsetLeft + 'px';
+      span.style.width = this.handles[0].offsetLeft + 'px';//document.getElementById('slider-handle').offsetLeft + 'px';
       //span.style.width = this.translateToPx(range.end - range.start + this.range.start);
     }
   },




More information about the richfaces-svn-commits mailing list