[richfaces-issues] [JBoss JIRA] Created: (RF-6641) layoutPanel: componnet incorrect layout inside other layoutPanel.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Mon Mar 30 07:07:22 EDT 2009


layoutPanel: componnet incorrect layout inside other layoutPanel.
-----------------------------------------------------------------

                 Key: RF-6641
                 URL: https://jira.jboss.org/jira/browse/RF-6641
             Project: RichFaces
          Issue Type: Bug
         Environment: IE7, IE8, FF 3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1.BETA2)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski
             Fix For: 3.3.1


#1. Use code listed below:
<h:form>
		<rich:layout>
			<rich:layoutPanel position="left">

				<rich:layout>

					<rich:layoutPanel position="top">
						<p>top</p>
					</rich:layoutPanel>
					<rich:layoutPanel position="center">
						<p>center</p>
					</rich:layoutPanel>
					<rich:layoutPanel position="left">
						<p>left</p>
					</rich:layoutPanel>
					<rich:layoutPanel position="right">
						<p>right</p>
					</rich:layoutPanel>
					<rich:layoutPanel position="bottom">
						<p>bottom</p>
					</rich:layoutPanel>
				</rich:layout>
			</rich:layoutPanel>

			<rich:layoutPanel position="center">
				<p>center-right</p>
			</rich:layoutPanel>
		</rich:layout>
	</h:form>
#2. Navigate to the tested page.
#3. Verify vertical position of "left","center","right" and "top" divs.

Actual behavior:
"left","center","right" and "top" divs placed on the same vertical position. See attached screenshot for more information.


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