Need to be able to have other prefixes in css file besides af|
--------------------------------------------------------------
Key: ADFFACES-250
URL: http://issues.apache.org/jira/browse/ADFFACES-250
Project: MyFaces ADF-Faces
Issue Type: Bug
Components: Skinning
Reporter: Jeanne Waldman
Assigned To: Jeanne Waldman
Priority: Minor
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira