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

Panel in Portallayout not draggable after updated.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.2
    • 6.5.0, 6.5.1
    • None
    • all

      Panel in Portallayout will not able to move after updated.

      The following code is an example, it is movable before rename, but not after.

      <div>
          <button id="btn" label="Rename" onClick="onClick()"/>
          <textbox id="tbx" />
          <portallayout>
              <portalchildren>
                  <panel id="panel" title="Change Me" border="normal">
                      <panelchildren>
                          <div style="display:block;" width="400px" height="300px"/>
                      </panelchildren>
                  </panel>
              </portalchildren>
          </portallayout>
          <zscript>
              public void onClick() {
                  panel.setTitle(tbx.getValue());
              }
          </zscript>
      </div>
      

            jumperchen jumperchen
            rangilin rangilin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: