tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
320 stars 92 forks source link

Angular does not detect changes with events from the `<editor>` component #363

Closed franklbt closed 2 months ago

franklbt commented 10 months ago

What is the current behavior?

What is the expected behavior?

The state is executed in angular zone

Note: I managed to use the onBlur event by wrapping the callback inside a NgZone.run call, but this behaviour doesn't seems normal and is apparently not documented anywhere.

TinyITAdmin commented 10 months ago

Ref: INT-3225

danoaky-tiny commented 5 months ago

Could you please create a code sandbox or similar that replicates this issue and then share that with us? You can fork our code sandbox if you'd like.

JustDoItSascha commented 4 months ago

Any updates on this?

danoaky-tiny commented 4 months ago

@franklbt I've made a code sandbox from the description of your issue https://codesandbox.io/p/devbox/int-3225-g4kkgf. Although, I can't seem to replicate. Please feel free to fork that code sandbox to give us a better idea of what the problem is.

danoaky-tiny commented 2 months ago

I'm closing this issue as it has become stale. Feel free to comment here or create a new issue if the problem persists, but please first try replicating with the newest release (v8).