You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org> on 2009/11/06 19:38:32 UTC

[jira] Resolved: (TRINIDAD-1358) if there is a skin id mismatch between producer and consumer, use the skin anyway instead of the portlet skin

     [ https://issues.apache.org/jira/browse/TRINIDAD-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman resolved TRINIDAD-1358.
--------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.11-core

> if there is a skin id mismatch between producer and consumer, use the skin anyway instead of the portlet skin
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1358
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1358
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Portlet
>    Affects Versions: 1.2.10-core, 1.0.10-core
>            Reporter: Jeanne Waldman
>            Assignee: Jeanne Waldman
>             Fix For:  1.2.11-core
>
>
> The portlet producer will share the consumer's skin stylesheet if the skin id exists on the producer and if the skin stylesheet ids match.
> Otherwise, the simple portlet skin is used by default.
> We want to change this to default to the skin if the skin id exists on the producer even if the stylesheet ids do not match. The producer will
> use its own stylesheet and it will not compress the styles to avoid style conflicts. 
> The logic:
> 1. If skin id and hashcode match use consumer skin
> 2. If skin id matches but hashcode doesn't, make the default the skin id but
> provide it from the producer
> 3. If all else fails, default to simple

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.