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

Jeanne Waldman resolved TRINIDAD-1866.
--------------------------------------

    Fix Version/s: 2.0.0.3-core
       Resolution: Fixed

> -tr-inhibit does not work with icon skinning selectors
> ------------------------------------------------------
>
>                 Key: TRINIDAD-1866
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1866
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Skinning
>    Affects Versions: 2.0.0-alpha
>            Reporter: Jeanne Waldman
>            Assignee: Jeanne Waldman
>             Fix For: 2.0.0.3-core
>
>
> related to https://issues.apache.org/jira/browse/TRINIDAD-636 and 
> https://issues.apache.org/jira/browse/TRINIDAD-17
> The -tr-inhibit feature does not work for Icon selectors. They do work for 
> style selectors.
> Use case:
> purpleSkin.css
> af|selectOrderShuttle::reorder-up-icon {
>   content: url(/skins/purple/images/prev.png);
>   -tr-rule-ref: selector(".AFDefaultFont:alias");
>    border: 2px solid purple;
> }
> purpleBigFont.css (purpleBigFont skin extends purple skin)
> af|selectOrderShuttle::reorder-up-icon {
>   content: url(/skins/purple/images/prev.png);
>   -tr-rule-ref: selector(".AFDefaultFont:alias");
>   -tr-inhibit: border;
> }
> Run the selectOrderShuttle.jspx page demo in purpleBigFont skin.
> EXPECTED:
> I expect to NOT see a border attribute around the reorder-up-icon.
> ACTUAL:
> I see a border around the reorder-up-icon because the -tr-inhibit:border does 
> not work for icons. They do work for style selectors.

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

Reply via email to