Closed
Bug 1017817
Opened 10 years ago
Closed 10 years ago
About Firefox window incorrectly shows "Firefox is up to date" when update server is unreachable
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 679742
People
(Reporter: gingerbread_man, Unassigned)
Details
(Whiteboard: parity-seamonkey)
Attachments
(1 file)
93.35 KB,
image/png
|
Details |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Built from https://hg.mozilla.org/mozilla-central/rev/cbe4f69c2e9c
1. Block Firefox in your firewall. Blocking the update server in your HOSTS file probably accomplishes the same thing, though I haven't tried.
2. Open the About Firefox window.
3. The window incorrectly displays, "Firefox is up to date". This happens whether updates are set to automatic or manual and the Check for Updates button is pressed.
Seamonkey 2.26 doesn't have this problem.
Comment 1•10 years ago
|
||
That is actually in Firefox code and is by design per the Firefox User Experience team.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Comment 2•10 years ago
|
||
Note: we do notify the user to manually install the latest after x number of background check failures where x is determined by Firefox preferences.
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to Robert Strong [:rstrong] (use needinfo to contact me) from comment #2)
> Note: we do notify the user to manually install the latest after x number of
> background check failures where x is determined by Firefox preferences.
app.update.backgroundMaxErrors apparently, whose currently default is 10.
The keyword there is "background". It provides false information when automatic updates are disabled and manual update checking fails. Very strange that this is considered a complete non-issue.
Comment 4•10 years ago
|
||
This was a Firefox UX decision and there have been a few bugs filed for this already but they would be under Product -> Firefox since that is where the code that controls this lives.
Reporter | ||
Comment 5•10 years ago
|
||
That's good to know. I managed to find bug 987961.
Reporter | ||
Updated•10 years ago
|
Resolution: WONTFIX → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•