-
Bug
-
Resolution: Fixed
-
Later
-
8.5.1.2
-
Security Level: Jimmy
-
ZK 8.5.2 S1, ZK 8.5.2 S2
Steps to Reproduce
run the example trigger a popup/tooltip/contextmenu
Current Result
initially the spacing (20px) between the 2 <div>s is missing
once the <popup> becomes visible the surrounding <vlayout> adds the spacing between the <div>s
after removing(or commenting out) the upper <div> the spacing is still added when the <popup> becomes visible (but the initial rendering is correct without a spacing)
Expected Result
<vlayout>s spacing should be unaffected by popup visibility
Workaround
specify spacing="0px"
or
move the <popup> outside the <vlayout> or inside one of the <div>s