-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.0
-
Component/s: Components
-
None
-
None
When click on Navitem's label, it would trigger onClick event twice.
<zk> <navbar> <navitem label="Click me!" onClick='msg.appendChild(new Label("[click]"));' iconSclass="z-icon-flag"/> </navbar> <div id="msg" /> </zk>