Hi,
from when I upgraded the controls facet of my modalPanels doesn't work, it appear the "hand icon" to drag the panel...
my facet code look like this:
<f:facet name="controls">
<h:form>
<a:commandLink reRender="pgnl" oncomplete="Richfaces.hideModalPanel('mpNewsletter')">
<h:graphicImage style="vertical-align: middle" url="/layout/immagini/pulsanti/close.png" border="0" />
<f:setPropertyActionListener value="#{null}" target="#{newsletterHelper.newsletter.email}" />
</a:commandLink>
</h:form>
</f:facet>
check http://livedemo.exadel.com/richfaces-demo/richfaces/componentControl.jsf?c=componentControl&tab=usage . There is control inside controls facet and the cursor redefined.