[ 
https://issues.jboss.org/browse/RF-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577776#comment-12577776
 ] 

Gleb Galkin commented on RF-10288:
----------------------------------

 incorrect positioning of popupPanel is fixed. Also code formatting, JS 
warnings are fixed.

> PopupPanel: incorrect positioning at showcase
> ---------------------------------------------
>
>                 Key: RF-10288
>                 URL: https://issues.jboss.org/browse/RF-10288
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.CR1
>            Reporter: Nick Belaevski
>            Assignee: Gleb Galkin
>            Priority: Critical
>             Fix For: 4.0.0.CR1
>
>
> Add the following code to richfaces-showcase:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml";
>       xmlns:h="http://java.sun.com/jsf/html";
>       xmlns:f="http://java.sun.com/jsf/core";
>       xmlns:ui="http://java.sun.com/jsf/facelets";
>       xmlns:rich="http://richfaces.org/rich";>
> <ui:composition template="/templates/main.xhtml">
>       <ui:define name="body">
>               <h:outputLink value="#" 
> onclick="#{rich:component('pnl1')}.show()">
>                       Open
>               </h:outputLink>
>               <rich:popupPanel id="pnl1">
>               </rich:popupPanel>
>               
>               <div style="height: 2000px;"></div>
>       </ui:define>
> </ui:composition>
> </html>
> Open popup panel -> panel itself is not shown

-- 
This message is automatically generated by JIRA.
-
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