Opened 9 years ago

Closed 9 years ago

#2559 closed defect (fixed)

Browser detection in Fusion fails to detect IE versions greater than 9

Reported by: davidwilhelmsson Owned by:
Priority: low Milestone:
Component: Fusion Version: 3.0.0
Severity: minor Keywords: browserdetect browser detect IE 10 11
Cc: External ID:

Description

"fusion/common/browserdetect.js" incorrectly identifies IE versions greater than 9 as 1. This is due to a bug that only extracts the first digit of the version number for IE.

This bug was first reported in the AJAX viewer in #2109 and the attached fix for the same ticket is also the fix for this bug.

Solution: Replace "fusion/common/browserdetect.js" with the attached fix for the #2109, ie:

http://trac.osgeo.org/mapguide/attachment/ticket/2109/browserdetect.js

Change History (1)

comment:1 by jng, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.