[richfaces-issues] [JBoss JIRA] Updated: (RF-4573) Hide of information when we use modal panel resizing

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Dec 5 10:22:37 EST 2008


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

Nick Belaevski updated RF-4573:
-------------------------------

    Fix Version/s: Future


> Hide of information when we use modal panel resizing
> ----------------------------------------------------
>
>                 Key: RF-4573
>                 URL: https://jira.jboss.org/jira/browse/RF-4573
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: JBOSS AS 4.2.2 RF3.2.1 SE1.5
>            Reporter: Slava Davidovich
>            Priority: Critical
>             Fix For: Future
>
>
> When we open resizeable modal panel using script "Richfaces.showModalPanel('testMPanel');" and resize it we expect that modal panel content scrolling appears, but it just hide data.
> for example: 
>         <rich:modalPanel id="testMPanel" width="260" height="100" resizeable="true">
>             <f:facet name="header">
>                 <h:outputText value="testTitle"/>
>             </f:facet>            
> <a4j:form>
> <h:panelGrid columns="1">
> <h:outputText value="test"/>
> <h:outputText value="test"/>
> <h:outputText value="test"/>
> <h:outputText value="test"/>
> <h:outputText value="test"/>
> <h:outputText value="test"/>
> <h:outputText value="test"/>
> <h:outputText value="test"/>
> <a4j:commandButton value="#{messages['No']}" styleClass="button" onclick="Richfaces.hideModalPanel('testMPanel'');"/>
> </h:panelGrid>
> </a4j:form>
>         </rich:modalPanel>

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