Details
-
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
6.1.0 CE GA1
-
firefox 11 on ubuntu
Description
I changed my theme which defined styles on the body element. The changes were not reflected inside the web content editor textarea. Firebug shows an iframe inside of which the theme css is linked without its querystring, such as:
good link in top level html document:
http://www.xyz.com/xyz-theme/css/main.css?browserId=firefox&themeId=xyz_WAR_xyztheme&minifierType=css&languageId=en_US&b=6100&t=1332192506000
bad link within nested document:
http://www.xyz.com/xyz-theme/css/main.css
When I put the above css address without querystring into the browser address bar and clicked reload, the browser reloaded the css correctly and now as well shows the correct style inside the editor.
Honestly, I have no clue where that querystring might have gone. In order to reproduce, it should be sufficient to check if there is a querystring present inside the editor iframe css for any theme.