Actions
Support #3739
closedThemes do not clean up after themselves / it is not possible to switch themes dynamically
Start date:
01/24/2015
Due date:
% Done:
0%
Estimated time:
Description
I have attempted to set up a WComboBox which will switch between Default, Polished, Bootstrap2, and Bootstrap3 themes.
Unfortunately, it does not seem that setting a theme undoes the changes of the previous ones.
I've looked into the source code, and it does indeed seem as if the destructor does not clean up after the Bootstrap themes.
Updated by Koen Deforche over 9 years ago
- Status changed from New to Feedback
Hey,
Indeed, you cannot switch themes since different themes can require changes to markup (and not just CSS). If you want this kind of functionality you will need to trigger a browser refresh to start a new session (and keep relevant state in a cookie).
Regards,
koen
Updated by Koen Deforche over 9 years ago
- Tracker changed from Bug to Support
- Status changed from Feedback to Closed
Actions