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

Portalchildren and Renderdeferer cause a Javascript error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.1
    • 6.5.1
    • None
    • None
    • Macosx with all browsers

      using the freshly 6.5.1 zk you can see that if you use portalchildren and renderdeferer you will get a js error and a "loading" forever.
      An example:

      <zk>
      <portallayout id="myptl" maximizedMode="whole">
      <portalchildren renderdefer="100">
      <panel id="paneltables" height="352px" border="normal" collapsible="true" maximizable="true" style="margin-bottom:10px">
      <panelchildren>
      <hlayout>
      <label>ciao</label>
      </hlayout>
      </panelchildren>
      </panel>
      </portalchildren>
      </portallayout>
      </zk>

            vincentjian vincentjian
            afxgroup afxgroup
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: