MaintainScrollPositionOnPostback stopped working in Firefox 4. This breaks our websites and needs to be fixed.

I've added the following to our App_Browsers folder in our .NET 4/IIS7 website:

<browsers>
  <browser id="Firefox4" parentID="Firefox">
      <identification>
          <capability name="majorversion" match="4" />
      </identification>

      <capabilities>
          <capability name="supportsMaintainScrollPositionOnPostback" value="true" />
      </capabilities>
  </browser>  
</browsers>

Yet, support for MaintainScrollPositionOnPostback remains false for Firefox 4. I've also have tried changing several other properties and none of them are affecting the defaults for firefox. Please help.

link|improve this question
Did you ever find a solution? I have the same problem. – JimS Jun 27 '11 at 1:23
possible duplicate of maintainscrollpositiononpostback not working with firefox – Roddy Jun 28 '11 at 9:21
feedback

protected by Tim Post Jun 28 '11 at 12:42

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Browse other questions tagged or ask your own question.