Actions
Bug #9174
opensetLayoutSizeAware blocks setOverflow(Auto)
Status:
New
Priority:
Immediate
Assignee:
-
Target version:
-
Start date:
10/08/2021
Due date:
% Done:
0%
Estimated time:
Description
setLayoutSizeAware(true); // This widget is under a VBoxLayout.
setOverflow(Wt::Overflow::Auto); // Same for Scroll or Visible
In that case scrollbars disappear and scrolling is not possible.
Was in 4.5.0 and is in 4.5.1.
Updated by Korneel Dumon about 3 years ago
I tried it but it seems to work. It would be helpful if you can provide an simple program to reproduce this.
Updated by isgursoy yavuz almost 3 years ago
Korneel Dumon wrote in #note-1:
I tried it but it seems to work. It would be helpful if you can provide an simple program to reproduce this.
A simple workaround lets me go ahead for now, I will try to find some time to prepare a simplified example.
Already running this project in my free time and having free time of free time takes some time to respond, sorry.
When do you plan to push the next release -to try to bring that example before that-?
Actions