[XForms] Range leaves artifacts. Bug 355208, r=surkov+olli
git-svn-id: svn://10.0.0.236/trunk@213086 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -657,8 +657,11 @@
|
||||
boxobj: this.sliderController,
|
||||
ownerDoc: this.ownerDocument,
|
||||
|
||||
prevX: this.sliderController.getXCoordFromValue(this.value),
|
||||
prevX: null,
|
||||
handleEvent: function(aEvent) {
|
||||
if (!this.prevX) {
|
||||
this.prevX = this.boxobj.getXCoordFromValue(this.slider.value);
|
||||
}
|
||||
var x = this.boxobj.getXCoordFromEvent(aEvent);
|
||||
this.slider.eraseSlider(this.prevX);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user