Upon editing one template, then selecting another template, the styles from the previous template are still in the CSSOM. They should at least be reset when selecting another template, and ideally scoped to the htmlOutput div.
steps to replicate :
1 select a template from the list
2 change to the body background color to red in the CSS
3 navigate to home page /
4 select another template
expected results
the body background color should be set to the current template i'm viewing
actual results
the body background still shows the red color
Upon editing one template, then selecting another template, the styles from the previous template are still in the CSSOM. They should at least be reset when selecting another template, and ideally scoped to the htmlOutput div.
steps to replicate : 1 select a template from the list 2 change to the body background color to red in the CSS 3 navigate to home page / 4 select another template
expected results the body background color should be set to the current template i'm viewing
actual results the body background still shows the red color