You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aurelia CLI OR JSPM OR Webpack AND Version
CLI 0.31.3
Browser:
all
Language:
all
Current behavior:
when switching layoutView, previous css is not removed
Expected/desired behavior:
css should be removed
What is the motivation / use case for changing the behavior?
this can be tested on this project (after logging in, among other things, bacground color #cccccc should be replaced). On page refresh all is OK (new color from other css kicks in).
This is a known bug in our CSS implementation. @jdanyow we really need to solve this as well as making sure CSS files are included in the order they are required, not in the order they download.
I'm submitting a bug report
0.31.3
Please tell us about your environment:
Operating System:
Windows 7
Node Version:
6.11.4
NPM Version:
3.10.10
Aurelia CLI OR JSPM OR Webpack AND Version
CLI 0.31.3
Browser:
all
Language:
all
Current behavior:
when switching layoutView, previous css is not removed
Expected/desired behavior:
css should be removed
this can be tested on this project (after logging in, among other things, bacground color #cccccc should be replaced). On page refresh all is OK (new color from other css kicks in).
https://github.com/bojanv55/aurelia-in-action
The text was updated successfully, but these errors were encountered: