-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: Freshly, 8.5.0
-
Component/s: ZK Update Engine
-
Security Level: Jimmy
-
None
-
Environment:
CE / PE
-
None
Steps to Reproduce
run ZK using CE or PE
trigger an event to server:
<button onClick=""/>
Current Result
zk.wpd:formatted:12597 Uncaught ReferenceError: zWs is not defined at Object.sendNow (zk.wpd:formatted:12597) at zk.wpd:formatted:12267
Expected Result
no error
Root Cause
incorrect checks for undefined variables
e.g.:
https://github.com/zkoss/zk/blob/6b4ae14a691e663ab8199e4315aeb4c662544b56/zk/src/archive/web/js/zk/au.js#L712