Actions
Bug #7974
openWPopupMenu gets cut off at layout-boundaries/scrollbars
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/12/2021
Due date:
% Done:
0%
Estimated time:
Description
I have a WHBoxLayout which contains two WContainerWidgets side-by-side left and right.
The left container has setOverflow(Overflow::Auto)
assigned, to have scrollbars available.
Any WPopupMenu inside the left container gets cut-off at the scrollbar (see image attached).
When I temporarily remove Overflow::Auto the popup is shown correctly, but this is not the solution :-)
Affected version is Wt 4.5.0 and all web-browsers (IE, Edge, Firefox) using Windows 10.
This issue might be related to this:
https://redmine.webtoolkit.eu/issues/7404
Files
Actions
#1
Updated by Stefan Bn over 3 years ago
- File PopupCutOffProblem.PNG PopupCutOffProblem.PNG added
- File main.cpp main.cpp added
I've created a code sample that demonstrates the problem. This referes to Wt 4.5.0 and Wt 4.5.1.
Thanks!
Stefan
Updated by Stefan Bn about 3 years ago
Note:
This issue still remains using Wt 4.6.1 and the new Bootstrap 5 Theme.
Actions