[richfaces-issues] [JBoss JIRA] Commented: (RF-4266) ModalPanel: autosized one has minimum 300x200 size by default

Shadow Creeper (JIRA) jira-events at lists.jboss.org
Thu Aug 21 20:49:38 EDT 2008


    [ https://jira.jboss.org/jira/browse/RF-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12426137#action_12426137 ] 

Shadow Creeper commented on RF-4266:
------------------------------------

The workaround is to set a width and height that is smaller than the required area, like so:

   <rich:modalPanel
                    autosized="true"
                    resizeable="false"
                    width="10"
                    height="10"
                    label="Loading..."
                    zindex="9999"
                    style="cursor: wait;">
      <div class="center fullWidth">Processing...</div>
      <h:graphicImage styleClass="blockCenter" value="/images/progress_indicator.gif"/>
   </rich:modalPanel>


> ModalPanel: autosized one has minimum 300x200 size by default 
> --------------------------------------------------------------
>
>                 Key: RF-4266
>                 URL: https://jira.jboss.org/jira/browse/RF-4266
>             Project: RichFaces
>          Issue Type: Bug
>            Reporter: Nick Belaevski
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list