Closed
Bug 243221
Opened 19 years ago
Closed 19 years ago
Inspector broken in Firefox
Categories
(Firefox :: General, defect, P1)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox0.9
People
(Reporter: bugs, Assigned: bugs)
References
Details
(Keywords: regression, Whiteboard: fixed-aviary1.0)
as fallout from 243091, inspector is broken in Firefox because utilityOverlay.xul and a few other things don't exist, robbing inspector of some of its required entities. Need to come up with a patch for browser/extensions/inspector to resolve this.
Assignee | ||
Updated•19 years ago
|
Assignee: firefox → bugs
Severity: normal → blocker
Flags: blocking0.9+
Priority: -- → P1
Target Milestone: --- → Firefox0.9
Comment 1•19 years ago
|
||
The exact error message is: XML Parsing Error: undefined entity Location: chrome://inspector/content/inspector.xul Line number 75, Column 5: <key id="key_closeInspector" key="&closeCmd.key;" command="cmdClose" ----^ I think that the problems seem to be caused by changes in these 3 files: comm.jar en-US.jar en-win.jar So long as you keep a copy of these from an older working build and copy them over the DOM Inspector should work and you will still be able to enjoy the new icons.
Comment 2•19 years ago
|
||
isn't it a dupe of bug 233739 ?
Comment 3•19 years ago
|
||
I modified my patch in bug 241079 to fix domi.
Depends on: 241079
Keywords: regression
I don't get any error messages, but the preferences dialog is non-functional.
Comment 5•19 years ago
|
||
fixed with checking for bug 241079
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 6•19 years ago
|
||
Verified fixed trunk 20040523 PC/WinXP
Updated•19 years ago
|
Whiteboard: fixed-aviary1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•