Open
Bug 1386761
Opened 9 years ago
Updated 3 years ago
merge duplicated serializers in mail/components/about-support/content/aboutSupport.js and export.js
Categories
(Thunderbird :: General, enhancement)
Thunderbird
General
Tracking
(Not tracked)
NEW
People
(Reporter: aceman, Assigned: aceman)
References
Details
+++ This bug was initially created as a clone of Bug #1380797 comment 5+++
Try to merge the 2 copies of copyContentsToClipboard() in aboutSupport.js and export.js and also the 2 text serializers in these files.
The serializer in aboutSupport.js copied from m-c contains a new Serializer (that is nicer) but is unused for now in TB. export.js contains the old serializer (createTextForElement()) which supports private cells, but on the other hand does not remove cells with 'no-copy' class. So our copying differs from the one in Firefox (on the same about:support page). Some of this code should be merged.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•