-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.1.2
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.5.2 S2
-
None
Steps to Reproduce
1. run the attached zul
2. click 2 buttons
Current Result
it locates the same label widget (the last label)
Expected Result
the first button should find the label in the same id space, since custom <div> implements IdSpace
Debug Information
- widget.js $init checking z$is is earilier than setting properties in function create(parent, wi, ignoreDom)
Workaround
- this.setWidgetOverride("_fellows", "{}");