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

Tatyana Romanovich commented on RF-4337:
----------------------------------------

It's reproduces if showWhenRendered="false" or isn't defined (default value is 
false)

> 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: Vladimir Molotkov
>             Fix For: 3.2.2
>
>         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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to