[
https://issues.apache.org/jira/browse/ADFFACES-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-250:
----------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> Need to be able to have other prefixes in css file besides af|
> --------------------------------------------------------------
>
> Key: ADFFACES-250
> URL: https://issues.apache.org/jira/browse/ADFFACES-250
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.0.0-incubating-core
> Reporter: Jeanne Waldman
> Assigned To: Jeanne Waldman
> Priority: Minor
> Fix For: 1.0.0-incubating-core
>
>
> Here are the problems if we have tr|foo in the skin css file:
> * doesn't prepend '.', so tr|foo is tr_foo {} when it should be .tr_foo {}
> * doesn't put it in the shortened map
> * doesn't modify the pseudo-states. they just pass through to the css.
> This is nice to have
> * can change the skinning keys
> * custom component developers can use the xxx| format for their skinning keys
> and have it work.
> -- currently they have to use "af|" or not use the namespace prefix format
> and instead use a regular styleclass name, so their skinning keys won't be
> consistent with Trinidad's.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.