-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Updating to ZK 9 i discovered this bug:
Unable to make visible, again the first column of a listbox after resizing the last one.
With this test zul (based on the zk sandbox: 'Listbox controls with checkmarks'):
<zk>
<button label="Hide-Show" onClick="h.visible = !h.visible"/>
<listbox id="box" >
<listhead sizable="true">
<listheader id="h" label="Name"/>
<listheader label="Gender"/>
<listheader label="Age"/>
<listheader label="Description"/>
</listhead>
<listitem>
<listcell label="Mary"/>
<listcell label="FEMALE"/>
<listcell label="18"/>
<listcell label="A young lady."/>
</listitem>
<listitem>
<listcell label="John"/>
<listcell label="MALE"/>
<listcell label="20"/>
<listcell label="A college student."/>
</listitem>
<listitem>
<listcell label="Jane"/>
<listcell label="FEMALE"/>
<listcell label="32"/>
<listcell label="A remarkable artist."/>
</listitem>
<listitem>
<listcell label="Henry"/>
<listcell label="MALE"/>
<listcell label="29"/>
<listcell label="A graduate."/>
</listitem>
</listbox>
</zk>
Do this:
Press 'Hide-Show', the first column hides Resize 'Age' column Press 'Hide-Show'. Now it's imposible to see the first column again!!!
tested this on zkfiddle and it seems to happen since 8.5.1.2
not new - still an issue -> ZK-4558
UPDATE (2020-08-24)
Asked: 2020-04-23 13:15:05 +0800
Seen: 13 times
Last updated: Aug 24 '20
disable mouseover row highlight for rows in Grid zk 9.5
Column Layout Background Color
Migrate to ZK 9 From ZK 8 gives error
Component definition not found: drawer in [LanguageDefinition: xul/html] [closed]
ZK 9 Drawer Component - Help to set parent
ZK 9 Listhead property children not found exception