2 Replies Latest reply on Sep 1, 2011 3:07 PM by felipe.z.affonso

    rich:modalPanel resizeable="false" does not work

    nimo22


      I use rf 3.2.1:

      I want to avoid that the user can resize the modalPanel - so I set the property resizeable="false" - but it does not work, the user CAN resize it:

      <rich:modalPanel width="200" height="100" showWhenRendered="#{check}" resizeable="false" autosized="true">
      ..
      </rich:modalPanel>



      When I set autosized="true", then the user CANNOT resize it:

      <rich:modalPanel width="200" height="100" showWhenRendered="#{check}" resizeable="false" autosized="true">
      ..
      </rich:modalPanel>


      resizeable="false" should be enough, why do I have to set autosized="true", when I want to avoid a manual resize?