Actions
Bug #13786
openWTableView::scrollTo: Does not make (entire) cell visible (vertically)
Status:
New
Priority:
High
Assignee:
-
Target version:
-
Start date:
06/19/2025
Due date:
% Done:
0%
Estimated time:
Description
Affected: WTableView::scrollTo(WModelIndex&, ScrollHint::EnsureVisible)
of Wt 4.11.4
with
SelectionBehavior::Items);
SelectionMode::Single);
and having more rows than can be displayed in the browser window and last row partially visible.
- Calling
WTableView::scrollTo(WModelIndex&, ScrollHint::EnsureVisible)
does not make the entire cell visible - a bug. - Go to the next row: Appears entirely at the top - good.
- Go back to previous row: Appears entirely at the bottom, but first visible row is only partially visible - arguable.
- Go to the next row: Selection changes but viewport remains, cell not visible at all - severe bug.
Files
No data to display
Actions