Bug 1704137 Comment 9 Edit History

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

(In reply to Alex ARNAUD from comment #8)
> Unfortunately, removing JS seems to make it working as expected.

This suggests that the JS is changing the DOM - you could try getting the generated markup after the JS runs using something like `copy(document.documentElement.outerHTML)` in the console (will put the entirety of the DOM's generated markup into the clipboard) and putting that in an editor, saving the HTML, and then seeing if that reproduces issues.
(In reply to Alex ARNAUD from comment #8)
> Unfortunately, removing JS seems to make it working as expected.

This suggests that the JS is changing the DOM - you could try getting the generated markup after the JS runs using something like `copy(document.documentElement.outerHTML)` in the console (will put the entirety of the DOM's generated markup into the clipboard) and putting that in an editor, saving the HTML, and then seeing if that reproduces issues.

(you might need to take the JS out from that generated result)

Back to Bug 1704137 Comment 9