[richfaces-issues] [JBoss JIRA] Reopened: (RF-2954) a4j:status gets confused by modalPanel

Bernd Winterstein (JIRA) jira-events at lists.jboss.org
Tue Apr 15 07:46:55 EDT 2008


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

Bernd Winterstein reopened RF-2954:
-----------------------------------

             
With the following I open a modalPanel

<a4j:form id="newRelation">
<a4j:commandButton styleClass="submitButton"
value="Neue Beziehung"
onclick="javascript:Richfaces.showModalPanel('edit_relations', {width:700, top:230})"
status="commonstatus"
actionListener="#{doctorDetailsController.newRelation}"
reRender="edit_relation_panel" />
</a4j:form>

Afterwards the global a4j:status which should show Ajax activity does not switch back to stop mode.


The panel is:

<rich:modalPanel id="edit_relations" minHeight="230" minWidth="550"
height="230" width="550" zindex="2000">
<f:facet name="header">
<h:outputText value="Bearbeitung Beziehung" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/images/prcrm/close.png"
style="cursor:pointer"
onclick="Richfaces.hideModalPanel('edit_relations')" />
</f:facet>

<a4j:outputPanel id="edit_relation_panel" layout="none">
<a4j:form id="editRelation">
...

> a4j:status gets confused by modalPanel
> --------------------------------------
>
>                 Key: RF-2954
>                 URL: http://jira.jboss.com/jira/browse/RF-2954
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: IE 7
>            Reporter: Bernd Winterstein
>
> In my application i have a spinner (a4j:status) which shows ajax activity. After opening a complex global panel, the spinner changes behaviour. When no request is running it shows activity and stops when a new request starts. After some requests the behaviour is again normal. It' quite strange, because not every modal panel forces this behaviour. 

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