Call via website <a href="mailto:xxx@web.de ">MAIL</a> results in XML error
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: fsell, Unassigned)
Details
Attachments
(1 file)
91.67 KB,
application/pdf
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
Klick on the link <a href="mailto:fsell@web.de">MAIL</a> results in XML-error.
Actual results:
XML-Verarbeitungsfehler: Nicht definierte Entität
Adresse: chrome://messenger/content/messengercompose/messengercompose.xhtml
Zeile Nr. 138, Spalte 5:
<command id="cmd_insertChars" oncommand="goDoCommand('cmd_insertChars')" label="&insertCharsCmd.label;"/>
----^
Expected results:
Thunderbird should be opend
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::PDF Viewer' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
chrome://messenger/content/messengercompose/messengercompose.xhtml
is part of comm-central, which is for thunderbird or seamonkey.
the error message sounds like the entity is not defined, which happens if the localization data is incomplete or incompatible.
The website contains:
<html lang='de'>
...
<meta name='language' content='de' />
I didn't change the code and it always worked before.
Please cancel this issue.
A simple reboot fixed the behavior.
Sorry Frank
Comment 6•1 year ago
|
||
-> WFM per comment 5.
Description
•