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

Adding treeitem in an empty tree show nothing on IE6/7

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.8, Freshly
    • Browser Issue
    • None
    • IE6/7 only

      Related to this case - http://sourceforge.net/tracker/?func=detail&aid=3167027&group_id=152762&atid=785191

      You can also test with zktest/test2/B50-3167027.zul
      For example, after you add a new item, in IE6/7 will show nothing.

      <zk>
      <html><![CDATA[
      <ol>
      <li>Click "add node" button.</li>
      <li>A "new item" shall appear.</li>
      </ol>
      ]]></html>
      <button label="add node">
      <attribute name="onClick"><![CDATA[
      Treerow tr = new Treerow();
      item.appendChild(tr);
      tr.appendChild(new Treecell("new Item"));
      ]]></attribute>
      </button>
      <tree>
      <treechildren>
      <treeitem id="item"/>
      </treechildren>
      </tree>
      </zk>

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

              Created:
              Updated:
              Resolved: