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 2 years ago
- Related to Bug #10362: WPanel::setCollapsed segfaults with WBootstrap5Theme added
Updated by Roel Standaert over 2 years ago
- Related to Improvements #10586: Revise WPanel added
Updated by Roel Standaert over 2 years ago
- Target version changed from 4.8.0 to 4.9.0
Updated by Roel Standaert about 2 years ago
- Status changed from New to InProgress
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.9.0 to 4.10.0
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.10.0 to 4.9.0
Updated by Roel Standaert almost 2 years ago
- Status changed from InProgress to Review
- Assignee changed from Roel Standaert to Korneel Dumon
Updated by Roel Standaert almost 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Korneel Dumon to Roel Standaert
- % Done changed from 0 to 100
Updated by Roel Standaert almost 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert almost 2 years ago
- Status changed from Resolved to Closed
Actions