-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.6
-
Security Level: Jimmy
-
ZK 7.0.7
-
None
When using a listbox with the criterias :
> use <frozen>
> have an horizontal scrollbar
if a user use the browser search function (ctrl+F) to find a value not currently on screen, the scroll bar and the listbox get out of sync. (the view is moved to the selected item, and the columns that should have been reduced are not). the view is only re synchronized with the scroll bar if the user scroll to the far right of the listbox.
steps to reproduce, using the attached file:
1-Open the page
2-Open the browser search tool (ctrl+F)
3-Search for "searchThis"
4-The view is moved to the last column, while the scroll bar is not updated