inplaces: in IE6-7 works wrong in scrollable container 
-------------------------------------------------------

                 Key: RF-6037
                 URL: https://jira.jboss.org/jira/browse/RF-6037
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


look to related issue. The same for inplaces. Modal panel not need to be added. 
reproduced just under next code:

          <div style="width:220px; height:100px; overflow:auto;">
                <f:facet name="header">
                        <h:outputText value="Person Info"></h:outputText>
                </f:facet>
                <h:panelGrid columns="2">
                        <h:outputText value="Name: "/>
                        <rich:inplaceInput defaultLabel="click to enter your 
name"/>
                        <h:outputText value="Email:"/>
                        <rich:inplaceInput defaultLabel="click to enter your 
email"/>
                </h:panelGrid>
                <div style="width:220px; height:500px;">
                123
                123
                123 
                </div>

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