Bug 1646457 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This is not a duplicate of [bug 1639972](https://bugzilla.mozilla.org/show_bug.cgi?id=1639972).

Interestingly, the "text/plain" flavor seems correct:

"text/html" flavor:
```
<meta http-equiv="content-type" content="text/html; charset=utf-8">Contact
```
"text/plain" flavor:
```
Contact	Country
Maria Anders	Germany
Francisco Chang	Mexico
```

When selecting the whole table, this works on Chrome, but not in Firefox. Tested on Ubuntu 18.04.
This is not a duplicate of [bug 1639972](https://bugzilla.mozilla.org/show_bug.cgi?id=1639972).

Interestingly, the "text/plain" flavor seems correct:

"text/html" flavor:
```
<meta http-equiv="content-type" content="text/html; charset=utf-8">Contact
```
"text/plain" flavor:
```
Contact	Country
Maria Anders	Germany
Francisco Chang	Mexico
```

Moreover, the "text/_moz_htmlcontext", "text/_htmlinfo" flavors are missing, which I don't know why.

When selecting the whole table, this works on Chrome, but not in Firefox. Tested on Ubuntu 18.04.

Back to Bug 1646457 Comment 3