Bug #7404
closedPopup Dialogs are cut off at Panel boundaries (Wt 4.2.0)
0%
Description
Popup Dialogs are cut off at the boundaries of a surrounding panel.
Build environment is MinGW GCC 9.1.2 64-bit on Windows 10, Wt 4.2.0
See minimal sample code attached.
This issue refers to this thread:
https://redmine.webtoolkit.eu/boards/2/topics/16637?r=16774#message-16774
Files
Updated by Stefan Bn almost 5 years ago
This probably also affects the issue in this thread:
https://redmine.webtoolkit.eu/boards/2/topics/15850?r=15905#message-15905
Updated by Roel Standaert almost 5 years ago
- Target version changed from 4.2.0 to 4.2.1
Updated by Roel Standaert almost 5 years ago
So I can see that the popup is reparented the same, the main difference is the box layout setting overflow: hidden
on the WPanel
.
Updated by Roel Standaert almost 5 years ago
- Status changed from New to Resolved
- Target version changed from 4.2.1 to 4.3.0
I'm not confident that my fix is safe enough for it to go in 4.2.1 (which is imminent), but I pushed a fix to master.
Updated by Stefan Bn over 4 years ago
I've tested with 4.3.0-rc1 and can confirm that this issue is resolved!
Thanks for fixing!
Updated by Roel Standaert over 4 years ago
- Status changed from Resolved to Closed