Opened 13 years ago
Closed 13 years ago
#291 closed defect (fixed)
MeasureTool - popup doesn't appear in IE
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
The popup containing the measurements doesn't show in IE.
Change History (4)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
r1136 introduced a new sample featuring the MeasureTool widget. In IE, it doesn't seem to show the issue, but the same widget in a more complex application does. The problem seems to be intermittent.
comment:3 by , 13 years ago
In the application where the popup doesn't show in IE, I was able to make it apppear after leaving the mouse cursor of the web page then move it back in.
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r1137, featuring a very dirty fix for this issue.
I'm closing this ticket but I'll open an other one regarding the future of this widget (if it should be deprecated and replaced or not).
Before digging to deep trying to find out what's causing the issue, it would be important to raise the fact that this widget does lots of overriding. It redefines lots of OpenLayers.Control.Measure methods and properties instead of extending them, thus may cause many more issues.
We could think of replacing it with the GeoExt.ux.Measure tool instead. What do people think about it ?