0 Replies Latest reply on Aug 31, 2012 12:08 PM by strannik

    minWidth and autosized for popupPanel

    strannik

      Hi, guys

       

      I used both attributes in RF 3.x to limit the minimum width of the modal panel.

      And in the same time keep height autosized.

       

      Unfortunately it doesn't work in RF 4.x. The width of the panel is less than minWidth, moreover some kind of scroller appears in the bottom(if I use grids).

       

      The code is below(simplified)

       

      <rich:popupPanel id="selectMembersWindow" autosized="true"
      minWidth="600">
      <h:outputText value="test" />
      </rich:popupPanel>

       

      So I have no clue how to combine these two properties altogether now.

      Any ideas?