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

Jay Balunas updated RF-6602:
----------------------------

    Priority: Critical  (was: Major)


> 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
>          Components: component-panels-layout-themes, examples
>    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: Alexander Smirnov
>            Priority: Critical
>             Fix For: 3.3.1
>
>         Attachments: page-screen.jpg, page.txt, pageContentNotInFacet.png
>
>
> #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: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

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

Reply via email to