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

Tabpanel's child widget will reset scroll position when switching tab (IE only)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Later Later
    • None
    • 6.5.6
    • Components
    • Security Level: Jimmy

      Reproducible sample

      <zk>
          <label multiline="true">
          1. Using Internet Exploder, scroll to the bottom of this list
          2. Change to tab 2
          3. Change back to tab 1
          4. The scroll position is now reset
          </label>
          <window height="250px" border="normal" title="hello">
              <tabbox vflex="1">
                  <tabs>
                      <tab label="tab 1" />
                      <tab label="tab 2" />
                  </tabs>
                  <tabpanels>
                      <tabpanel vflex="1">
                          <borderlayout vflex="1">
                              <center autoscroll="true">
                                  <listbox>
                                      <listitem label="item 1" />
                                      <listitem label="item 2" />
                                      <listitem label="item 3" />
                                      <listitem label="item 4" />
                                      <listitem label="item 5" />
                                      <listitem label="item 6" />
                                      <listitem label="item 7" />
                                      <listitem label="item 8" />
                                      <listitem label="item 9" />
                                      <listitem label="item 10" />
                                  </listbox>
                              </center>
                          </borderlayout>
                      </tabpanel>
                      <tabpanel></tabpanel>
                  </tabpanels>
              </tabbox>
          </window>
      </zk>
      

            jumperchen jumperchen
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: