[richfaces-issues] [JBoss JIRA] Created: (RF-6602) page: incorrect layout of content, that placed not in rich:page facet.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Mar 25 09:37:41 EDT 2009


page: incorrect layout of content, that placed not in rich:page facet.
----------------------------------------------------------------------

                 Key: RF-6602
                 URL: https://jira.jboss.org/jira/browse/RF-6602
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: IE7, IE8, 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 to reproduction:
<rich:page xmlns="http://www.w3.org/1999/xhtml"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:a4j="http://richfaces.org/a4j"
	xmlns:layout="http://richfaces.org/layout"
	xmlns:rich="http://richfaces.org/rich" id="pageID" markupType="xhtml"
	sidebarPosition="left" sidebarWidth="1400" theme="simple" width="1400">
	<f:facet name="header">
		<div>HEADER</div>
	</f:facet>
	<f:facet name="sidebar">
		<div>SIDEBAR</div>
	</f:facet>	
	<rich:layoutPanel position="left">
	<div>CONTENT</div>
	</rich:layoutPanel>
	<f:facet name="footer">
		<div>FOOTER</div>
	</f:facet>
</rich:page>
#2. Navigate to the page and verify "CONTENT" div location.

Actual behavior:
It placed from right to page side. See attached screenshot.

-- 
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

        



More information about the richfaces-issues mailing list