Slow Performance in FireFox
Alex,
I was wondering if you knew of any issues with the controls being slow in Firefox. I have a page with about 40 AW controls on it. No grid, but many buttons/checkboxes/combos/inputs. It works great in IE7, but when I switch over to Firefox 2.0.0.11 it seems really slow.
For instance, I have an AW button that works as an off/on button for some other controls. Clicking it sets the other controls (about 8 others) to object.setControlDisabled(true); or false depending on the case. For whatever reason after clicking the button it takes about 2 seconds before the controls display as disabled.
I also have a listbox that displays a list of JPG images. Upon changing the selected file I am changing the background style of a <SPAN>. This also seems to take about 2 seconds in Firefox and is instantaneous in IE7.
If you have any answers I would really appreciate some direction here. Am I doing anything wrong to cause this?
Thanks.
I was wondering if you knew of any issues with the controls being slow in Firefox. I have a page with about 40 AW controls on it. No grid, but many buttons/checkboxes/combos/inputs. It works great in IE7, but when I switch over to Firefox 2.0.0.11 it seems really slow.
For instance, I have an AW button that works as an off/on button for some other controls. Clicking it sets the other controls (about 8 others) to object.setControlDisabled(true); or false depending on the case. For whatever reason after clicking the button it takes about 2 seconds before the controls display as disabled.
I also have a listbox that displays a list of JPG images. Upon changing the selected file I am changing the background style of a <SPAN>. This also seems to take about 2 seconds in Firefox and is instantaneous in IE7.
obj.onItemSelectedChanged = function(event, index) {
document.getElementById('img').style.background = "url(/data/" + obj1.getControlValue() + "/" + this.getItemValue(index) + ")";
}
If you have any answers I would really appreciate some direction here. Am I doing anything wrong to cause this?
Thanks.
Aaron Todd
December 17,