spocke
spocke
Yes, but it's way better to do it server side since it will still be loaded. And especially on the iPhone where you have a 50k browser cache limit.
Was unable to reproduce this. You could try to do a `git clean -dfx && git pull origin master && yarn && yarn build` to make sure that you have...
Just tested the build on windows and it produces the linting warning that you describe.
It's because we have not bumped our internal eslint plugin to the latest 2.2.2 version for the tinymce repo that resolves this. https://github.com/tinymce/eslint-plugin/blob/main/CHANGELOG.md#221---2022-08-30
TinyMCE first checks the HTML5 clipboard API for `text/html` and `text/plain` then it falls back to a method of waiting for the browser to paste something and that is when...
Do you have a replication case where a paste wouldn't update the model since the `change` event should fire on `paste` so not sure this event is needed. Could you...
The reason why we don't want base64 urls in the editor is that browsers start to choke if the image is large. The urls are constantly reevaluated so you start...
@EvilJordan What is you exact `tinymce.init` config are you using the `skin_url` option mentioned in the original ticket?
I have the same issue but I need to go three levels deep.
Confirmed this as a bug and a regression so escalating internally.