0

So I have something like test 1 for a textarea that displays as a default option. When I refresh, users are taken to this page. They can go to another page that has test 2. When they refresh, they should be taken to the original page and shown 'test3'. The html is correct. Firefox does not display that correctly. What gives?

See attached image. 'test3' is from the page when I pressed refersh. The HTML says the box should be displaying "test inbox 2" It's not.

See image: https://i.stack.imgur.com/QP6k9.jpg

This problem only occurs in Firefox (tested in ie and chrome).

EDIT SOLUTION: Firefox not refreshing select tag on page refresh

Exact same problem as mine. Just took me a while to find the relevant search terms.

Community
  • 1
  • 1
Smipims
  • 343
  • 1
  • 8
  • 20
  • Please post your code here, not as image links. – Barmar Oct 11 '13 at 19:46
  • Can you provide a [jsfiddle](http://jsfiddle.net) showing the issue? It's hard for us to assist you in debugging your issue through screenshots. – Brian Ray Oct 11 '13 at 19:46
  • @BrianRay sure give me a few minutes. Actually, is there a way to simulate multiple pages? – Smipims Oct 11 '13 at 19:47
  • The attribute in the html contains the `defaultValue` of the input. if the value on page load is different from the `defaultValue`, either the browser is interfering with it, or javascript is. No, there is no way to simulate multiple pages in jsfiddle. i doubt you'll be able to create a test case in jsfiddle. You could at least though show some of your code here. – Kevin B Oct 11 '13 at 19:48
  • @Smipims no clue. I'm nowhere near an expert in [jsfiddle](http://jsfiddle.net). – Brian Ray Oct 11 '13 at 19:52
  • [Solution](http://stackoverflow.com/questions/10870567/firefox-not-refreshing-select-tag-on-page-refresh) – Smipims Oct 11 '13 at 20:09

0 Answers0