-
Bug
-
Resolution: Fixed
-
Major
-
6.0.1
-
Security Level: Jimmy
-
None
-
ZK 6.0.1 and IE8
-
None
Test case
<zk> <button label="show notification " autodisable="self"> <attribute name="onClick"> <![CDATA[ Clients.showNotification("Disappearing notification in IE8"); ]]></attribute> </button> </zk>
Expected: Notification is displayed correctly with the message.
Actual: Notification is seen for moment and then disappears.