rich page: different align for content of component "header" and "footer" 
facets.
---------------------------------------------------------------------------------

                 Key: RF-6561
                 URL: https://jira.jboss.org/jira/browse/RF-6561
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: IE6, IE7, FF 3.0.7, Safari 3.1, Opera 9.62, Chrome 
1.0.154.43(3.3.1-BETA1)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


#1. Use following code:
<rich:page sidebarPosition="left"
                sidebarWidth="1400" width="1400">
                <f:facet name="header">
                        <h:outputText value="HEADER" />
                </f:facet>
                <f:facet name="sidebar">
                        <rich:layout>
...
                        </rich:layout>
                </f:facet>

                <f:facet name="footer">
                        <h:outputText value="FOOTER" />
                </f:facet>
        </rich:page>
#2. Navigate to the page and verify "footer" and "header" content align.

Actual behavior:
Header content have "left" align.
Footer content have "center" align.


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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to