Re: Submit form is very slow in IE

2013-05-10 Thread Dmitry Gusev
ll your help. From Thiago's reply, it seems there > is no code level solution for IE7 and IE8. > > -Original Message- > From: Lance Java [mailto:lance.j...@googlemail.com] > Sent: Friday, 10 May 2013 1:14 AM > To: Tapestry users > Subject: Re: Submit form is very slow in

RE: Submit form is very slow in IE

2013-05-10 Thread Lance Java
--Original Message- > From: Lance Java [mailto:lance.j...@googlemail.com] > Sent: Friday, 10 May 2013 1:14 AM > To: Tapestry users > Subject: Re: Submit form is very slow in IE > > Why don't you ask your "full time operator" what he thinks of 2500 checkboxes on

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
pages? Anyway, thank you for all your help. From Thiago's reply, it seems there is no code level solution for IE7 and IE8. -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Friday, 10 May 2013 1:14 AM To: Tapestry users Subject: Re: Submit form is very slow in I

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
] Sent: Thursday, 9 May 2013 10:04 PM To: Tapestry users Subject: Re: Submit form is very slow in IE On Thu, 09 May 2013 07:46:44 -0300, Haiming Zhang wrote: > Thank you. Our aim is to support IE7-IE9. Do you have any code level > suggestions? Or it's really not possible to speed up? T

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
Subject: RE: Submit form is very slow in IE Surely a tabgroup or a select pull down could filter the fields based on a category or some other grouping? Failing that, I'd look at the javascript that is executing and the number of clientside objects being created. Do you attach hundreds of onc

Re: Submit form is very slow in IE

2013-05-09 Thread Lance Java
Why don't you ask your "full time operator" what he thinks of 2500 checkboxes on a single page? I bet he's got something to say about it :)

Re: Submit form is very slow in IE

2013-05-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 May 2013 07:46:44 -0300, Haiming Zhang wrote: Thank you. Our aim is to support IE7-IE9. Do you have any code level suggestions? Or it's really not possible to speed up? Thanks again. Besides rewriting your page to not have this hge amount of fields, there's absolutely

RE: Submit form is very slow in IE

2013-05-09 Thread Lance Java
Surely a tabgroup or a select pull down could filter the fields based on a category or some other grouping? Failing that, I'd look at the javascript that is executing and the number of clientside objects being created. Do you attach hundreds of onchange listeners to hundreds of fields? Sometimes,

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
sage- > From: Lance Java [mailto:lance.j...@googlemail.com] > Sent: Thursday, 9 May 2013 6:16 PM > To: Tapestry users > Subject: Re: Submit form is very slow in IE > > Here's a suggestion: Never create a page with 2500 checkboxes, 180 > propertySelction components and 350 text fiel

Re: Submit form is very slow in IE

2013-05-09 Thread Rural Hunter
: Tapestry users Subject: Re: Submit form is very slow in IE Here's a suggestion: Never create a page with 2500 checkboxes, 180 propertySelction components and 350 text fields!!! No human can possibly comprehend a form like that. You could add filters (ie a search box) and / or paging to the

RE: Submit form is very slow in IE

2013-05-09 Thread Haiming Zhang
is our supporting web browser). Any suggestions on how to make it faster? Thanks all. Regards, -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Thursday, 9 May 2013 6:16 PM To: Tapestry users Subject: Re: Submit form is very slow in IE Here's a sugge

Re: Submit form is very slow in IE

2013-05-09 Thread Lance Java
Here's a suggestion: Never create a page with 2500 checkboxes, 180 propertySelction components and 350 text fields!!! No human can possibly comprehend a form like that. You could add filters (ie a search box) and / or paging to the form to make it more usable.