Actions
Bug #13106
closedBootstrap (5) is still able to select disabled items
Start date:
10/15/2024
Due date:
% Done:
100%
Estimated time:
Description
This is related to #10512, where all models and views were verified to ensure that when a view is disabled, and the model replaced, the state of the view remained consistent (i.e. disabled).
Now, it seems that Bootstrap (5) is able to still select items, since it doesn't listen to the Wt-disabled
styleclass, but requires its own (i.e. for BS5 disabled
).
The implementation from that ticket should be extended as to also ensure that Bootstrap (an version) does not interfere with the regular behavior.
The test created at that time ought to be extended to ensure that Bootstrap is not able to still select items.
Updated by Matthias Van Ceulebroeck about 1 month ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Matthias Van Ceulebroeck about 1 month ago
- Status changed from Review to Implemented @Emweb
- Assignee set to Matthias Van Ceulebroeck
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck about 1 month ago
- Status changed from Implemented @Emweb to Implemented @Test
Updated by Matthias Van Ceulebroeck 16 days ago
- Status changed from Implemented @Test to Closed
Actions