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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Mar 30 14:55:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski reassigned RF-6641:
----------------------------------

    Assignee: Alexander Smirnov  (was: Nick Belaevski)


> 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: Alexander Smirnov
>             Fix For: 3.3.1
>
>         Attachments: layoutPanelInLayoutPanel.png
>
>
> #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