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 2008/05/13 18:53:55 UTC

[jira] Commented: (TRINIDAD-799) Add agent version support in skinning

    [ https://issues.apache.org/jira/browse/TRINIDAD-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596440#action_12596440 ] 

Andrew Robinson commented on TRINIDAD-799:
------------------------------------------

Taking this over as it is holding up a release and we have had no response on the mailing list.

> Add agent version support in skinning
> -------------------------------------
>
>                 Key: TRINIDAD-799
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-799
>             Project: MyFaces Trinidad
>          Issue Type: Wish
>          Components: Components
>    Affects Versions: 1.0.4-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>             Fix For:  1.0.8-core,  1.2.8-core
>
>
> The current skinning functionality does not allow a skinning developer to differentiate between different browser versions. For example, it is possible to tell the difference between IE and firefox, but not between IE 6 and 7
> Possible implementations:
> 1) @agent ie6 { ... }
> 2) @agent ie { @agentVersion 6 { ... } }
> A more general and more powerful approach would be to allow developers to use a regex on the browser version:
> @agent match /MSIE [67]/

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