Closed Bug 301287 Opened 19 years ago Closed 17 years ago

Some double quotes in RDF/XML fragments are duplicated in the mail display panel

Categories

(Thunderbird :: Mail Window Front End, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: arjohn.kampman, Assigned: mscott)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5
Build Identifier: version 1.0.5 (20050711)

E-mails containing specific RDF/XML fragments are displayed incorrectly in that
some double quotes surrounding attribute values are duplicated. For example, an
e-mail containing just the following text:

  <rdf:Description rdf:about="http://www.w3.org/" xml:base="test1/">

is rendered as

  <rdf:Description rdf:about="http://www.w3.org/"" xml:base="test1/">

making this XML fragment (which was part of a larger document) illegal.

The view-source window displays the fragment correctly.

Reproducible: Always

Steps to Reproduce:
1. E-mail yourself the following text:
  <rdf:Description rdf:about="http://www.w3.org/" xml:base="test1/">
2. Take a look at the received e-mail.
Actual Results:  
The mail panel displays the incorrect text:
  <rdf:Description rdf:about="http://www.w3.org/"" xml:base="test1/">

Expected Results:  
The mail panel should have displayed the text that was sent, i.e.:
  <rdf:Description rdf:about="http://www.w3.org/" xml:base="test1/">
Problem still exists in Thunderbird 1.5.0.10 (20070221).
QA Contact: front-end
Problem seems to be fixed in the current version (2.0.0.9)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.