[
https://issues.apache.org/jira/browse/TRINIDAD-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672143#action_12672143
]
Jeanne Waldman commented on TRINIDAD-1358:
------------------------------------------
just checked in a fix to CoreRenderingContext.java where the adf/styles
directory was not initialized in output-mode portlet.
> 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
>
> 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.