[
https://issues.apache.org/jira/browse/ADFFACES-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-341:
----------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> icon skin definition does not append all non-width/height/content properties
> into an inline style, and it should
> ----------------------------------------------------------------------------------------------------------------
>
> Key: ADFFACES-341
> URL: https://issues.apache.org/jira/browse/ADFFACES-341
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.0.0-incubating-core
> Reporter: Jeanne Waldman
> Assigned To: Jeanne Waldman
> Fix For: 1.0.0-incubating-core
>
>
> I have an icon defined like the following:
> af|column::sort-descending-md-icon:rtl {
> content: url(/afr/sort_des_md.gif);
> width: 11px;
> height: 8px;
> float: right;
> cursor: default;
> }
> I expect this to render an <img> tag with style="float:right;
> cursor:default". Instead it is rendering what seems like the 'last' property,
> so style="cursor:default"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.