[richfaces-issues] [JBoss JIRA] Created: (RF-4337) inplaceSelect in the modalPanel: dropdownList displays outside the modal panel in the FF3

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Fri Aug 29 07:52:38 EDT 2008


inplaceSelect in the modalPanel: dropdownList displays outside the modal panel in the FF3
-----------------------------------------------------------------------------------------

                 Key: RF-4337
                 URL: https://jira.jboss.org/jira/browse/RF-4337
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: RF-3.2.2.CR1
FF3
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski
         Attachments: inplaceSelectinModalPanel.gif

1. Create any tested application with code:
<rich:modalPanel id="mp">
		<f:facet name="header">
			<h:outputText value="test" />
		</f:facet>
		<f:facet name="controls">
			<h:graphicImage value="../../image/calendar/close.gif"
				style="cursor:pointer"
				onclick="Richfaces.hideModalPanel('mp')" />
		</f:facet>		
			<rich:inplaceSelect value="#{name.last}"
				defaultLabel="Click here to edit">
				<f:selectItem itemValue="0" itemLabel="Option 1" />
			......
				<f:selectItem itemValue="4" itemLabel="Option 5" />
			</rich:inplaceSelect>
	</rich:modalPanel>
2. Run application, open in the FF 3
3. Set cursor to the inplaceSelect component in the modal panel
4. Verify drop down list.
FAILURE: it displays outside the modal panel (see attached file)

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