Actions
Bug #6503
closedGrid and HBox in Dialog
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07/17/2018
Due date:
% Done:
0%
Estimated time:
Description
Hi Guys!
Just upgraded to wt4 and found a weird layout issue:
WDialog with WGridLayout in contents() and WHBoxLayout in footer() stretches to footer() witdh...
Please see attached test case.
BR,
Max
Files
Updated by Roel Standaert over 6 years ago
This seems to again be one of those Flex layout issues. If the preferred implementation (Wt::LayoutImplementation
) is set to JavaScript
it works fine. I'll see what I can do, but I don't know if we can get everything working properly with CSS flexbox. Maybe CSS grids may be of help, but I'm not sure.
Updated by Max Quatember over 6 years ago
Hi Roel!
Thanks for the hint!
Changing the layout implementation to javascript works for me, if I can help you with testing a flexbox bugfix let me know!
BR,
Max
Updated by Roel Standaert about 6 years ago
- Status changed from New to Implemented @Emweb
Updated by Roel Standaert about 6 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert almost 6 years ago
- Status changed from Resolved to Closed
Actions