Actions
Improvements #14494
openUse css anchor for WWidget::positionAt()
Start date:
04/27/2026
Due date:
% Done:
0%
Estimated time:
Description
Currently, when using WWidget::positionAt(), the positioned widget will be reparented in order to have it follow the the widget it is positioned next to when the new parent is being scrolled. This can be a problem when the widget is a popup, as it can be added to a widget that has not enough space to show it correctly, while it could easily be completely visible if it was showed at the top level (but would then not follow the widget it is next too when scrolling).
This could be solved by using CSS anchor, which allows to define the position of an element relative to another element on the page.
Updated by Romain Mardulyn 19 days ago
- Related to Bug #14473: WDialog positioned aside widget incompletely handles focus added
Updated by Romain Mardulyn 19 days ago
- Related to Bug #13956: WPopupMenu not visible if popped up at itemWidget of (a narrow) WTableView with vertical scrollbar added
Updated by Romain Mardulyn 4 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Actions