Closed
Bug 297782
Opened 20 years ago
Closed 19 years ago
2 JS errors when I check for updates and 1 when I try to download
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: romain, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050614 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050614 Firefox/1.0+
I get 2 javascript errors when I check for updates through the Help menu, and 1
more when I click on "Download & Install >>".
The two first errors are the same :
Error: gUpdates.update has no properties
Source File: chrome://mozapps/content/update/updates.js
Line: 188
Then when I click on "Download & Install >>", I get this one :
Error: gUpdates.update has no properties
Source File: chrome://mozapps/content/update/updates.js
Line: 222
Reproducible: Always
Steps to Reproduce:
1. Go to "Help", "Check for Updates" ...
2. See in the JavaScript Console that there are 2 errors
3. Then get back on the Update window, and click on "Download & Install >>",
nothing will happen, and there is a 3rd error in the JS Console
Actual Results:
There are 3 errors in the file called "updates.js", and the "Download & Install
>>" button seems not to work.
Expected Results:
The 3 errors above are fixed.
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Summary: 2 errors when I check for updates and 1 when I try to download → 2 JS errors when I check for updates and 1 when I try to download
Comment 1•19 years ago
|
||
WORKSFORME using the 2005/8/1 build. Please REOPEN this bug if the problem persists for you.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•