[ https://issues.apache.org/jira/browse/TOBAGO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476407 ]
Bernd Bohmann commented on TOBAGO-302: -------------------------------------- I can't reproduce the problem on my windows IE. But can you try this, please. if (Tobago.Updater.callInProgress(request.transport)) { LOG.error("timeout " + request.transport.status); if (request.transport.status == 304) { LOG.error("Skip timeout"); return; } request.transport.abort(); Tobago.Transport.requestComplete(); Tobago.Updater.showFailureMessage(); // Run the onFailure method if we set one up when creating the AJAX object if (request.options['onFailure']) { request.options['onFailure'](request.transport, request.json); } } > 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 = [EMAIL PROTECTED] > 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.