Ticket #792 (closed feature: fixed)
map elements are selected in IE when using shift key
| Reported by: | pgiraud | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5 Release |
| Component: | general | Version: | 2.4 |
| Keywords: | Cc: | ||
| State: |
Description
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

