We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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.