Retain fonts/styles when pasting tables from Excel into composition window
Categories
(Thunderbird :: Message Compose Window, defect, P5)
Tracking
(Not tracked)
People
(Reporter: carosendahl, Unassigned)
References
()
Details
(Keywords: topembed+, Whiteboard: editorbase+ edt_x3 [GS])
Attachments
(2 files)
Reporter | ||
Updated•22 years ago
|
Reporter | ||
Comment 1•22 years ago
|
||
Updated•22 years ago
|
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
Updated•22 years ago
|
Comment 4•22 years ago
|
||
Comment 5•22 years ago
|
||
Comment 7•22 years ago
|
||
Comment 8•22 years ago
|
||
Updated•18 years ago
|
Updated•18 years ago
|
Comment 10•18 years ago
|
||
Comment 12•16 years ago
|
||
Updated•14 years ago
|
Comment 13•13 years ago
|
||
Comment 14•11 years ago
|
||
Comment 15•11 years ago
|
||
Comment 16•11 years ago
|
||
Comment 17•11 years ago
|
||
Comment 18•10 years ago
|
||
Comment 19•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Comment 20•3 years ago
|
||
Hi! This bug is still present in 91.7.0, could you fix it please?
Comment 21•3 years ago
|
||
The severity field for this bug is relatively low, S4. However, the bug has 15 votes.
:hsinyi, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 22•3 years ago
|
||
(In reply to Release mgmt bot [:marco/ :calixte] from comment #21)
The severity field for this bug is relatively low, S4. However, the bug has 15 votes.
:hsinyi, could you consider increasing the bug severity?For more information, please visit auto_nag documentation.
yes please
Comment 23•3 years ago
|
||
It's about Thunderbird message composition. I'm moving the component and forwarding the needinfo to Magnus for further thoughts.
Please feel free to reset the component back if I miss anything. Thanks.
Updated•3 years ago
|
Comment 24•3 years ago
|
||
The situation with table formatting in TB has worsened in the last versions of TB. Currently using the latest version (91.9.0).
Until recently we could at least copy an unformatted (Normal style) table from Excel and format it in TB. TB would send the table as appeared in the editor.
Now we can still do that, but the table is no more sent as it appears in the editor. In fact it is sent as a totally unformatted table, without gridlines (borders), without colors, etc.
In its current state, TB editor simply does not appear to observe any table formatting at all when sending mail.
In a newly composed message stored as a draft, the (formatted in TB editor) table is not viewable as a formatted one; however if one edits the draft, the table is shown as initially formatted!
The same with sent messages: when viewed in the Sent Mails, the mail appears as unformatted; however, if one opens the message using the option: "Edit as new message", then the table appears as it was originally formatted (as it should be displayed in the first place)!
Comment 25•1 years ago
|
||
In 2013, I wrote a blog with a hacky solution (in Mandarin) to work around this issue. Yesterday, I noticed that there are still people looking for a solution to this problem and stumbling upon my blog. I thought I'd better share it here:
Set the signature to use HTML and add the following content:
<style>
table, th, td { border: 1px solid black; }
</style>
Comment 27•4 months ago
|
||
How to solve this issue by modifying code on Thunderbird?
I found some third-party email clients can solve this issue, such as foxmail: https://www.foxmail.com/.
Comment 28•4 months ago
|
||
This image is taken in the most recent Excel and Thunderbird daily, although I do get the same result in Thunderbird V128.
As can be seen. A formatted table from Excel arrives in Thunderbird exactly the same is it appears in Excel, minus the dropdowns which clearly are an Excel only item.
What does not appear in Thunderbird are the borders on unformatted tables. So I think the issue here is, should Thunderbird "guess" the user intended the pasted data to have formatted borders or not.
Personally, I think folk just need to learn to use Excel and this bug should be closed works-for-me as Excel now apparently places formatting information of tables on the clipboard for HTML as it always did for Rich Text Format.
Comment 29•4 months ago
|
||
I withdraw the comment that it works for me. As the image shows, that did work. However, the original issue of Thunderbird dropping the style information is still an issue, so it is worse really now as sometimes everything will transfer other times nothing.
Comment 30•4 months ago
|
||
I think it can be solved in thunderbird side, because some third-party email client can solve this issue,
Updated•4 months ago
|
Description
•