Closed
Bug 370261
Opened 19 years ago
Closed 19 years ago
x^2 shows as superscript in plaintext mails but copies as x2
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 290274
People
(Reporter: john, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)
Build Identifier: version 1.5.0.9 (20070103)
x^2 shows as superscript in plaintext mails but copies as x2
When I receive an email with a text/plain attachment that contains the text 'x^2', Thunderbird nicely displays the code with a superscript '2' in place of the regular text '^2'. This makes reading things like mathematical expressions a bit nicer, so it's a good thing.
Problem is that when I highlight such text and copy it to my text editor, I get 'x2' instead of x^2'. This means that I can't safely copy code attached to an email!
When this superscript text trick is used, Thunderbird should be using something along the lines of the <IMG ALT=...> mechanism to ensure that plaintext is copied as originally entered.
Reproducible: Always
Steps to Reproduce:
1. Write email with x^2 in it
2. Send it to yourself.
3. Copy the text to gedit
4. See that you have 'x2' instead of x^2
Actual Results:
x2
Expected Results:
x^2
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•