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 2010/12/06 23:01:11 UTC

[jira] Created: (TRINIDAD-1971) skinning @import ignores all but the last @import

skinning @import ignores all but the last @import
-------------------------------------------------

                 Key: TRINIDAD-1971
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1971
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Skinning
            Reporter: Jeanne Waldman
            Assignee: Jeanne Waldman


The skinning framework is ignoring all but the last @import.

In purpleBigFont.css, I have:
@import url("purpleBigFontSkinTwo.css");
@import url("purpleBigFontSkinThree.css");

The selectors from 'Two' are not getting imported.
The selectors from 'Three' are.

If I swap the order, then 'Two' is getting imported, and 'Three' is not.

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


[jira] Resolved: (TRINIDAD-1971) skinning @import ignores all but the last @import

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

Jeanne Waldman resolved TRINIDAD-1971.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.13-core 

> skinning @import ignores all but the last @import
> -------------------------------------------------
>
>                 Key: TRINIDAD-1971
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1971
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>            Reporter: Jeanne Waldman
>            Assignee: Jeanne Waldman
>             Fix For: 1.2.13-core 
>
>
> The skinning framework is ignoring all but the last @import.
> In purpleBigFont.css, I have:
> @import url("purpleBigFontSkinTwo.css");
> @import url("purpleBigFontSkinThree.css");
> The selectors from 'Two' are not getting imported.
> The selectors from 'Three' are.
> If I swap the order, then 'Two' is getting imported, and 'Three' is not.

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


[jira] Commented: (TRINIDAD-1971) skinning @import ignores all but the last @import

Posted by "Jeanne Waldman (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968432#action_12968432 ] 

Jeanne Waldman commented on TRINIDAD-1971:
------------------------------------------

The @import code was added in JIRA 462. https://issues.apache.org/jira/browse/TRINIDAD-462.

> skinning @import ignores all but the last @import
> -------------------------------------------------
>
>                 Key: TRINIDAD-1971
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1971
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>            Reporter: Jeanne Waldman
>            Assignee: Jeanne Waldman
>
> The skinning framework is ignoring all but the last @import.
> In purpleBigFont.css, I have:
> @import url("purpleBigFontSkinTwo.css");
> @import url("purpleBigFontSkinThree.css");
> The selectors from 'Two' are not getting imported.
> The selectors from 'Three' are.
> If I swap the order, then 'Two' is getting imported, and 'Three' is not.

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