ASP.NET AJAX: Probleme mit Firefox 2.0.0.2

Wie man hier und hier lesen – und ich auch aus eigener Erfahrung bestätigen – kann verursacht die aktuelle Firefox-Version große Probleme mit vielen AJAX-Frameworks, eingeschlossen ASP.NET AJAX sowie die r.a.d ajax – Komponenten von telerik. telerik hat bereits einen Fix veröffentlicht.

Details zum Problem:

We’re seeing that the 2.0.0.2 release of FireFox has a behavior change that’s affecting ASP.NET AJAX.

Basically the dynamically loaded scripts seem to now execute asynchronously, which causes them to fire after the inline scripts, whereas previously they’d fire as soon as they were added to the DOM.

This will affect scenarios where a component relies on PageRequestManager events inside of an UpdatePanel. For example the ModalPopup control that is part of the Control Toolkit.

Bleibt zu hoffen, dass Mozilla und die AJAX-Entwickler möglichst bald probate Lösungen finden, da eine Vielzahl von AJAX – basierenden Seiten betroffen sein dürfte.

Kommentare sind geschlossen.