Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 8.0.5
-
Fix Version/s: 8.5.0
-
Component/s: None
-
Security Level: Jimmy
-
Labels:None
Description
Steps to Reproduce
- load the attached zul
- click the button
Current Result
invalid or unexpected token
Expected Result
Debug Info
au response:
{"rs":[["setAttr",[{$u:'myscript'},"dynamicProperty",["src",[email protected]]]]],"rid":1}
Root Cause
else if ("src".equals(name)) { // ZK-3011: should defer until render EncodedURL url = new EncodedURL(sval); setDynaProp(name, url); smartUpdate("dynamicProperty", new Object[] { name, url }, true); return;