-
Bug
-
Resolution: Fixed
-
Minor
-
8.6.0, 8.6.0.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
<zk xmlns:w="client"> <listbox mold="select" w:onBind="zk.log('render')"> <listitem label="aaa" selected="true"/> <listitem label="bbb" /> </listbox> <button onClick="" label="trigger au"/>1st click triggers unnecessary re-render of the listbox </zk>
click the button
Current Result
the first click causes the listbox to re-render
Expected Result
only re-render when necessary
Debug Info
Root Cause
side effect of ZK-2756
Workaround
- relates to
-
ZK-2756 Listbox supports listgroup like optgroup in select mold
- Closed