6 Replies Latest reply on Dec 31, 2008 5:46 AM by timerons

    rich:modalPanel does not work after update to 3.2.2

    timerons

      hello

      after an update from 3.2.0 to 3.2.2.SR1 i have problems with the rich:modalpanel

      i see only a little box with a button on the top left.

      we found the following case:
      https://jira.jboss.org/jira/browse/RF-4011

      so we try just for fun the 3.3.0.beta5 but there we got still the same.


      i had a look at the generate html =>

      script type="text/javascript">new ModalPanel('panel',
      {
      width: 500,
      height: 276,

      minWidth: 200,
      minHeight: 200,

      resizeable: true,
      moveable: true,

      left: "auto",
      top: "auto",

      zindex: 100,onresize: '',onmove: '',onshow: '',onhide: '',onbeforeshow: '',onbeforehide: '',

      keepVisualState: false,
      showWhenRendered: false,
      selectBehavior: "disable",

      autosized: false});


      this looks good to me.


      may someone else found the same problem?

      thanks!