You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/08/14 14:55:11 UTC

[jira] [Updated] (WICKET-5363) Wicket-Atmosphere doesn't work with large AjaxUpdates on IE 8 & 9

     [ https://issues.apache.org/jira/browse/WICKET-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-5363:
------------------------------------

    Attachment: 5363.tgz

Attaching updated version of the quickstart (Wicket 6.17-SNAPSHOT, Wicket-Atmo 0.20-SNAPSHOT, Atmo 2.1.8)

> Wicket-Atmosphere doesn't work with large AjaxUpdates on IE 8 & 9
> -----------------------------------------------------------------
>
>                 Key: WICKET-5363
>                 URL: https://issues.apache.org/jira/browse/WICKET-5363
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-atmosphere
>    Affects Versions: 6.10.0
>         Environment: Windows 7, JDK 7
>            Reporter: Paul
>            Assignee: Martin Grigorov
>         Attachments: 5363.tgz, quickstart.zip
>
>
> To demonstrate this problem I combined the wicket-atmosphere and wicket-tree example from wicketstuff to show the 
> acutal time as part of each element of a treetable. On other browsers (FF, Chrome, Opera, IE 10) it works without any problem but on IE 8/9 the follwing happens:
> IE 9: The subcribed function (updateTime) is called but nothing happens in the browser.
> IE 8: The browser throws a two exceptions in the browser ("Error parsing response: ..." and 
> "Wicket.Ajax.Call.failure: Error while parsing response: Could not find root <ajax-response> element") as the 
> ajax-response simply ends in the middle of the request and therefore can't be parsed.
> On the WorkingPage a simple periodic Update on a Label works on both versions of IE.
> The source of this problem seems to be the TrackMessageSizeFilter which somehow doesn't seem to work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)