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

When window contains opened popup, set its mode to modal or overlapped would cause js error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.1
    • 7.0.1, Freshly
    • None
    • None

      As the below code show.

      <window id="wd" border="normal" width="100px">
        <tree onClick="wd.doOverlapped();wd.doModal();">
          <treecols>
            <treecol/>
          </treecols>
          <treechildren>
            <treeitem>
              <treerow>
                <treecell label="Click" popup="pp"/>
              </treerow>
            </treeitem>
          </treechildren>
        </tree>
        <popup id="pp">
          <label value="Popup"/>
        </popup>
      </window>
      

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

              Created:
              Updated:
              Resolved: