0 Replies Latest reply on Oct 2, 2009 10:45 AM by juangon

    resizeable modal panel with overflow:auto scrolls the header

    juangon

      Hi!

      I have another problem using modal panel.

      I have modal panels with many information on it. For that reason I am using resizeable="true".

      The problem comes whenever I give the overflow:auto style to rich:modalPanel. Then everything inside modalpanel gets scrolled, even the modalpanel header:

      <rich:modalPanel resizeable="true" style="overflow:auto">...


      I have been testing with all the posibilities (div style="overflow:auto" in contents and so on), with no success (whenever I resize the panel, the content gets hidden with no scroll bars):

      <rich:modalPanel ....>
      <f:facet name="controls"...>
      </f:facet>
      <div style="overflow:auto">
      ...
      </div>
      </rich:modalPanel>
      

      Any ideas about this?

      Thanks in advance