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

Tree in window in hlayout inconsistent across browsers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 6.0.0
    • Browser Issue
    • Tested on
      IE 9
      FF 8
      Chrome 15
      with ZK 6.0.0.FL.2011201

      This zul file below produces inconsistent results across browsers. IE and FF only show Menu 1 but Chrome shows Menu 2 as well.

      <zk>
      <hlayout>
      <window title="Menu 1">
      <tree>
      <treechildren>
      <treeitem>
      <treerow>
      <treecell>test</treecell>
      </treerow>
      </treeitem>
      </treechildren>
      </tree>
      </window>
      <window title="Menu 2">
      <tree>
      <treechildren>
      <treeitem>
      <treerow>
      <treecell>test</treecell>
      </treerow>
      </treeitem>
      </treechildren>
      </tree>
      </window>
      </hlayout>
      </zk>

        1. Chrome.jpg
          17 kB
          derepentigny
        2. IE.jpg
          24 kB
          derepentigny
        3. screenshot-1.jpg
          24 kB
          derepentigny

            Unassigned Unassigned
            derepentigny derepentigny
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: