Actions
Bug #13786
openWTableView::scrollTo: Does not make (entire) cell visible (vertically)
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
Updated by Romain Mardulyn 8 days ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 8 days ago
- Status changed from InProgress to New
- Assignee deleted (
Romain Mardulyn)
Updated by Romain Mardulyn 8 days ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 8 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Actions