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 2008/10/06 23:23:44 UTC

[jira] Created: (TRINIDAD-1250) skin sharing broken so the producer's portlet uses incorrect styles.

skin sharing broken so the producer's portlet uses incorrect styles.
--------------------------------------------------------------------

                 Key: TRINIDAD-1250
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1250
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Portlet
    Affects Versions: 1.2.9-core, 1.0.9-core
            Reporter: Jeanne Waldman
            Assignee: Jeanne Waldman


Run a portal page, with a Trinidad app as both the producer and the consumer. use the suppressStylesheet and StyleSheetDocumentId and skin ids so that the producer suppresses its stylesheet and instead uses that of the consumer. 
Expected: The producer's app should render fine
Actual: The producer's app renderes terribly. What is happening it it renders style classes from the 'portlet' skin, not the skin it is supposed to be sharing with the consumer.

The issue is that we aren't switching the SkinStyleProvider to use the same skin id that we want to share when we are computing the shortened style class map.

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


[jira] Resolved: (TRINIDAD-1250) skin sharing broken so the producer's portlet uses incorrect styles.

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeanne Waldman resolved TRINIDAD-1250.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.10-core
                   1.2.10-core

> skin sharing broken so the producer's portlet uses incorrect styles.
> --------------------------------------------------------------------
>
>                 Key: TRINIDAD-1250
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1250
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Portlet
>    Affects Versions: 1.0.9-core, 1.2.9-core
>            Reporter: Jeanne Waldman
>            Assignee: Jeanne Waldman
>             Fix For: 1.2.10-core, 1.0.10-core
>
>         Attachments: Trinidad1250PortalPatch.patch
>
>
> Run a portal page, with a Trinidad app as both the producer and the consumer. use the suppressStylesheet and StyleSheetDocumentId and skin ids so that the producer suppresses its stylesheet and instead uses that of the consumer. 
> Expected: The producer's app should render fine
> Actual: The producer's app renderes terribly. What is happening it it renders style classes from the 'portlet' skin, not the skin it is supposed to be sharing with the consumer.
> The issue is that we aren't switching the SkinStyleProvider to use the same skin id that we want to share when we are computing the shortened style class map.

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