-
Bug
-
Resolution: Fixed
-
Normal
-
6.0.1
-
None
If button has autodisable attribute set, then notification is disappearing immediately without waiting for mouse click or timeout.
How to reproduce:
<zk> <window title="Clients.showNotification() bug" border="normal"> <button label="click me" autodisable="self"> <attribute name="onClick"> <![CDATA[ Clients.showNotification("test"); ]]> </attribute> </button> </window> </zk>