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

Slava Davidovich (JIRA) jira-events at lists.jboss.org
Tue Oct 7 07:22:31 EDT 2008


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


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:panelGrid>
						<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"/>
					</table>
					<a4j:commandButton value="#{messages['No']}" styleClass="button" onclick="Richfaces.hideModalPanel('testDlg');"/>
                               </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