[
https://jira.jboss.org/jira/browse/RF-3855?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-3855:
-------------------------------
Original Estimate: 2 hours
Remaining Estimate: 2 hours
Component/s: planning_all
Due Date: 21/Dec/08
ModalPanel: "controls" facet is disabled if manual skin is
applied.
-------------------------------------------------------------------
Key: RF-3855
URL:
https://jira.jboss.org/jira/browse/RF-3855
Project: RichFaces
Issue Type: Bug
Components: planning_all
Affects Versions: 3.2.2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Fix For: 3.3.0
Attachments: 3.png, dubser-1.0-SNAPSHOT.jar
Original Estimate: 2 hours
Remaining Estimate: 2 hours
# 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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira