-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Normal
-
None
-
Affects Version/s: 8.0.2
-
Component/s: None
-
Security Level: Jimmy
-
None
-
ZK 8.0.3 S2
-
None
Reproduced with:
<zk> <style> //workaround //.z-row-inner{ //position:initial!important; //} </style> <grid width="100%"> <rows> <row> <window title="Embedded Style" border="normal" width="200px"> Hello, Embedded!</window> </row> <row> <div width="100px" height="70px" sclass="dhSquareButton">test2</div> </row> </rows> </grid> </zk>
or
<zk> <style> .testCss{ border: 3px solid #FF00FF; } //workaround //.z-row-inner{ //position:initial!important; //} </style> <grid width="100%"> <rows> <row> <div width="100px" height="70px" sclass="testCss">test</div> </row> <row> <div width="100px" height="70px" sclass="testCss">test2</div> </row> </rows> </grid> </zk>