OpenLayers OpenLayers

Changeset 5856

Show
Ignore:
Timestamp:
01/23/08 17:28:26 (10 months ago)
Author:
sbenthall
Message:

several zoombar issues fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/nymap/lib/OpenLayers/Control/PanZoomBar.js

    r5852 r5856  
    323323    }, 
    324324     
    325      
    326325    /* 
    327326    * Method: moveZoomBar 
     
    337336        newTop = barHeight - newTop; 
    338337 
    339         this.setSliderPosition((parseInt(OpenLayers.Util.pagePosition(this.zoombarDiv)[1]) + newTop)); 
     338        this.setSliderPosition(newTop); 
    340339    },     
    341340     
     
    366365         
    367366        // Set the new top by converting back to the dimensions of the slider. 
    368         this.setSliderPosition(newTop
     367        this.setSliderPosition(newTop - (zoombarPagePosition[1] - containerPagePosition[1])
    369368    }, 
    370369