quill_html_editor
quill_html_editor copied to clipboard
[BUG] The component does not display the content in the web version
Hi, Quill_html_editor has stopped working for the Web on Chrome for a few days now (even longer on Firefox). In the console, I'm getting the message: "An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing."
So it's the browser preventing the content from being displayed for security reasons.
In the HTML code, we do have these two instructions in the sandbox.
Hello, I modified the component to remove the 'allow-script' tag first, then 'allow-same-origin', but the browser presents other issues:
- Without scripts, obviously it doesn't work.
- Without 'allow-origin': iframe blocking. Therefore, I don't have a solution at this time. Thank you for your help.
the same is happening to me with a normal html content
Hello
Is there anyone to help us? Thanks !
I downgraded flutter to 3.16.9 and it returned to work flutter downgrade 3.16.9
Thanks in advance if someone could find a better solution...
Hi Eduardotd, It works well on version 3.16.9. Thank you for your help, I hope this issue will be fixed soon! Fred
Hi eduardotd, Do you know if the issue has been resolved on the Flutter side? Or are you still using an older version? Thanks in advance, Frederic
Hello ! Has the issue been acknowledged? Is a solution being considered? Thanks in advance, Frederic
Same problem with flutter 3.24.3