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

Alexander Dubovsky updated RF-3855:
-----------------------------------

    Attachment: 3.png

> ModalPanel: "controls" facet is disabled if manual skin is applied.
> -------------------------------------------------------------------
>
>                 Key: RF-3855
>                 URL: http://jira.jboss.com/jira/browse/RF-3855
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Alexander Dubovsky
>         Attachments: 3.png, dubser-1.0-SNAPSHOT.jar
>
>
> # create new skin and apply it
> # create modal panel, e.g.:
>         <rich:modalPanel id="eventInfoID" autosized="true" minHeight="550" 
> minWidth="200" moveable="true" style="overflow: true;">
>             <f:facet name="header">
>                 <h:outputText value="Events ..."/>
>             </f:facet>
>             <f:facet name="controls">
>                 
>                 <h:commandLink value="Close" 
> onclick="Richfaces.hideModalPanel('eventInfoID');"/>
>             </f:facet>
>             <jsp:include page="/pages/Action/EventInfo.jsp"/>
>         </rich:modalPanel>
>         <a4j:commandButton value="Show event" 
> onclick="Richfaces.showModalPanel('eventInfoID');return 
> false;"></a4j:commandButton>
> # show modal panel and try to hide it
> Result: controls are disabled - see screen shot. Tested skin is attached.

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to