froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.24k stars 670 forks source link

issue with image insert #4121

Open dolphinsd opened 3 years ago

dolphinsd commented 3 years ago

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.

sovanny commented 3 years ago

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

Casilio commented 3 years ago

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

dolphinsd commented 3 years ago

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

jurajvalkucak commented 3 years ago

Issue still on 3.2.5-1

dejanmartinovic commented 3 years ago

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

akrousset commented 9 months ago

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);