tinymce-angular icon indicating copy to clipboard operation
tinymce-angular copied to clipboard

Official TinyMCE Angular Component

Results 58 tinymce-angular issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/tinymce/tinymce-angular/assets/64298786/43e304d4-60e7-4f3c-87b3-e08d747818fc) i try to insert new link when edit my content. then, this happen. can you guys help me fix this?

needs: more info

**What is the current behavior?** - Add the `` component to a parent component that should also display a template based on a state - Use one of the provided...

needs: more info
GitHub

https://github.com/tinymce/tinymce-angular/issues/321

Community PR

**What is the current behavior?** I'm updating an editor linked to a formControl through external means, and the cursor jumps to the beginning when an update is triggered. I don't...

enhancement
GitHub

Description of changes: As described in #311, when a parent component was using OnPush change detection, changes made in the editor component weren't picked up. This is fixed by changing...

I separated the `Editor` component logic into a directive and a component that inherits from it. With this change, the directive can be directly attached to a host element like...

Community PR

Since the paste plugin is now built-in to TinyMCE core, I believe this should be a default value in modelEvents. Otherwise it causes a lot of confusion as to why...

Community PR

**What is the current behavior?** [disabled]="true" not working with angular v15. Before upgrading to 15, I was using angular 14, where it was working as excpected. only changes i have...

GitHub

**What is the current behavior?** When I have `[inline]="true"` and use the `onChange()` function or `onFocusOut(`) function I expect them to be fired totally at the end of editting text....

GitHub

Currently on the firefox browser, when we try to reload our component which has the tiny-mce editor, we see **NS_ERROR_UNEXPECTED** message and the editor does not show any content at...

GitHub