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

Incorrect display in IE 7 for tree component if user zoom to greater than 100%

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.2, 6.0.5
    • 6.0.4
    • Components
    • Security Level: Jimmy

      Test case
      Note: Remember to copy the attached warning_16x16.gif at the same location as the zul file

      <?page title="new page title" contentType="text/html;charset=UTF-8"?>
      <zk>
      <window title="new page title" border="normal">
      <tree id="tree" width="99%" rows="3">
          <treecols sizable="true">
              <treecol label="Name" />
          </treecols>
          <treechildren>
              <treeitem>
                  <treerow>
                      <treecell image="warning_16x16.gif" label="Item 1" />
                  </treerow>
              </treeitem>
              <treeitem>
                  <treerow>
                      <treecell image="warning_16x16.gif" label="Item 2" />
                  </treerow>
              </treeitem>
              <treeitem image="warning_16x16.gif" label="Item 3" />
          </treechildren>
      </tree>
      </window>
      </zk>
      

      Steps to reproduce
      1. Load page
      2. Increase IE 7 browser zoom to 200% with Ctrl + mouse scroll or Ctrl +
      Expected: The image and text should not overlap
      Actual: Image overlaps the adjacent text (see attached screeshot ie7_zoom_issue.png)

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

              Created:
              Updated:
              Resolved: