搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox 7 loops indefinitely when the URL includes an anchor link

  • 3 个回答
  • 13 人有此问题
  • 5 次查看
  • 最后回复者为 Arithon

more options

We have a bug with the web site we are developing that only occurs with Firefox 7. Earlier versions of Firefox and all other major browsers work as expected.

We have a link to a page that includes an anchor link in the url. When I navigate to this page Firefox reloads the page in an infinite loop. If I remove the anchor link from the end of the URL, then the page works as expected.

We have a bug with the web site we are developing that only occurs with Firefox 7. Earlier versions of Firefox and all other major browsers work as expected. We have a link to a page that includes an anchor link in the url. When I navigate to this page Firefox reloads the page in an infinite loop. If I remove the anchor link from the end of the URL, then the page works as expected.

所有回复 (3)

more options

Is there JavaScript running on that page that looks at the anchor?

A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

There is no JavaScript on the page that runs at startup, just on button clicks. The page also works in earlier versions of FireFox, and all versions of Chrome, Opera, and IE.

more options

Having the exact same problem in Firefox 8. MVC2 site on IIS7, link to page with anchor tag e.g. "www.mysite.com/index.aspx#item5" resulted in infinite refresh loop.

Solved the problem, through trial and error, by removing reference to:-

<script src="/Scripts/MicrosoftAjax.js" type="text/javascript"></script>
<script src="/Scripts/MicrosoftMvcAjax.js" type="text/javascript"></script>
<script src="/Scripts/MicrosoftMvcValidation.js" type="text/javascript"></script>

Can anyone explain why?

由cor-el于修改