You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2007/02/26 21:27:05 UTC

[jira] Commented: (TOBAGO-302) Can't find Overlay after ajax request in IE

    [ https://issues.apache.org/jira/browse/TOBAGO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475988 ] 

Bernd Bohmann commented on TOBAGO-302:
--------------------------------------

Maybe the onComplete and onFailure are executed both. 
Can you verify it, please

> Can't find Overlay after ajax request in IE
> -------------------------------------------
>
>                 Key: TOBAGO-302
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-302
>             Project: MyFaces Tobago
>          Issue Type: Bug
>         Environment: Internet Explorer
>            Reporter: Dennis Hauser
>             Fix For: 1.0.10
>
>
> After an ajax request without updating any content, the overlay can't be found:
> FacesContext = com.sun.faces.context.FacesContextImpl@445db0
> reload sheet with action "page:messages"   	<-- ajax request (with content update)
> Current ActionId = null action= page:messages
> Execute request!
> update content
> Request complete! Queue size : 0
> reload sheet with action "page:messages"        <-- ajax request (update skipped)
> Current ActionId = null action= page:messages
> Execute request!
> skip update response status 304
> Request complete! Queue size : 0
> skip setup
> Array.shift(): length < 1 ! 			<-- strange error message
> Request complete! Queue size : 0		<-- this line wasn't expected as well, maybe the request is duplicated?
> Can't find Overlay : "page:messages_outer_div-overlay"  <-- strange error message

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.