[richfaces-issues] [JBoss JIRA] Resolved: (RF-10288) PopupPanel: incorrect positioning at showcase

Gleb Galkin (JIRA) jira-events at lists.jboss.org
Tue Jan 25 11:03:49 EST 2011


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

Gleb Galkin resolved RF-10288.
------------------------------

    Resolution: Done


> 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

        


More information about the richfaces-issues mailing list