-
Bug
-
Resolution: Fixed
-
Normal
-
10.0.0.FL
-
None
-
None
Steps to Reproduce
- Run the following code
<zk> <window title="After Size Event Test" border="normal" width="300px" height="300px"> <attribute name="onAfterSize"> lb1.setValue("onAfterSize " + event.getTarget() + " width: " + event.getWidth() + " height: " + event.getHeight()); </attribute> <label id="lb1"/> </window> </zk>
Current Result
width: 290 height: 258
Expected Result
Should be the same as the assignment.
width: 300 height: 300
Debug Information
should not use getCaveNode()
- relates to
-
ZK-1672 Add onAfterSize event to get component size
- Closed