First time here? Check out the FAQ!
The Listbox object on Firefox appears correctly, but on Internet Explorer I do not see the descriptions of the headers columns. Why?
Well, we made the same observation with internet explorer 8. Running in "compatibility mode", the page looks more or less ok, but in "native" mode, listbox headers probably need some work on the CSS-side.
Cheers,
skipper
i've the same problem
in firefox on my local machine on Jboss Red Hat Enterprise Application Platform 7 and on a remote (Jboss WildFly 7) is rendered correctly (headers and columns contents are perfectly aligned)
with internet explorer on my local machine is rendered correctly
with internet explore 11 loading page from the remote server (JBoss WildFly 7) the columns are mis-aligned with headers
i'm using zk 6.5
i cant upload the images of internet explorer and firefox cause i don't have enough karma
this is the listbox
<listbox id="listboxId" hflex="1"
nonselectableTags="*" mold="paging" pageSize="5"
pagingPosition="bottom"
emptyMessage="empty"
class="listboxDocumenti">
<listhead sizable="false">
<listheader label="Data"
sortAscending="${dataAsc}" sortDescending="${dataDesc}" hflex="5" />
<listheader label="Descr"
sortAscending="${descrAsc}"
sortDescending="${descrDesc}" hflex="10" />
<listheader label="User"
sortAscending="${userAsc}"
sortDescending="${userDesc}" hflex="10" />
<listheader hflex="1" align="center">
<checkbox
id="checkboxSelectAllDocuments"
sclass="checkboxSelectAll">
</checkbox>
</listheader>
<listheader hflex="1" align="center">
<!-- pdf -->
</listheader>
</listhead>
</listbox>
thanks and best regards
zb
i resolved by defining a css rule in the zul page as follow
<style>
tr.z-listbox-faker {position: relative !important;}
</style>
ispired by solution found here in this forum question/86901/grids-column-width-on-explorer/
Asked: 2009-04-17 09:29:27 +0800
Seen: 255 times
Last updated: Nov 13 '20