Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1748

Stackup and autohide not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.3
    • 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>
      

            noahhuang noahhuang
            fdecean fdecean
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: