3 Replies Latest reply on Jun 25, 2009 6:45 AM by glenndejaeger

    Modalpanel rendered incorrectly in IE7

    glenndejaeger

      Hello,

      I'm using Richfaces 3.3.1GA and I remarked that modalpanels with autosized="true" are not shown properly in IE7.
      It works correctly in IE6, firefox and chrome.

      Problem is that width of modalPanel is 1 pixel in IE7. It look likes panel is collapsed (height is correct).

      Is there an easy solution? It's critical problem and a fast solution is required.

        • 1. Re: Modalpanel rendered incorrectly in IE7
          glenndejaeger

          Strange but it seems that since a windows update this behaviour occurred.

          We had a bug that fileUpload didn't display correctly in modalPanel and added the quick fix from https://jira.jboss.org/jira/browse/RF-4009

          Since the windows update due to this quick fix modal panels weren't shown at all but just a vertical line instead.

          Removed the quick fix and it worked again. Didn't see the first error (fileUpload in modal panel) again either...

          Someone else that had this problem?

          • 2. Re: Modalpanel rendered incorrectly in IE7
            ilya_shaikovsky

             

            Removed the quick fix and it worked again. Didn't see the first error (fileUpload in modal panel) again either...


            sorry. not sure that get latest point. which problems remained after you removed quickfix.?

            • 3. Re: Modalpanel rendered incorrectly in IE7
              glenndejaeger

              The original problem was that upload component wasn't displayed correctly in modalpanel in IE.
              If I scrolled in the modal panel, upload buttons didn't scroll but remained on same position.

              I added a quickfix for that but because it introduce other problems in IE since window update, I removed it again and at the moment I can't reproduce the problem with the upload component again.

              Does somebody have an idea that this is fixed now or is that quick fix still needed? I don't want this problem to show up again.