Opened 12 years ago
Closed 12 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
- open one basic weblayout in IE10
- 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)
Change History (3)
by , 12 years ago
Attachment: | browserdetect.js added |
---|
comment:1 by , 12 years ago
Milestone: | → 2.5 |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.