Bug 1778889 Comment 0 Edit History

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

STR:

- Composer in HTML format
- In Account Settings -> Composition & Addressing, set "When quoting" to "start reply below the quote"
- Reply to a message
- Place the cursor to the top of the editor, the citation will be the first line of the reply
- Add some text
- Save draft and view HTML source

Expected:
Non-quote content should not be included in the "moz-cite-prefix" div.

Actual:
It is.

```
<body>
    <div class="moz-cite-prefix">fsddsf<br>
      <br>
      On 11/14/19 13:14, hamnahxbaig at gmail.com (Hamnah Baig) wrote:<br>
    </div>
```

"fsddsf" in this case shouldn't be part of the citation.
STR:

- Composer in HTML format
- In Account Settings -> Composition & Addressing, set "When quoting" to "start reply below the quote"
- Reply to a message
- Place the cursor to the top of the editor, the citation will be the first line of the reply
- Add some text
- Save draft and view HTML source

Expected:
Non-quote content should not be included in the "moz-cite-prefix" div.

Actual:
It is.

```
<body>
    <div class="moz-cite-prefix">fsddsf<br>
      <br>
      On 11/14/19 13:14, hamnahxbaig at gmail.com (Hamnah Baig) wrote:<br>
    </div>
```

"fsddsf" in this case shouldn't be part of the citation.

Adding blank lines before the citation does not help. The div just grows.

Back to Bug 1778889 Comment 0