[OpenLayers-Trac] [OpenLayers] #3193: When the Handler.Drag ends do not always restore the appearance.

OpenLayers trac-20090302 at openlayers.org
Sun Mar 27 10:12:27 EDT 2011


#3193: When the Handler.Drag ends do not always restore the appearance.
---------------------+------------------------------------------------------
 Reporter:  jorix    |       Owner:              
     Type:  feature  |      Status:  new         
 Priority:  minor    |   Milestone:  2.11 Release
Component:  general  |     Version:  2.10        
 Keywords:           |       State:              
---------------------+------------------------------------------------------
 The Handler.Drag ends in four ways (up, out, deactivate & simultaneous
 right click) but not in all cases does the same. Why? No reason, It is
 necessary to do the same in all four cases, otherwise unexpected behavior
 occurs (shows the cursor "move" after finishing with a right click; or can
 not select text using IE after right click or deactivate() because
 document.onselectstart = OpenLayers.Function.False)

 Issues:
  * deactivate: no document.onselectstart = OpenLayers.Function.False
  * simultaneous right click: no cursor restored and no
 document.onselectstart = OpenLayers.Function.False

 for example in [http://openlayers.org/dev/examples/example.html
 example.html]:

     * keep left mousedown.
     * right mousedown.
     * release the left mouse button and then the right.
           * IE, Chrome & Safari: try by selecting a text out of the map,
 oops! does not work.
           * FF, Chrome & Safari: press any option from the popup menu.
 Oops! the cursor is still dragging.

 And also see the related bug #3141

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3193>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list