Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 8.0.3
-
Fix Version/s: 8.5.0
-
Component/s: ZK Client Engine
-
Security Level: Jimmy
-
Labels:None
-
gh.sprint.customfield.default.name:ZK 8.0.4 S1
Description
Implement a configurable error logging and avoid empty catch statements such as here:
e.g.
https://github.com/zkoss/zk/blob/48504eabb498d0b87b8037a1a4cce9747d1ee4f0/zul/src/archive/web/js/zul/wgt/Popup.js#L269
At least if <debug-js> is enabled errors should be logged to the browser console, in order to identify problem sources.