Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

App Tabs don't refresh when opening Firefox

  • 3 valiny
  • 56 manana an'ity olana ity
  • 12 views
  • Valiny farany nomen'i btrav

more options

I have an app tab set for local weather and an app tab for Gmail. When I open Firefox 4.0, the both weather data and the Gmail page are from the last time I manually refreshed it. The main tabs refresh to current data every time you open Firefox, but not the app tabs. I have to open each one and manually refresh them to get current data.

I have an app tab set for local weather and an app tab for Gmail. When I open Firefox 4.0, the both weather data and the Gmail page are from the last time I manually refreshed it. The main tabs refresh to current data every time you open Firefox, but not the app tabs. I have to open each one and manually refresh them to get current data.

All Replies (3)

more options

Firefox loads pages from the cache on a (re)start.

To get a fresh page from the server you need to use Delete browsing, search and download history on Firefox to clear the Cache if you close Firefox.

To see all the History and Cookie settings, select:

  • Tools > Options > Privacy > History: Firefox will: "Use custom settings for history"
  • Tools > Options > Privacy : History: [X] Clear history when Firefox closes > Settings
more options

Is this going to clear all my history every time? If so, then I cannot go back to yesterday's history, etc.

If I have these sites on standard tabs, they open refreshed as they always have, but if I have them as app tabs they do not.

Why don't the app tabs load refreshed like the standard tabs do?

Am I going to have to choose between having history available and using app tabs? If so it sucks.

more options

In order for the javascript modified content on a webpage to be refreshed on re-opening firefox (if you are either using the "Show my windows from last time" option, or you are using pinned app tabs) the webpage needs to refresh it's content on loading.

For users with this problem: let the website developer know you have this problem.

For web developers:

You simply need to include an onLoad in your body: <body onload='refresh_AJAX()'> and write a javascript function "refresh_AJAX()", which updates all the relevant content.