Actions
Bug #12036
closedChange of WCheckBox state removes additional css classes
Start date:
10/16/2023
Due date:
% Done:
0%
Estimated time:
Description
Only with WBootstrap5Theme
setTheme(std::make_shared<Wt::WBootstrap5Theme>());
auto cb = Wt::WApplication::instance()->root()->addNew<Wt::WCheckBox>();
cb->setStyleClass("myclass");
Wt::WTimer::singleShot(std::chrono::milliseconds(5000), [cb]() {
  cb->setChecked(true);
  // "myclass" is gone
});
  Updated by Matthias Van Ceulebroeck about 2 years ago
- Status changed from New to InProgress
 - Assignee set to Matthias Van Ceulebroeck
 - Target version set to 4.10.2
 
Updated by Matthias Van Ceulebroeck about 2 years ago
- Status changed from InProgress to Review
 - Assignee deleted (
Matthias Van Ceulebroeck) 
Updated by Matthias Van Ceulebroeck almost 2 years ago
- Target version changed from 4.10.2 to 4.10.3
 
Updated by Matthias Van Ceulebroeck almost 2 years ago
- Status changed from Review to Implemented @Emweb
 - Assignee set to Matthias Van Ceulebroeck
 
Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from Implemented @Emweb to Closed
 
Actions