Question
Ajax slow on IE7
Hi, I got three cfselects on one page...
<cfselect name="company" style="width:200px;"></cfselect>
<cfselect name="project" style="width:200px;" bind="cfc:components.test.getProjects({company})" bindOnLoad="no"></cfselect>
<cfselect name="activity" style="width:200px;" bind="cfc:components.test.getActivities({project},{company})" bindOnLoad="no"></cfselect>
and one <cfgrid> has bind="cfc:components.test.getData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection}, document.insertForm.date[0].value)".
Everything works very fast in Firefox but is really slow (unuseable) in IE7. Seems like it's a lag before IE7 posts the ajax-message to the server.
Any ideas?
<cfselect name="company" style="width:200px;"></cfselect>
<cfselect name="project" style="width:200px;" bind="cfc:components.test.getProjects({company})" bindOnLoad="no"></cfselect>
<cfselect name="activity" style="width:200px;" bind="cfc:components.test.getActivities({project},{company})" bindOnLoad="no"></cfselect>
and one <cfgrid> has bind="cfc:components.test.getData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection}, document.insertForm.date[0].value)".
Everything works very fast in Firefox but is really slow (unuseable) in IE7. Seems like it's a lag before IE7 posts the ajax-message to the server.
Any ideas?
