Closed
Bug 844831
Opened 12 years ago
Closed 11 years ago
XML Parsing Error: undefined entity &charsetMenuUnicode.accesskey;
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: tplagueny, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130220104816
Steps to reproduce:
Any extensions that use this, fails.
Actual results:
Click on an element that uses the parser, and an error will appear.
i.e.
XML Parsing Error: undefined entity
Location: chrome://fireftp/content/accountManager.xul
Line Number 267, Column 17: <menu label="&charsetMenuUnicode.label;" accesskey="&charsetMenuUnicode.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserUnicodeCharsetMenuRoot">
----------------^
Expected results:
Should have worked :P
Comment 1•12 years ago
|
||
See also bug 802725.
Updated•12 years ago
|
Component: Untriaged → XML
Product: Firefox → Core
Comment 2•12 years ago
|
||
Why is this an XML bug?
The extension is trying to use the charsetMenuUnicode.accesskey entity, which doesn't exist. So the above is not well-formed XML.
The entity was removed in bug 805374 because it was no longer used; extensions shouldn't be reusing core definitions like this for their own purposes....
As far as I can tell, this just needs to be fixed in the fireftp extension.
Component: XML → Extension Compatibility
Product: Core → Firefox
Updated•12 years ago
|
Summary: XML Parsing Error: undefined entity → XML Parsing Error: undefined entity &charsetMenuUnicode.accesskey;
Comment 3•11 years ago
|
||
This went unfixed for long enough that the extensions have probably taken action by now anyway. Moreover, the menu is undergoing even more changes, so add-ons that expect .dtd stability are going to break anyway. Add-ons really should not be depending in Firefox's .dtd files like this.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•