[gatein-issues] [JBoss JIRA] Updated: (GTNPORTAL-1943) org.exoplatform.portal.resource.SkinService#processCSSRecursively(Appendable, boolean, Resource, Orientation) parses even commented lines

Trong Tran (JIRA) jira-events at lists.jboss.org
Wed Jun 22 00:35:23 EDT 2011


     [ https://issues.jboss.org/browse/GTNPORTAL-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trong Tran updated GTNPORTAL-1943:
----------------------------------

     Original Estimate: 6 hours
    Remaining Estimate: 6 hours
                Labels: portal-s55  (was: )


> org.exoplatform.portal.resource.SkinService#processCSSRecursively(Appendable, boolean, Resource, Orientation) parses even commented lines
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GTNPORTAL-1943
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-1943
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: WebUI
>    Affects Versions: 3.1.0-GA
>         Environment: Does not matter
>            Reporter: Michael Hauer
>              Labels: portal-s55
>   Original Estimate: 6 hours
>  Remaining Estimate: 6 hours
>
> org.exoplatform.portal.resource.SkinService#processCSSRecursively(Appendable, boolean, Resource, Orientation)
> parses commented lins like for example:
> /*
> @import url(DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css);
> @import url(DefaultSkin/webui/component/Stylesheet.css);
> */
> @import url(PortletThemes/Stylesheet.css);
> /*
> @import url(Portlet/Stylesheet.css);
> */
> /* Direkt Styles */
> @import url(DirektSkin/global.css);
> @import url(DirektSkin/content.css);
> which was a great pain to find out.
> The first line in the given example which will be parsed is @import url(DefaultSkin/portal/webui/component/UIPortalApplicationSkin.css); but this is IMHO incorrect and leads to the effect that the correct styles (global.css and content.css) won't load.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list