2 Replies Latest reply on Aug 21, 2008 8:26 PM by nbelaevski

    Broken modalPanel autosize=true in 3.2.2 NIGHTLY

    shadowcreeper

      After upgrading to 3.2.2 NIGHTLY 20080817 (also tried 20080819) I noticed that the rich:modalPanel autosize="true" does not work.

      The following code always produces a 300x200 panel (way bigger than the text and 220x19 image inside it).

       <rich:modalPanel id="foo"
       autosized="true"
       resizeable="false"
       label="Loading..."
       zindex="9999"
       style="cursor: wait;">
       <h:outputText value="Processing..." style="text-align: center;"/>
       <h:graphicImage value="/images/animated_progress_bar.gif"/>
       </rich:modalPanel>