ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

How to enable browser compatibility using ZK ?

rohitwadke
9 Mar 2011 04:11:42 GMT
9 Mar 2011 04:11:42 GMT

Hello All,

I am intermediate to j2ee based development using ZK. I am developing one website using ZK but recently I found one issue using zk based development is that It won't automatically enable the Compatibility view for IE8 and below browsers. I need to have some configuration or
some code or setting which will automatically enable the compatibility view mode while loading the application at client machine.

Thank you in advance.

jimmyshiau
9 Mar 2011 19:13:31 GMT
9 Mar 2011 19:13:31 GMT

Hi rohitwadke,
the IE8 Compatibility view will cause some UI of ZK broken , why do you need Compatibility view?

rohitwadke
9 Mar 2011 22:37:54 GMT
9 Mar 2011 22:37:54 GMT

Hello as1225,

Thankx for the reply, I need IE8 compatibility view because my clients from some engineering side because of that they are having very poor knowledge of computer applications. They even don't know there are some other browsers rather than IF. Its strange but I have to accept it. Because of this I need to enable the browser compatibility view automatically while loading in progress.

I did dome thing like <?meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7"?>

jimmyshiau
10 Mar 2011 00:03:42 GMT
10 Mar 2011 00:03:42 GMT

OK,
But ZK cannot decide the compatibility view,
It was depend on HTML and the meta you mentioned,
You can find the intro document by google.

ec
4 Oct 2011 02:35:18 GMT
4 Oct 2011 02:35:18 GMT

how can ZK disable the compatibility view?
any sample?
Thanks!!!!

jimmyshiau
11 Oct 2011 20:08:26 GMT
11 Oct 2011 20:08:26 GMT

Hi ec,
It depends on IE, please refer to the following link:
http://msdn.microsoft.com/en-us/library/ff955410%28v=VS.85%29.aspx