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

Mikhail Vitenkov updated RF-4118:
---------------------------------

    Attachment:     (was: mpInplaceJspSafari2.png)


> modalPanel: using with rich:inplaceSelect under Safari leads to: absence of 
> inplaseSelect component's popup list vertical scroll;
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-4118
>                 URL: https://jira.jboss.org/jira/browse/RF-4118
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: safari 3.1(3.2.2.BETA3)
>            Reporter: Mikhail Vitenkov
>            Assignee: Vladimir Molotkov
>            Priority: Minor
>             Fix For: 3.2.2
>
>         Attachments: mpInplaceFaceletsSafari.png, mpInplaceJspSafari1.png
>
>
> # Create modalPanel with inplaceSelect inside following way:
> <rich:modalPanel id="modalPanel2ID" minHeight="100" minWidth="200"
>               resizeable="true" keepVisualState="true" 
> showWhenRendered="true">
>               <h:form>                        
>                       <h:outputLink
>                               
> onclick="Richfaces.hideModalPanel('modalPanel2ID');return false;"
>                               value="Close">
>                               <f:verbatim>Close</f:verbatim>
>                       </h:outputLink>
>                       <br/>
>                       <rich:inplaceSelect>
>                       <f:selectItem itemValue="item1" itemLabel="item1"/>
>                       <f:selectItem itemValue="item2" itemLabel="item2"/>
>                       <f:selectItem itemValue="item3" itemLabel="item3"/>
>                       </rich:inplaceSelect>
>               </h:form>
>       </rich:modalPanel>
> # Navigate on the page under Safari
> # Call inplaceSelect rich component's popup
> Actual behavior:
> Vertical scroll is absent. Plus under facelets(jsf1_2.09) popup appears in 
> wrong place(see attached screenshot).

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