cgxp icon indicating copy to clipboard operation
cgxp copied to clipboard

The print footprint feature fails when zooming with IE7&8

Open asaunier opened this issue 11 years ago • 0 comments

When the print form is active (footprint is shown on the map), if the user zooms in / zooms out, the footprint handles and its border are incorrectly placed with IE7 and IE8. OK with IE9 or other browsers. See screenshot: print_handler_extent

The problem occurs only with GGXP master (OK with projects running branch 1.3).

The error seems to be that shiftKey is undefined at

var reshape = !preserveAspectRatio && !(evt && evt.shiftKey);

https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers/Control/TransformFeature.js#L399

asaunier avatar Jun 20 '13 14:06 asaunier