Actions
Bug #13818
openCorrect WGroupBox update when it contains a flex WHBoxLayout
Start date:
07/08/2025
Due date:
% Done:
0%
Estimated time:
Description
If a WGroupBox is created, with its layout set to WHBoxLayout. The content is rendered as expected.
The items are placed next to each other, and stretch the available width they have.
When the title of the WGroupBox
is changed, after it has already been rendered, the WGroupBox
is updated, and a wrong styleclass is added to the fieldset
. The flex-flow
becomes column
, instead of the expected row
.
No data to display
Actions