This is a migrated thread and some comments may be shown as answers.

IE 8 Browser Support

2 Answers 99 Views
QRCode
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 31 Oct 2013, 10:33 PM
Hi there,

Is IE 8 supported by the QR Code control? We're currently using scripts from version 2013.2.918 and we get this warning:

 Warning: KendoUI DataViz cannot render. Possible causes:
- The browser does not support SVG, VML and Canvas. User agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)
- The kendo.dataviz.(svg|vml|canvas).js scripts are not loaded 

Followed by an error in our qr code min file:
SCRIPT5007: Unable to set property 'children' of undefined or null reference 

Just wanted to confirm if this is expected based on the version we're using. IE 9 and up works just fine. Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 01 Nov 2013, 09:49 AM
Hello Ryan,

Which scripts have you included? The QRCode and the rest of the dataviz widgets require the kendo.dataviz.vml JavaScript file(included in kendo.dataviz and kendo.all) to be add when using IE 7/8.

Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ryan
Top achievements
Rank 1
answered on 01 Nov 2013, 03:33 PM
Turns out that's exactly what we're missing. Including "Output: VML" on the builder options fixed the problem. Thanks!
Tags
QRCode
Asked by
Ryan
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Ryan
Top achievements
Rank 1
Share this question
or