You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Adam Winer (JIRA)" <ad...@incubator.apache.org> on 2006/09/18 17:09:22 UTC

[jira] Created: (ADFFACES-181) Styling for footer facets in columns is incorrect

Styling for footer facets in columns is incorrect
-------------------------------------------------

                 Key: ADFFACES-181
                 URL: http://issues.apache.org/jira/browse/ADFFACES-181
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Skinning
            Reporter: Adam Winer


If you look at the style names applied to <f:facet name="footer"> contents on af:column and af:table, it leaves much to be desired.

The footer for the table gets put in a TH, and has "af|table::column-footer" applied, even though it's not a column.  This should be changed to af|table::footer.

The footers on the individual columns get put in TD (perhaps correct), and have the possibliity of af|column::total-number and af|column::total-text...  which is a legacy of some old UIX "totalRow" functionality.  I think this should be af|column::footer, with styling similar to that of af|table::footer (at least by default).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-181) Styling for footer facets in columns is incorrect

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-181:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> Styling for footer facets in columns is incorrect
> -------------------------------------------------
>
>                 Key: ADFFACES-181
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-181
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Adam Winer
>
> If you look at the style names applied to <f:facet name="footer"> contents on af:column and af:table, it leaves much to be desired.
> The footer for the table gets put in a TH, and has "af|table::column-footer" applied, even though it's not a column.  This should be changed to af|table::footer.
> The footers on the individual columns get put in TD (perhaps correct), and have the possibliity of af|column::total-number and af|column::total-text...  which is a legacy of some old UIX "totalRow" functionality.  I think this should be af|column::footer, with styling similar to that of af|table::footer (at least by default).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.