-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.0.1
-
Component/s: Components
-
None
-
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>