Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.22.06, 2.23.01-alpha
-
None
-
None
-
Firefox 13.0.1, Chromium 6.0.472.63
Description
The dynamic injected style sheets are attributed with a title to indicate the source. The title of one of the elements blocks the rendering of the inline style:
%<---------
<link rel="stylesheet" media="all" href="screen.css" title="css1" />
<style type="text/css" title="resources/org.onehippo.cms7.channelmanager.templatecomposer.iframe.IFrameBundle/inc/channel-manager-iframe.css?w:lm=1340181506">
<!-- injected css -->
</style>
%<---------
Internet Explorer 9 is rendering like expected, I didn't test other versions.