Actions
Bug #13754
closedWNavigationBar with Bootstrap5Theme in collapsed view Toggle Button Icon Missing
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06/01/2025
Due date:
% Done:
0%
Estimated time:
Description
When Using Bootstrap5 Theme, the Button to toggle the Menu in collapsed view has currently no Icon Visible.
Icon is generated in Wt with 3 <span class="icon-bar">
elements.
Bootstrap 5.3 has a single span with a single Icon: <span class="navbar-toggler-icon">
Updated by Christian Meyer 17 days ago
Mentioned the Bug Report in this Thread: https://redmine.emweb.be/boards/2/topics/18909
Updated by Matthias Van Ceulebroeck 6 days ago
- Status changed from New to Rejected
As per the linked thread above, this was resolved, due to the wrong template being chosen for the WNavigationBar
(not the BS5 one).
Actions