Drag and Drop data:image base64 encoding should be disabled by default
Categories
(SeaMonkey :: Composer, defect, P5)
Tracking
(Not tracked)
People
(Reporter: peter, Unassigned)
Details
Attachments
(1 file)
|
167.19 KB,
image/jpeg
|
Details |
| Reporter | ||
Updated•13 years ago
|
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
| Reporter | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Comment 7•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
I can confirm this issue in Composer with the most recently released version for x86_64 on Linux (seamonkey-2.53.10.2.en-US.linux-x86_64.tar.bz2). Drag and Drop an image results in a Base64 blob, rather than a HTML reference to the image.
This prevents using Seamonkey/Composer as a WYSIWYG HTML editor.
Request a preference option to enable/disable Base64 on images (when using Drag & Drop).
Comment 9•3 years ago
|
||
Hi Mirko, we might want to re-triage this.
cvmiller: could you please be so kind and provide an example for Firefox to reproduce this?
I tried drag and dropping an image from www.mozilla.org to https://www.tiny.cloud/docs/demo/full-featured/ and it's included as an image not a Bas64 blob.
Comment 11•3 years ago
|
||
There is a misunderstanding of the problem. The problem is when an image from a file manager (such as Thunar) is "drag-and-dropped" on to a Mozilla Composer Window. The image is displayed in Mozilla Composer, but rather than an <img> link, it is a Base64Blob.
You can obtain mozilla-composer from:
https://www.seamonkey-project.org/
(In reply to cvmiller from comment #11)
There is a misunderstanding of the problem.
Thanks for the response. There might also be a misunderstanding of this bug-ticket's scope :-).
The problem is when an image from a file manager (such as Thunar) is "drag-and-dropped" on to a Mozilla Composer Window. The image is displayed in Mozilla Composer, but rather than an <img> link, it is a Base64Blob.
Is it clear, that's happening because of Gecko-specific code? As I couldn't reproduce that in Firefox, I doubt that. If you can provide a concrete reproduction scenario for Firefox, that would be helpful.
You can obtain mozilla-composer from:
https://www.seamonkey-project.org/
Thanks, tried it and understand the problem for Seamonkey-users.
Updated•3 years ago
|
Description
•