Actions
Bug #13786
openWTableView::scrollTo: Does not make (entire) cell visible (vertically)
Start date:
06/19/2025
Due date:
% Done:
100%
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 4 months ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 4 months ago
- Status changed from InProgress to New
- Assignee deleted (
Romain Mardulyn)
Updated by Romain Mardulyn 4 months ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 4 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck about 8 hours ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck about 7 hours ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
- % Done changed from 0 to 100
Actions