Opened 12 years ago

Closed 11 years ago

#2109 closed defect (fixed)

Features are not displayed in Ajax Viewer in IE10

Reported by: yangte Owned by: yangte
Priority: high Milestone: 2.5
Component: AJAX Viewer Version: 2.2.0
Severity: minor Keywords: Win8 IE10
Cc: External ID: 1466534

Description

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.

Attachments (1)

browserdetect.js (1.1 KB ) - added by yangte 12 years ago.

Download all attachments as: .zip

Change History (3)

by yangte, 12 years ago

Attachment: browserdetect.js added

comment:1 by jng, 11 years ago

Milestone: 2.5

comment:2 by jng, 11 years ago

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