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

Popup does not show up when its parent is native

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.0.0
    • 8.0.0
    • None
    • None

      For Example: (remove div tag then the result is correct)
      <zk:zk xmlns="native" xmlns:x="xhtml" xmlns:zul="zul" xmlns:sh="shadow" xmlns:zk="zk">
      <x:html sclass="no-js" lang="en">
      <x:head>
      </x:head>
      <x:body>
      <div>
      <zul:popup id="pop">
      You should be able to see this after click button.
      </zul:popup>
      <zul:button label="please click me" popup="pop"/>
      </div>
      </x:body>
      </x:html>
      </zk:zk>

            DevChu DevChu
            DevChu DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: