[ http://issues.apache.org/jira/browse/ADFFACES-27?page=all ]
Jeanne Waldman updated ADFFACES-27:
-----------------------------------
Attachment: agentplatformsupport
The most changes were to SkinCSSDocumentHandler to handle the @agent and
@platform rules and to send the contents through the SkinCSSParser again.
Fixed a minor issue with text icons... if they have width and height specified,
we were stripping that information out. Now the width and height are included
in the inlineStyle for text icons.
There is still an issue that icons are not affected by the @agent/@platform
rules. I'll create a new issue for this. The feature is most important to have
for styles, and less so for icons, so I did it for styles first, in this issue.
Also, doing it for icons may change the Skin getIcon/setIcon api, depending
upon how this is implemented.
> Add agent and platform support to skinning's css file
> -----------------------------------------------------
>
> Key: ADFFACES-27
> URL: http://issues.apache.org/jira/browse/ADFFACES-27
> Project: MyFaces ADF-Faces
> Type: New Feature
> Reporter: Jeanne Waldman
> Attachments: agentplatformsupport
>
> Add support for configuring skinning style classes based on the user agent
> and platform. The api will look like this:
> @platform windows, ppc {
> @agent ie {
> af|column::sortable-header-text {
> cursor: hand;
> }
> }
> }
> Possible values for platform are: windows, macos, linux, solaris, ppc
> Possible values for agent are: netscape, ie, mozilla, gecko, webkit (maps to
> safari), ice
--
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