Improvements #10395
WPanel::setTitleBar(false) should probably call WPanel::setCollapsible(false)
Start date:
05/20/2022
Due date:
% Done:
100%
Estimated time:
Description
WPanel::setCollapsible(true)
forces the title bar on, but removing the title bar doesn't force setCollapsible(false)
.
A panel without a title bar is effectively not collapsible, so it's probably appropriate to automatically set it to disabled as well.
This should then also be documented in the documentation of WPanel::setTitleBar()
.
Related issues
Updated by Roel Standaert 10 months ago
- Related to Bug #10362: WPanel::setCollapsed segfaults with WBootstrap5Theme added
Updated by Roel Standaert 4 months ago
- Status changed from InProgress to Review
- Assignee changed from Roel Standaert to Korneel Dumon
Updated by Roel Standaert 3 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Korneel Dumon to Roel Standaert
- % Done changed from 0 to 100