You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Swapnil M Mane (JIRA)" <ji...@apache.org> on 2016/08/20 15:28:20 UTC

[jira] [Commented] (OFBIZ-7965) layoutSettings variable causes double entry for css statement in html

    [ https://issues.apache.org/jira/browse/OFBIZ-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429423#comment-15429423 ] 

Swapnil M Mane commented on OFBIZ-7965:
---------------------------------------

Dear Wai,

I think this issue is duplicate with OFBIZ-7758.

Thanks,
Swapnil M Mane

> layoutSettings variable causes double entry for css statement in html
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-7965
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7965
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Wai
>
> In framework/common/widget/CommonScreens.xml
> if a css stylesheet is added to GlobalActions screen, a double entry for the stylesheet is render to html.
> look at jgrowl...
> <set field="layoutSettings.styleSheets[+0]" value="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" global="true" />
> and the resulting double entry of...
> <link rel="stylesheet" href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" type="text/css"/>
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)