• Welcome to KonaKart Community Forum. Please login or sign up.
 

My Store Status in IE10 does not load chart in admin (KK 6.5)

Started by andrea.castelli, April 29, 2013, 09:53:58 am

Previous topic - Next topic

andrea.castelli

I'm testing the new KK 6.5.1 on IE10 and the My Store Status panel does not load the chart.

The errors are the following:

HTML1527: DOCTYPE expected. The shortest valid doctype is "<!DOCTYPE html>".
konakartadmin, line 1 character 1
SCRIPT5007: Unable to set property 'overflowX' of undefined or null reference
AbstractBaseReportDocument.js, line 171 character 5
SCRIPT5007: Unable to get property '__init_page_all' of undefined or null reference
run, line 519 character 4

How can I fix this problem?

Andrea

ming

You can add this at the top of your webapps/konakartadmin/KonakartAdmin.html page:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">

This also fixes some layout issues that occur in IE10.

Sergjov