Closed
Bug 473991
Opened 17 years ago
Closed 7 years ago
Preferences dialog doesn't display on Linux
Categories
(Mozilla Labs :: Prism, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: matthew.gertner, Assigned: matthew.gertner)
Details
Attachments
(1 file)
683 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
XML Parsing Error: undefined entity
Location: chrome://webrunner/content/preferences/preferences.xul
Line Number 24, Column 1:<prefwindow type="prefwindow"
^
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #357387 -
Flags: review?(mark.finkle)
Updated•17 years ago
|
Attachment #357387 -
Flags: review?(mark.finkle) → review+
In firefox-3.5beta4 I have the same problem
With remove branding DTD it's ok
--- preferences.xul.orig 2009-04-23 20:06:20.000000000 +0200
+++ preferences.xul 2009-06-09 17:34:26.000000000 +0200
@@ -14,9 +14,7 @@
<?xml-stylesheet href="chrome://browser/skin/preferences/applications.css"?>
<!DOCTYPE prefwindow [
-<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
<!ENTITY % preferencesDTD SYSTEM "chrome://browser/locale/preferences/preferences.dtd">
-%brandDTD;
%preferencesDTD;
]>
Comment 3•7 years ago
|
||
Prism isn't maintained anymore. Mass closing of the bugs.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•