Bug 1610220 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.

See also bug 1610219.

`HTMLEditor` inserts `<img>` element even when a non-image file is dropped.

Same as bug 1610219, Chrome loads the file (i.e., their editor does not handle nor consume the file drop). Safari does nothing (just dispatching `beforeinput` and oddly dispatching `input` event even though without DOM change).
See also bug 1610219.

`HTMLEditor` inserts `<img>` element even when a non-image file is dropped.
Like, `<img src="data:text/plain;base64,...">`.

Same as bug 1610219, Chrome loads the file (i.e., their editor does not handle nor consume the file drop). Safari does nothing (just dispatching `beforeinput` and oddly dispatching `input` event even though without DOM change).

Perhaps, `HTMLEditor` should just fire `beforeinput` event if it's in web apps.

Back to Bug 1610220 Comment 0