6 Replies Latest reply on Jun 3, 2014 6:54 AM by strannik

    Autosize stopped working after upgrading to  4.3.7

    strannik

      Hi

       

      I have a rich:popupPanel window with rich:dataTable inside. rich:dataTable can be reloaded dynamically.

      In 4.3.6  popupPanel was resized automatically if dataTable is growing. In 4.3.7 popupPanel size doesn't change and scrollbars appear.

       

      Please, advice.

       

      <h:form>
      <rich:popupPanel id="editWindow" autosized="true"
      domElementAttachment="form">
      <a4j:outputPanel ajaxRendered="true">
      <rich:messages id="error" />
      </a4j:outputPanel>

       

      <a4j:outputPanel ajaxRendered="true"
      rendered="#{!empty presentationBean.page}">
      <ui:include src="dialog/#{presentationBean.page}.xhtml" />
      </a4j:outputPanel>

       

      </rich:popupPanel>

          </h:form>