tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

Image was broken in preview section but showing properly in Editor. #199

Closed bobbytechie closed 3 years ago

bobbytechie commented 3 years ago

What is the current behavior? Image(Accessing from service) was broken in preview modal window but showing properly in Editor.

Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar.

image

What is the expected behavior? Image should show properly in preview modal window same as like in Editor.

Which versions of TinyMCE/TinyMCE-Angular, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or TinyMCE-Angular? Broken in Chrome and Edge due to recent security updates with same site cookie policy.

When keeping None in the cookie policy, image appearing fine but not when it is set to Lax or Strict.

jscasca commented 3 years ago

Unfortunately, there is nothing we can do from the Angular wrapper as this sounds like a Tinymce issue. This repository is only for issue regarding the angular wrapper and not the Tinymce editor.