<tr:column>: column styling changes if align="center" attribute is used
-----------------------------------------------------------------------
Key: TRINIDAD-1294
URL: https://issues.apache.org/jira/browse/TRINIDAD-1294
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.9-core
Environment: Windows XP SP3
Reporter: Wolfgang Moestl
If the attribute align="center" is applied to a <tr:column> the styling of the
column header changes is different from all other align settings.
For the start/end as well as left/right aligns the applied CSS class is
af_column_header-text.
For center align the CSS class is af_column_header-icon-format.
I guess this is due to the different styling for the selection column in
<tr:table> with rowSelection="single|multiple".
IMHO the styling of the header column does not have to change if the align
attribute is set to "center"!
-- Wolf
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.