Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images aren't render correctly when pasting text with images #1164

Open
NatalGi opened this issue Jul 24, 2024 · 1 comment
Open

Images aren't render correctly when pasting text with images #1164

NatalGi opened this issue Jul 24, 2024 · 1 comment

Comments

@NatalGi
Copy link

NatalGi commented Jul 24, 2024

Jodit Version: 4.2.27

Browser: Chrome/Edge/FF
OS: Windows
Is React App: True
Reproduced on xdsoft.net: True
Lorem ipsum dolor sit amet.docx

Expected behavior:
Images render correctly when pasting text with images.

Actual behavior:
[The issue is reproducible on xdsoft.net with standard Jodit Playground settings]

I have a Word document that contains text and images. When I copy the image itself and paste it to the Jodit editor, everyting works fine, the image is converted to blob/base64 [according to the settings] and rendered correctly [screen 1].
However, when I copy and paste text with images, the images don't render correctly because they aren't converted to blob / base64 format, and in the code preview I can see that their absolute paths from local machine are given [screen 2].

01
02

@devkorn
Copy link

devkorn commented Oct 7, 2024

I have the same thing, waiting for a quick fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants