-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.0
-
ZK 9.5.0 S1
Steps to Reproduce
<zk>
<button label="click me" onClick="" />
</zk>
- Browse any ZUL page, then stop the server.
- Click something that sends the data to the server.
- In a confirmation dialog, choose yes to resend.
Current Result
Uncaught (in promise) ReferenceError: ajaxReqResend is not defined ajaxSendNow promise callback*ajaxSendNow sendNow ajaxSend2
Expected Result
No JS error
Debug Information
In ZK-3709 / ZK-550, the method ajaxReqResend was moved to zAu object.
https://github.com/zkoss/zk/blob/69ce6763661b1c94b183978c1a277bc93fd4d206/zk/src/archive/web/js/zk/au.js#L290
https://github.com/zkoss/zk/blob/69ce6763661b1c94b183978c1a277bc93fd4d206/zk/src/archive/web/js/zk/au.js#L1056
Workaround
- relates to
-
ZK-3709 Update Engine: add a WebSocket based implementation
- Closed