Bug Tracker

Changeset 5065

Show
Ignore:
Timestamp:
03/17/08 18:07:11 (10 months ago)
Author:
joern.zaefferer
Message:

ui.slider: Fix for #2501

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/ui.slider.js

    r5064 r5065  
    122122                .addClass('ui-slider-range') 
    123123                .css({ position: 'absolute' }) 
    124                 .css(this.properties[0], parseInt($(this.handle[0]).css(this.properties[0]),10) + this.handleSize(0)/2) 
    125                 .css(this.properties[1], parseInt($(this.handle[1]).css(this.properties[0]),10) - parseInt($(this.handle[0]).css(this.properties[0]),10)) 
    126124                .appendTo(this.element); 
     125            this.updateRange(); 
    127126        }, 
    128127        updateRange: function() {