[ 
https://issues.apache.org/jira/browse/TRINIDAD-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeanne Waldman resolved TRINIDAD-1592.
--------------------------------------

    Resolution: Not A Problem

This is not a bug. By default, we render our style classes in a compressed 
mode. This is 'xi'. If you want to see the uncompressed style class name, then 
you need to set the org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION 
flag to true in web.xml. See the Trinidad Skinning documentation for details.

> skin selectors rendered for selectOrderShuttle  don't match  documented in 
> skin-selectors.html 
> -----------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1592
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1592
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.12-core
>         Environment: Browser: FF
> OS: windows xp
>            Reporter: Kai Xu
>
> Both in my code and live demo the html code  rendered as:
> <td valign="middle" nowrap="" align="center" style="padding: 5px;">
> <a 
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:leading','_idJsp2:trailing');"/>
> <a class="xi" title="Move selected items to other list" 
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:leading','_idJsp2:trailing');">Move</a>
> <div style="margin-top: 5px;"/>
> <a 
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:leading','_idJsp2:trailing');"/>
> <a class="xi" title="Move all items to other list" 
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:leading','_idJsp2:trailing');">Move
>  All</a>
> <div style="margin-top: 5px;"/>
> <a 
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:trailing','_idJsp2:leading');"/>
> <a class="xi" title="Remove selected items from list" 
> href="javascript:TrShuttleProxy._moveItems('_idJsp2:trailing','_idJsp2:leading');">Remove</a>
> <div style="margin-top: 5px;"/>
> <a 
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:trailing','_idJsp2:leading');"/>
> <a class="xi" title="Remove all items from list" 
> href="javascript:TrShuttleProxy._moveAllItems('_idJsp2:trailing','_idJsp2:leading');">Remove
>  All</a>
> </td>
> <td valign="middle" align="center">
> <a title="Move selected items to top of list" 
> href="javascript:TrShuttleProxy._orderTopBottomList(0,'_idJsp2:trailing');">Top</a>
> <br/>
> <a title="Move selected items up one in list" 
> href="javascript:TrShuttleProxy._orderList(0,'_idJsp2:trailing');">Up</a>
> <img width="1" height="15" alt="" src="/CommandCenter/adf/images/t.gif"/>
> <br/>
> <a title="Move selected items down one in list" 
> href="javascript:TrShuttleProxy._orderList(1,'_idJsp2:trailing');">Down</a>
> <br/>
> <a title="Move selected items to bottom of list" 
> href="javascript:TrShuttleProxy._orderTopBottomList(1,'_idJsp2:trailing');">Bottom</a>
> </td>
> Should they be: something like: .AFShuttleMoveIcon, AFShuttleMoveAllIcon 
> instead of  "xi", and at trailing side: there is no class defined at all.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to