Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.5.2
-
Component/s: ZK Client Engine
-
Labels:None
Description
The argument 'out' of zk.Widget.redraw(Array out) is not a array when run on Chrome.
Trace to the code of redrawHTML_(Skipper skipper, boolean trim) , it just is a custom Object that only has join and push method.
I wonder why it should be that, but that will cause us unable to use other method of array.