Opened 16 years ago
Closed 13 years ago
#1093 closed defect (fixed)
Measure line not visible when using IE8 (disabled compatible view)
Reported by: | ondrejn | Owned by: | madair |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Fusion | Version: | 2.1.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description ¶
When using flexible layout in Mapguide in IE8, measure line not visible when using measure functionality, also units are show incorrectly. FF and IE7 works fine.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Component: | General → Fusion |
---|---|
Owner: | set to |
the new version of fusion has switched all uses (including measure and all the selection tools) of its client-side vector library away from canvas/ex-canvas to using OpenLayers vectors, which will automatically switch between SVG (FFox, Safari, Opera) and VML (IE) and work in all versions that we know of.
I will leave this open for now but really this ticket will no longer be relevant in the new version because of the switch in technology.
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The problem is really only in IE8 (strict mode), it does not support CANVAS tag, it is solved using Google's Explorer Canvas library. In current version no support for IE8.