搜索 | 用户支持

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

详细了解

f5 unable to retain value in dropdown but ctrl+f5 is able to from firefox esr 31 onwards

  • 2 个回答
  • 2 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

I have an html page. I change the default value of a dropdown and save the page. Perform some actions and return to the same page with dropdown being inactive. I do f5, and the value in dropdown is lost. But with ctrl+f5 it is not lost. This is happening in FF esr31 onwards. It works with f5 in ie and chrome.

I have an html page. I change the default value of a dropdown and save the page. Perform some actions and return to the same page with dropdown being inactive. I do f5, and the value in dropdown is lost. But with ctrl+f5 it is not lost. This is happening in FF esr31 onwards. It works with f5 in ie and chrome.

由cor-el于修改

所有回复 (2)

more options

What Web Developer Tool are you using for this, the built in or another like Firebug?

These are the shortcuts that I can help with:

more options

What cache headers does the server send?

Are you using the Back button to go back to the page?

A normal refresh via F5 should retain selects and radio box settings and data in input fields if you reload the page. If the website instructs the browser not to cache then this may fail. A hard refresh via Ctrl+F5 should reset such selections.