-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
Please test with this case, zktest/test2/F50-3000873.zul
The cause:
Borderlayout.bind_ invokes _setFirstChildFlex if isFlex() is true.
And, _setFirstChildFlex invokes setHflex/setVflex.
Then, setHflex/setVflex thought the binding is done and fire onSize redundantly.