Ticket #86 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

firefox 3 support

Reported by: pagameba Assigned to: madair
Priority: P2 Milestone: 1.1
Component: Widgets Version: 1.0.6
Severity: Major Keywords:
Cc: External ID:
state: New Browser: Firefox 3 (beta)
Operating System: All

Description

With the release of firefox 3, it is important that we go through fusion and check for compatibility. There is at least one issue that has come up with z-indexes, the measure tool does not display correctly. Another issue that I have seen is that the map's context menu is now hidden below the map - in this case it was because the context menu had a z-index and the element the map was in did not.

Change History

07/02/08 22:16:14 changed by pagameba

just confirmed that setting the z-index of OpenLayers? Viewport to 1 allows the measure tool line and distance markers to show up.

07/02/08 22:18:50 changed by pagameba

Originally reported in http://trac.osgeo.org/mapguide/ticket/615 - be sure to update that ticket when this one is closed.

07/14/08 14:48:55 changed by madair

  • status changed from new to closed.
  • resolution set to fixed.

(In [1438]) closes #86: explicitly set OL viewport zIndex to 0 for FF3

07/14/08 14:51:23 changed by madair

(In [1439]) re #86: explicitly set OL viewport zIndex to 0 for FF3 - patch applied to 1.0 branch