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
Note:
See TracTickets
for help on using tickets.
Fixed http://trac.osgeo.org/fusion/changeset/2915