You are not logged in.
Pages: 1
Hello All,
Does anyone know if Xinha is working in IE9?
I haven't installed that browser yet, but a few of my end-users called to say it wasn't working.
Just wanted to get a sense of what the experts in this forum were thinking.
Thanks in advance!
Cheers,
Robert
Offline
I found it didn't work in IE9, quick fix was to add a meta tag in the HTML header to force IE into IE8 compatability mode.
meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"
Offline
Thanks for the reply mrpete84.
I'm going to follow your advice right now and see if that works!
Cheers.
Offline
Just so other people who see this thread will know....
Adding that meta tag worked properly.. at least as far as I can tell.
Thanks!
Offline
Adding "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>" to head didn't work for me.
I've added it to pop-up windows for pictures, to the editing page,.. basically everywhere.
The error i get is:
Unable to get value of property 'Xinha': object is null or undefined.
URL: site/somth/Xinha/popups/popup.js
Other erros say the same about _editor_skin, Dialog, ..
In IE8 it worked. Would use firefox, but that adds double spaces. Any suggestions?
Offline
try this:
http://evolpin.wordpress.com/2011/02/25 … -meta-tag/
note that you may be required to close IE and reopen.
Offline
Now works, meta tag has to be the first tah after head.
Offline
@ewolfman........
Hey dude thanks for your assistance. I've gone through the link which link was given by you.
It is showing operate in IE9.
Thanks.........:)
Offline
in IE 11 I used the following meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1">
Offline
Pages: 1