Steps to Reproduce
- run attached zul
- follow steps on the page
- observe the scrollbar position for the listbox with ROD enabled
Actual Result
horizontal scroll bar is reset to leftmost position.
Expected Result
horizontal scroll bar keeps its position.
Debug Information
- It happens only under paging mold
- The response of the listbox without ROD has _currentLeft:100 which means it saves scrollbar position, while another listbox doesn't.
Workaround
- disable ROD
- is cloned by
-
ZK-2551 Listbox doesn't keep scrollbar position when applying hflex="min" on a listheader
- Closed