Actions
Improvements #10395
closedWPanel::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()
.
Updated by Roel Standaert over 1 year ago
- Related to Bug #10362: WPanel::setCollapsed segfaults with WBootstrap5Theme added
Updated by Roel Standaert about 1 year ago
- Related to Improvements #10586: Revise WPanel added
Updated by Roel Standaert about 1 year ago
- Target version changed from 4.8.0 to 4.9.0
Updated by Roel Standaert about 1 year ago
- Status changed from New to InProgress
Actions