Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6348597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:27:06+00:00 2026-05-24T21:27:06+00:00

When Firefox updated to version 6 recently, a site I’m working on severely broke.

  • 0

When Firefox updated to version 6 recently, a site I’m working on severely broke.

The site operates normally when browsing to any page without a hash tag but if you try to navigate to a page with a hash tag (e.g. #test) or refresh the page once a hash tag was applied, the page refreshes as quickly as it can infinitely.

This is a Asp.Net MVC 2 site created around a year and a half ago.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:27:07+00:00Added an answer on May 24, 2026 at 9:27 pm

    Turns out, this is an issue with an old version of MicrosoftAjax.js (the one that comes installed with Asp.Net MVC 2).

    Open up the MicrosoftAjax.debug.js file and check the file version number. The top of this file will look like this if this is your problem:

     // Name:        MicrosoftAjax.debug.js
     // Assembly:    System.Web.Extensions
     // Version:     4.0.0.0
     // FileVersion: 4.0.20526.0
    

    That’s the version that contains this bug. The latest file version as of this writing is 4.0.30205.0. Upgrade to the latest version and the problem goes away. As mentioned in a comment by Nathan Fox, I got the latest version from the Microsoft cdn and more specifically the minified and debug versions.

    For the curious, I traced the problem down in the javascript file.

    The buggy version includes:

     if ((Sys.Browser.agent === Sys.Browser.Firefox) && window.location.hash && (!window.frameElement || window.top.location.hash)) {
          window.history.go(0);
     }
    

    Which was corrected to the following in the newer version:

     if ((Sys.Browser.agent === Sys.Browser.Firefox) && window.location.hash && (!window.frameElement || window.top.location.hash)) {
          (Sys.Browser.version < 3.5) ?
          window.history.go(0) :
          location.hash = this.get_stateString();
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

since I updated my firefox to version 3.6, my site layout is broken. My
I'm unable to run any selenium tests since I updated Firefox to 3.6. Is
I have a page that's working fine in Firefox 3.5.6 but not in IE
I recently updated my website to the latest version of Wordpress (3.1) and noticed
Firefox recently blacklisted the plugin that allows xbaps to work in firefox This is
The Java extension was installed in the old version of Firefox, it become incompatible
I've just updated my selenium WebDriver from a pretty old version which allowed me
In the last day or two, Firefox rolled out its update to version 3.6.13.
I updated some of my CSS styles to use normalize.css recently but discovered an
I just updated to the latest Firefox (4) and now our Cucumber, Capybara and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.