wysiwyg-editor icon indicating copy to clipboard operation
wysiwyg-editor copied to clipboard

issue with image insert

Open dolphinsd opened this issue 4 years ago • 6 comments

Images are not inserted in the proper location

Go to https://froala.com/wysiwyg-editor/

Put cursor in between two lines Froala Editor is a lightweight WYSIWYG HTML Editor written in Javascript that and enables rich text editing capabilities for your applications.

Insert existing image, it will be inserted at the top!

It used to work.

dolphinsd avatar Dec 20 '20 20:12 dolphinsd

Also having this issue on 3.2.5. @dolphinsd do you know which version it works for?

sovanny avatar Dec 22 '20 10:12 sovanny

@sovanny It works on 3.2.3. But disabling feature doesn't work on 3.2.3 >_<

Casilio avatar Dec 27 '20 15:12 Casilio

Not sure if anyone from froala read this, no one wants to use an editor that cannot insert images in a proper locations!

dolphinsd avatar Dec 29 '20 16:12 dolphinsd

Issue still on 3.2.5-1

jurajvalkucak avatar Jan 08 '21 16:01 jurajvalkucak

This issue will be addressed in the next editor release (3.2.5-2)

dejanmartinovic avatar Jan 18 '21 08:01 dejanmartinovic

Is this issue still around? I am seeing this in v4.0.8 of the editor.

I am using image.insert to insert an image with a url like this:

editor.image.insert(image.src, true, {alt: image.alt}, null, null);

akrousset avatar Sep 29 '23 20:09 akrousset