Author: pyaschenko
Date: 2008-01-24 11:53:31 -0500 (Thu, 24 Jan 2008)
New Revision: 5600
Modified:
branches/3.1.x/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/script/SliderScript.js
Log:
RF-2027
Modified:
branches/3.1.x/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/script/SliderScript.js
===================================================================
---
branches/3.1.x/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/script/SliderScript.js 2008-01-24
16:52:33 UTC (rev 5599)
+++
branches/3.1.x/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/script/SliderScript.js 2008-01-24
16:53:31 UTC (rev 5600)
@@ -192,7 +192,7 @@
if ((!this.editInFocus || newValue==sliderValue) && (this.required ||
"" != this.input.value || this.updating)){
this.input.value = this.value;
// this.optionInput.value = this.value;
- this.handle.style.left = this.translateToPx(sliderValue);
+ this.handle.style.left = this.translateToPx(this.value);
} else
{
this.handle.style.left = "-2px";
Show replies by date