-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0, 9.5.0
-
None
-
Security Level: Jimmy
-
None
-
ZK 9.5.1 S1
-
None
Steps to Reproduce
Run attached zul / java (doesn't work in fiddle)
Click "form1" -> form2" -> "form1"
Current Result
Bindings fire once for each template, then stop firing
This only happen when the templates contain a form
Expected Result
binding should still fire after the first call
Debug Information
only happen with a form located inside a shadow element:
<apply template="@load(failingBinding)"> <template name="template1"> <div form="@id..." ...
Workaround
none