[
https://issues.apache.org/jira/browse/TRINIDAD-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881906#action_12881906
]
Jeanne Waldman commented on TRINIDAD-1115:
------------------------------------------
Cannot reproduce. I tried this on trunk and it worked.
1. Open purpleSkins.css
2. Add
* test if this alias works */
.AFShuttleMoveIcon:alias {
content: url(images/shuttleOrderTop.png);
width: 16px;
height: 16px;
}
3. Run selectManyShuttle.jspx and you will see the icon.
> Icon Selectors stopped working: .AFShuttleMoveIcon:alias et. al.
> ----------------------------------------------------------------
>
> Key: TRINIDAD-1115
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1115
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.7-core
> Reporter: Stephen Friedrich
> Assignee: Jeanne Waldman
>
> This skinning selector used to work for tr:selectManyShuttle
> .AFShuttleMoveIcon:alias {
> content: url(/images/icons_right.gif);
> width: 15px;
> height: 15px;
> }
> In Trinidad 1.2.7 I don't get any icon at all (because I have set the texts
> empty I event get nothing at all).
> A workaround is to use
> af|selectManyShuttle::move-icon {
> content: url(/images/icons_right.gif);
> width: 15px;
> height: 15px;
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.