IE 11 displaying some strange characters in Dojo content pane

417 Views Asked by At

I am using Dojo Accordian Container, the content panes inside the accordian are just displaying text. Everything works fine in firefox, chrome except for IE 11. Below are snapshots of the issue

Issue

When I do something on the browser, like say If I open developer tools, the correct text gets displayed

Works

1

There are 1 best solutions below

3
On

Have you tried using this in your HTML??

<META HTTP-EQUIV="X-UA-Compatible" content="IE=Edge" />

I've had many problems with IE and dojo in the past. Firefox and Chrome always seem to work perfectly. It's just a stab in the dark but the line above fixed many similar problems for me.