[Mapguide-trac] [mapguide-trac] #2109: Features are not displayed in Ajax Viewer in IE10

MapGuide Open Source trac_mapguide at osgeo.org
Fri Sep 7 01:06:22 PDT 2012


#2109: Features are not displayed in Ajax Viewer in IE10
---------------------------+------------------------------------------------
   Reporter:  yangte       |       Owner:  yangte   
       Type:  defect       |      Status:  new      
   Priority:  high         |   Milestone:           
  Component:  AJAX Viewer  |     Version:  2.2.0    
   Severity:  minor        |    Keywords:  Win8 IE10
External_id:  1466534      |  
---------------------------+------------------------------------------------
 windows 8+ IE 10

 Browser mode is set is IE 10 mode, and IE Compatiable View
 Document Mode: Standards, Quirks

 1. open one basic weblayout in IE10
 2. map is not displayed

 this is a defect in browserdetect.js, when determine the MS IE version,
 the code just parse the first character of the number,for example: msie
 8.0, we get 8, but when we do this on IE10, msie 10.0, we get the number
 1, which cause the defect.

 The solution is use 2 characters.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2109>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list