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

Minh Hoang TO (Updated) (JIRA) jira-events at lists.jboss.org
Thu Oct 20 05:37:45 EDT 2011


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

Minh Hoang TO updated GTNPORTAL-1943:
-------------------------------------

    Labels: done portal-s55 synced  (was: done portal-s55)

    
> 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
>            Assignee: Minh Hoang TO
>              Labels: done, portal-s55, synced
>             Fix For: 3.2.0-M02
>
>   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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list