Closed
Bug 251017
Opened 21 years ago
Closed 21 years ago
software update error dialog broken
Categories
(Toolkit :: Application Update, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: steffen.wilberg, Assigned: bugs)
Details
(Keywords: fixed-aviary1.0, regression)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040712
Firefox/0.9.1+ (Steffen)
After Ben's checkin from 2004-07-12 02:23, the error dialog doesn't show errors
anymore.
1. In extension mgr, select DOM Inspector and click Update.
2. "no update found" is displayed. Click Details.
Result: An empty errors.xul dialog.
The js console shows this error:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: XStringBundle ::
getString :: line 16" data: no]
It's this line:
var errorString = xpinstallStrings.getString("error" + items[i].error);
The problem is that items[i].error is "true". But there is no "errortrue" string
in xpinstallStrings.
| Reporter | ||
Updated•21 years ago
|
Summary: error dialog broken → software update error dialog broken
| Reporter | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0RC1?
Updated•21 years ago
|
Flags: blocking-aviary1.0RC1? → blocking-aviary1.0RC1+
Priority: -- → P2
| Assignee | ||
Comment 1•21 years ago
|
||
.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Keywords: fixed-aviary1.0
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•