0

Zk 6 / IE 8 Compatibility mode

asked 2012-12-31 14:19:31 +0800

mkommer gravatar image mkommer
111

Hello,

unfortunatly, we have to deploy a web site on an Internet Explorer v8 setted in compatibility mode.

We have added a meta.

<?meta http-equiv="X-UA-Compatible" content="IE=8" ?>

But we still have some problems with some components (combo, datepicker etc..).

Is it normal that the page has not the same display for a IE 8 (no compatibility mode) & IE 8 compatibility mode + meta tag ?
And if we switch in IE=7 for meta, it's worse for menubar, but better for combo.....

How to have a proper page ?

Thank you.

delete flag offensive retag edit

5 Replies

Sort by » oldest newest

answered 2013-01-01 19:41:14 +0800

cvarona gravatar image cvarona
554 1 6

You may want to take a look at this thread.

Kind regards

César Varona

link publish delete flag offensive edit

answered 2013-01-02 10:51:30 +0800

mkommer gravatar image mkommer
111

Ok, thanks.

After reading your post and on stackoverflow, so there is not real solution.

link publish delete flag offensive edit

answered 2013-01-02 14:35:34 +0800

mkommer gravatar image mkommer
111

hhhmmm

Here an simple exemple :

<window  width="700px" title="Box layout" border="normal">
<hlayout width="100%">
    <div style="background: blue" hflex="1">
    <label style="background: blue" value="Manuel :" hflex="1" />
	</div>

    <div style="background: yellow" hflex="2">
		<listbox mold="select" hflex="1">
			<listitem label="EN"/>
			<listitem label="FR"/>
		</listbox>
	</div>

    <div style="background: blue" hflex="1">
		<label style="background: blue" value="Manuel :" hflex="1" />
	</div>

    <div style="background: yellow" hflex="2">
		<listbox mold="select" hflex="1">
			<listitem label="EN"/>
			<listitem label="FR"/>
		</listbox>
	</div>

    <div style="background: blue" hflex="1">
		<label style="background: blue" value="Manuel :" hflex="1" />
	</div>

    <div style="background: yellow" hflex="2">
		<listbox mold="select" hflex="1">
			<listitem label="EN"/>
			<listitem label="FR"/>
		</listbox>
	</div>

</hlayout>
</window>	

I would like to have these components on the same line (and if possible with good position).

With IE8, no pb. with IE 8 compatibility mode with meta forced to IE7 no pb, with IE8 compatibility mode with meta forced to IE8 all components are exactly as if we used a vlayout :p

link publish delete flag offensive edit

answered 2013-01-02 15:15:54 +0800

mkommer gravatar image mkommer
111

And for a grid, i can change what i want, there is no effect on column size !

link publish delete flag offensive edit

answered 2013-01-02 16:23:01 +0800

myzkdemo gravatar image myzkdemo
154 3

Hi mkommer,

please try <hbox> instead of <hlayout>.

<window  width="700px" title="Box layout" border="normal">
<hbox width="100%" align="middle">
    <div style="background: blue" hflex="1">
    <label style="background: blue" value="Manuel :" hflex="1" />
	</div>

    <div style="background: yellow" hflex="2">
		<listbox mold="select" hflex="1">
			<listitem label="EN"/>
			<listitem label="FR"/>
		</listbox>
	</div>

    <div style="background: blue" hflex="1">
		<label style="background: blue" value="Manuel :" hflex="1" />
	</div>

    <div style="background: yellow" hflex="2">
		<listbox mold="select" hflex="1">
			<listitem label="EN"/>
			<listitem label="FR"/>
		</listbox>
	</div>

    <div style="background: blue" hflex="1">
		<label style="background: blue" value="Manuel :" hflex="1" />
	</div>

    <div style="background: yellow" hflex="2">
		<listbox mold="select" hflex="1">
			<listitem label="EN"/>
			<listitem label="FR"/>
		</listbox>
	</div>

</hbox>
</window>	

regards,
Gunter

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-12-31 14:19:31 +0800

Seen: 82 times

Last updated: Jan 02 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More