OpenLayers OpenLayers

Changeset 3010

Show
Ignore:
Timestamp:
04/05/07 12:43:20 (2 years ago)
Author:
tschaub
Message:

start dealing with mouseout that coincides with mousing out of the viewport

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/tschaub/feature/lib/OpenLayers/Control/DragFeature.js

    r3009 r3010  
    120120            this.feature = feature; 
    121121            this.dragHandler.activate(); 
     122            this.over = true; 
    122123        } else { 
    123124            if(this.feature.id == feature.id) { 
     
    159160    upFeature: function(pixel) { 
    160161        this.dragging = false; 
     162        console.log(this.over); 
    161163        if(!this.over) { 
    162164            this.dragHandler.deactivate();