[OpenLayers-Trac] [OpenLayers] #792: map elements are selected in IE when using shift key
OpenLayers
trac at openlayers.org
Tue Jul 3 08:58:02 EDT 2007
#792: map elements are selected in IE when using shift key
---------------------+------------------------------------------------------
Reporter: pgiraud | Owner:
Type: feature | Status: new
Priority: minor | Milestone:
Component: general | Version: 2.4
Keywords: |
---------------------+------------------------------------------------------
Use case :
- Open the http://openlayers.org/dev/examples/vector-features.html
example in your Internet Explorer browser,
- click down once on the text below the map,
- then press the shift key down, and click down on the vector polygon (or
on a zoomBar element)
- elements are selected and are hilighted in blue
What happens is that the browser tries to select every thing between the
first mousedown and the second.
Curiously, there is no problem if you click down anywhere else on the map.
It seems like a document.onselectstart overwrite is missing in the Drag
Handler in the mousedown method.
Patch is attached
--
Ticket URL: <http://trac.openlayers.org/ticket/792>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list