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

Tab can be click on blank area next to last tab (IE9 only)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.1
    • 7.0.0
    • Components
    • Security Level: Jimmy

      Reproducible sample code:

      <zk>
          <label multiline="true">
          IE9 only
          1. Select "Tab 2"
          2. Move mouse to blank area next to "Tab 2" then click.
          "Tab 1" should not be selected.
          </label>
          <div>
              <tabbox width="100%">
                  <tabs>
                      <tab label="Tab 1" />
                      <tab label="Tab 2" />
                  </tabs>
                  <tabpanels>
                      <tabpanel>Test 1</tabpanel>
                      <tabpanel>Test 2</tabpanel>
                  </tabpanels>
              </tabbox>
          </div>
      </zk>
      

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

              Created:
              Updated:
              Resolved: