[
https://issues.apache.org/jira/browse/TRINIDAD-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Robinson resolved TRINIDAD-799.
--------------------------------------
Resolution: Fixed
Added support for the following syntax:
@agent ie and (version: 6) and (version: 7), gecko and (version: 1.9)
These are the same:
@agent ie and (version: 6.*)
@agent ie and (version: 6)
So to match only 6.0.x use:
@agent ie and (version: 6.0)
There is no range functionality for this release. A new JIRA ticket should be
created to support version ranges. The current functionality should be adequate
for the current release.
> 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.