-
Bug
-
Resolution: Won't Fix
-
Later
-
None
-
6.5.6
-
Security Level: Jimmy
-
None
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>
- relates to
-
ZK-1454 Scrollbar forgets it's state on tab switching at tabbox
- Closed