-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.7
-
Security Level: Jimmy
-
None
-
IE 9 and 10
does not happen on IE11, FF, Chrome
-
ZK 7.0.7
-
None
When clicking a link (<a>) without an href but a server side event handler the zk.unloading flag gets set to 'true'. Affecting the client engine state.
<zk xmlns:w="client"> <a id="editLink" label="click me on IE9/10 zk.unloading becomes 'true'" onClick='' w:onClick="setTimeout(function() {alert(zk.unloading)}, 1000);"/> </zk>