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

Dmytro Lisnichenko reopened RF-1347:
------------------------------------



> Elements under modalPanel tremble in FF
> ---------------------------------------
>
>                 Key: RF-1347
>                 URL: https://jira.jboss.org/jira/browse/RF-1347
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.1.3
>         Environment: FF 2.0.0.9
> JDK 1.5
> Tomcat 5.5
> JSF 1.1RI
>            Reporter: Alexander Francuzov
>            Assignee: Tsikhon Kuprevich
>            Priority: Critical
>             Fix For: 3.2.0
>
>         Attachments: 111.avi
>
>
> Set attribute autosized to true and drag modal panel
> <rich:modalPanel id="MPid" minHeight="#{modalPanel.minHeight}" 
> minWidth="#{modalPanel.minWidth}" height="#{modalPanel.height}"
>                       width="#{modalPanel.width}" 
> moveable="#{modalPanel.moveable}" autosized="true"  
> onhide="print('onhideInputID', 'onhide work!')" 
>                       onshow="print('onshowInputID', 'onshow work!')">
>                       <f:facet name="header">
>                               <h:outputText value="Heder goes here..." />
>                       </f:facet>
>                       <h:outputText value="This is Modal Panel example" 
> styleClass="text1" />
>                       <f:verbatim>
>                               <br />
>                               <br />
>                       </f:verbatim>
>                       <h:outputLink 
> onclick="Richfaces.hideModalPanel('MPform:MPid');return false;" value="Close">
>                               <f:verbatim>Close</f:verbatim>
>                       </h:outputLink>
>               </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

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

Reply via email to