0 Replies Latest reply on Sep 14, 2010 5:52 AM by giftysam

    Scroll bar in Rich:modalpanel(IE6)

    giftysam

      Hi,

      Modal panel doesnt save its position on scroll. This issue has been previously reported in the following link

      https://jira.jboss.org/browse/RF-6662?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs

       

      Now I have checked this issue with 3.3.2 version in the Internet Explorer6. I got the same problem again, But it works perfectly in IE7 and Above and also with the Mozilla.

       

      I too had tried by adding the following css code ,

       

      .rich-modalpanel {
          position:static !important;
      }
      .rich-mpnl_panel {    position:absolute;
      }

       

      But nothing works for me. Do I want to add any codes like the above or this issue is fixed in 3.3.1? Please give your valuable inputs to resolve this issue in Internet Explorer6.

       

      Thanks in Advance!!