You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2009/04/29 22:37:30 UTC

[jira] Created: (TRINIDAD-1462) SkinStyleSheetParserUtils prevents icons from having non-pixel height & width values

SkinStyleSheetParserUtils prevents icons from having non-pixel height & width values
------------------------------------------------------------------------------------

                 Key: TRINIDAD-1462
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1462
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions:  1.2.11-core
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson


Even though the icon framework would support percentage heights and widths on icons fine in the in-line style, it always tries to cram the height & width into the icon attributes instead, requiring only digits.

It should be able to detect if alpha-numeric values are given, then use in-line style and not attributes for the height and width.

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


[jira] Resolved: (TRINIDAD-1462) SkinStyleSheetParserUtils prevents icons from having non-pixel height & width values

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

Andrew Robinson resolved TRINIDAD-1462.
---------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.12-core

> SkinStyleSheetParserUtils prevents icons from having non-pixel height & width values
> ------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1462
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1462
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>    Affects Versions:  1.2.11-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>             Fix For:  1.2.12-core
>
>
> Even though the icon framework would support percentage heights and widths on icons fine in the in-line style, it always tries to cram the height & width into the icon attributes instead, requiring only digits.
> It should be able to detect if alpha-numeric values are given, then use in-line style and not attributes for the height and width.

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