OpenLayers OpenLayers

Changeset 498

Show
Ignore:
Timestamp:
06/01/06 12:57:19 (3 years ago)
Author:
euzuro
Message:

this is a suggested fix to #57, but it doesnt seem to work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js

    r361 r498  
    144144 
    145145        // set event handlers 
    146         backdropLabel.ondblclick = this.doubleClick.bindAsEventListener(this); 
    147         backdropLabel.onmousedown = this.singleClick.bindAsEventListener(this); 
     146        backdropLabelOuter.ondblclick = this.doubleClick.bindAsEventListener(this); 
     147        backdropLabelOuter.onmousedown = this.singleClick.bindAsEventListener(this); 
    148148 
    149          
    150149        // add label to div 
    151150        backdropLabelOuter.appendChild(backdropLabel);