[
https://issues.apache.org/jira/browse/TRINIDAD-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981456#action_12981456
]
Cedric Durmont commented on TRINIDAD-2004:
------------------------------------------
Not a bug IMHO.
For columns having align="center", the applied style is not
af|column::cell-text, but af|column::cell-icon-format (if I remember well.
Anyway, you can view it with firebug or by looking at the generated html).
In the same way, align="right", the style will be af|column::cell-number. Kind
of tricky, if you ask me ;o)
> hover doesnt work for table when column has the attribute align with value
> center
> ---------------------------------------------------------------------------------
>
> Key: TRINIDAD-2004
> URL: https://issues.apache.org/jira/browse/TRINIDAD-2004
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.2.15-core
> Reporter: Apostolos Apal
> Priority: Minor
> Attachments: hoverBug.png
>
>
> I used
> af|table::content tr:hover af|column::cell-text
> af|table::content tr:hover af|column::cell-text-band
> so as to have hover effect for my tables. this works though only for
> tr:column tags that dont have align property set (i set the other columns to
> be align='center').
> The result is to have a tr:table with 5 columns and only 1 changes background
> color on hover
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.