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

Outside Window border disappear when defer including

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 5.0.7
    • Components
    • None

      https://sourceforge.net/tracker/?func=detail&aid=3316221&group_id=152762&atid=785194

      page1.zul
      <window id="w2" title="w2" border="normal" width="300px">
      <div style="padding: 10px">
      <include src="page2.zul" mode="defer"/> <!-- remove mode to see difference -->
      </div>
      <button id="b1" label="b1" onClick='alert(desktop.getPage("pg2"))'/>
      </window>

      page2.zul
      <?page id="pg2" title="Include page"?>
      <window id="w1" title="w1" border="normal">
      <button id="b2" label="b2"/>
      </window>

            tomyeh tomyeh
            asukachen asukachen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: