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/03/07 11:29:24 UTC

[jira] Resolved: (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:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-302.
----------------------------------

    Resolution: Fixed

> 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
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: Internet Explorer
>            Reporter: Dennis Hauser
>         Assigned To: Bernd Bohmann
>             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.