-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.2
-
None
-
None
The following example form ZK documentation does not work:
Documentation>ZK Client-side Reference>Customization>Stackup and Shadow
The menu goes behind the pdf iframe.
The following zul demonstrates the problem:
<?script content="zk.useStackup='auto'"?> <zk> <menubar width="100%"> <menu label="test"> <menupopup> <menuitem label="test"/> <menuitem label="test"/> </menupopup> </menu> </menubar> <window title="iframe/pdf" border="normal" width="500px" sizable="true"> <iframe style="background-color:transparent" src="http://jp.zkoss.org/doc/ZK-devref.pdf" width="100%" autohide="true"/> </window> </zk>