KonaKart Community Forum

General Category => KonaKart WebSite & Demonstrations => Topic started by: andrea.castelli on April 29, 2013, 09:53:58 am

Title: My Store Status in IE10 does not load chart in admin (KK 6.5)
Post by: andrea.castelli on April 29, 2013, 09:53:58 am
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
Title: Re: My Store Status in IE10 does not load chart in admin (KK 6.5)
Post by: ming on May 07, 2013, 08:37:16 am
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.
Title: Re: My Store Status in IE10 does not load chart in admin (KK 6.5)
Post by: Sergjov on June 21, 2013, 01:27:31 pm
Thanks ming , that resolve my issue too .