Bug 2020668 Comment 2 Edit History

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

Hi, thanks for the report! It's difficult to diagnose this without access to the page.

What is the HTML markup of that iframe? You can inspect the element in devtools, right click, copy, select outer html and paste it here. I wonder if that description box is a fork of CKEditor and related to bug 2002481.

Please also try to dispatch a load event on that iframe. E.g. execute in the console `document.querySelectorAll("iframe").forEach(ifr => ifr.dispatchEvent(new Event("load")))`.
Hi, thanks for the report! It's difficult to diagnose this without access to the page.

What is the HTML markup of that iframe? You can inspect the element in devtools, right click, copy, select outer html and paste it here? I wonder if that description box is a fork of CKEditor and related to bug 2002481.

Please also try to dispatch a load event on that iframe. E.g. execute in the console `document.querySelectorAll("iframe").forEach(ifr => ifr.dispatchEvent(new Event("load")))`.

Back to Bug 2020668 Comment 2