0

Problem with listbox header on IE

asked 2009-04-21 10:19:21 +0800

cordero gravatar image cordero
24

Hi all. I've a problem with listbox header on Internet Explorer (on firefox everything works...)

IE Version : 7
ZK : latest available on the site.

The application is composed by a JSP that includes the ZUL file.

The problem is that the header labels looks empty (on IE).

To replicate the problem, you can use the following code:

JSP file :

<jsp:include page="test.zul"></jsp:include>


ZUL file:
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" ?>

<?page title="title" contentType="text/html;charset=UTF-8"?>
<zk>
<window title="Users Table" border="normal" >
	<listbox id="gridUsersList" fixedLayout="true" mold="paging" pageSize="10"  multiple="true" checkmark="true">
		<listhead sizable="true">
			<listheader label="HEAD1" sort="auto" width="10%"/>
			<listheader label="HEAD2" sort="auto" width="10%"/>
			<listheader label="HEAD3" sort="auto" width="10%"/>
		</listhead>
		<listitem>
		  <listcell label="COL1"></listcell>
		  <listcell label="COL2"></listcell>
		  <listcell label="COL3"></listcell>
		</listitem>
	</listbox>
</window>
</zk>


Thank you in advance,
Paolo

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2009-04-21 15:34:47 +0800

cordero gravatar image cordero
24

No one can help me?

Should I post it as a BUG ?

Thanks,
Paolo.

link publish delete flag offensive edit

answered 2009-04-22 07:14:16 +0800

PeterKuo gravatar image PeterKuo
481 2

updated 2009-04-22 07:21:29 +0800

you forgot to specify the doctype property
http://docs.zkoss.org/wiki/ZK/How-Tos/Concepts-and-Tricks#How_to_resolve_the_issue_of_CSS_not_loaded_in_IE6.267_while_integrating_ZK_and_JSP.

I also modified developer guide's wiki.
Wish it can help others find this information.

link publish delete flag offensive edit

answered 2009-04-24 08:06:07 +0800

cordero gravatar image cordero
24

Thank you very much, now it's ok !!!!

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: 2009-04-21 10:19:21 +0800

Seen: 208 times

Last updated: Apr 24 '09

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