Ajax file upload broken in IE8 with Wicket 6.9.0

2013-07-23 Thread Thomas Heigl
Hey all, After upgrading to Wicket 6.9.0 our ajax file upload started stalling and on some machines even crashing IE8. Downgrading to 6.8.0 immediately fixed the problem. I verified that the issue is not related to the new jQuery version by downgrading to Wicket 6.8.0 but setting the jQuery

Re: Ajax file upload broken in IE8 with Wicket 6.9.0

2013-07-23 Thread Martin Grigorov
Hi, Just tested wicket-examples 6.0-SNAPSHOT - Ajax - File Upload Example and it works OK on Windows XP / IE 8. I'll upload 6.9.1 to http://www.wicket-library.com/wicket-examples-6.0.x/ajax/upload?1 so you can test there On Tue, Jul 23, 2013 at 2:30 PM, Thomas Heigl tho...@umschalt.com wrote:

Re: Ajax file upload broken in IE8 with Wicket 6.9.0

2013-07-23 Thread Thomas Heigl
Hey Martin, The example works fine. I just tried to narrow the problem down and found that the root cause is using AjaxFormSubmitBehavior(onchange) on the input field. The absolute minimal example that crashes my IE8/XP on the first or second upload is: public class TestPage extends WebPage {

Re: Ajax file upload broken in IE8 with Wicket 6.9.0

2013-07-23 Thread Martin Grigorov
Please pack this code in a quickstart and attach it to a ticket. What do you mean by crash exactly ? Does the process end with segfault or what ? On Tue, Jul 23, 2013 at 4:08 PM, Thomas Heigl tho...@umschalt.com wrote: Hey Martin, The example works fine. I just tried to narrow the problem

Re: Ajax file upload broken in IE8 with Wicket 6.9.0

2013-07-23 Thread Thomas Heigl
Please pack this code in a quickstart and attach it to a ticket. I'll do that. What do you mean by crash exactly ? Does the process end with segfault or what ? IE has 99% CPU usage and does not respond anymore. On Tue, Jul 23, 2013 at 3:10 PM, Martin Grigorov mgrigo...@apache.orgwrote:

Re: Ajax file upload broken in IE8 with Wicket 6.9.0

2013-07-23 Thread Thomas Heigl
See https://issues.apache.org/jira/browse/WICKET-5283 On Tue, Jul 23, 2013 at 3:12 PM, Thomas Heigl tho...@umschalt.com wrote: Please pack this code in a quickstart and attach it to a ticket. I'll do that. What do you mean by crash exactly ? Does the process end with segfault or what ?