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

Andrei Markavtsov resolved RF-4009.
-----------------------------------

    Resolution: Done
      Assignee: Tsikhon Kuprevich  (was: Andrei Markavtsov)


This is caused by bug in IE. 

But there is workaround. Add relative position style to scrollable element. 
In your page attached just replace  style:

.dr-mpnl-pnl {
overflow-y:auto!important;
}


on 

.dr-mpnl-pnl {
overflow-y:auto!important;
position: relative;
 }.


This solves the problem in IE and does not affect on behavior in other browsers.

> fileUpload in modalPanel does not display correctly
> ---------------------------------------------------
>
>                 Key: RF-4009
>                 URL: https://jira.jboss.org/jira/browse/RF-4009
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: IE7
>            Reporter: Michael Edwards
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.2.2
>
>         Attachments: fileUpload.png, test.xhtml
>
>
> When a fileUpload component is placed inside a modalPanel that is scrolling, 
> the Add button does not move. See the image and attached test case.

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