[richfaces-issues] [JBoss JIRA] Resolved: (RF-2366) ModalPanel: broken when tabPanel is nested inside

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Apr 15 14:02:56 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2366?page=all ]

Nick Belaevski resolved RF-2366.
--------------------------------

    Resolution: Done
      Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)

> ModalPanel: broken when tabPanel is nested inside
> -------------------------------------------------
>
>                 Key: RF-2366
>                 URL: http://jira.jboss.com/jira/browse/RF-2366
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: 3.1.4 only
>            Reporter: Nick Belaevski
>         Assigned To: Tsikhon Kuprevich
>             Fix For: 3.1.5
>
>         Attachments: screenshot-1.jpg
>
>
> Insert into simplePanel.xhtml in richfaces-demo the following code:
> <rich:modalPanel id="modalPanel" resizeable="false"
> autosized="true" minHeight="10" moveable="true">
> <f:facet name="header">
> <a4j:outputPanel ajaxRendered="true">
> <h:outputText
> value="modal panel" />
> </a4j:outputPanel>
> </f:facet>
> <f:facet name="controls">
> <a4j:outputPanel ajaxRendered="true">
> <h:graphicImage value="/static/img/close.png"
> style="cursor:pointer" 
> onclick="#{modalManager.modalCloseOptions}" >
> </h:graphicImage>
> </a4j:outputPanel>
> </f:facet>
> <a4j:outputPanel id="modalView">
> <a4j:include id="includeModals"
> viewId="/richfaces/tabPanel/examples/custom.xhtml" />
> </a4j:outputPanel>
> </rich:modalPanel>

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

        



More information about the richfaces-issues mailing list