Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Datagrid in Ajax Control exibits odd behavior in FF4

  • 1 отговор
  • 1 има този проблем
  • 2 изгледи
  • Последен отговор от coderbond

more options

The page mention in the URL worked correctly in FF3.6. Since upgrading to FF4 the page no longer functions as expected.

Go to the site, Click search, Click the a flag next to a result. Notice the item is placed in the backpack. Click the flag on another item. Notice the previous item is no longer displayed in the backpack.

This worked correctly in FF3.6 and no longer works correctly in FF4.

The Datagrid that is the backpack is contained within an AjaxControlToolKit.AlwaysVisibleControlExtender.

Any ideas on what has changed between 3.6 and 4? I know java engine was swapped out with the JagerMonkey.

Thoughts, Comments, Ideas?

https://apps.yvcc.edu/dotnet/alerts/schedule/schedule.aspx

The page mention in the URL worked correctly in FF3.6. Since upgrading to FF4 the page no longer functions as expected. Go to the site, Click search, Click the a flag next to a result. Notice the item is placed in the backpack. Click the flag on another item. Notice the previous item is no longer displayed in the backpack. This worked correctly in FF3.6 and no longer works correctly in FF4. The Datagrid that is the backpack is contained within an AjaxControlToolKit.AlwaysVisibleControlExtender. Any ideas on what has changed between 3.6 and 4? I know java engine was swapped out with the JagerMonkey. Thoughts, Comments, Ideas? https://apps.yvcc.edu/dotnet/alerts/schedule/schedule.aspx

Променено на от coderbond

Всички отговори (1)

more options

This issue happens in both Chrome and FF4... The asp.net life cycle validation is not catching/holding for what ever reason. Basically the callback is firing every time the page_load event is called. Can anyone repro this issue?

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
       If Not IsPostBack Then
           <.... setup the session stuff ....>
       End If