tinymce / tinymce-react

Offical TinyMCE React component
MIT License
937 stars 152 forks source link

Can't type anything on Toolbar Insert/Edit Image #462

Closed Briyan-NS closed 11 months ago

Briyan-NS commented 11 months ago

Does someone ever face this kind of issue? So i can't type anything on Insert/Edit Image toolbar while using it on my project.

Here is my screen record https://www.awesomescreenshot.com/video/19392842?key=acb20e0370078f3059225c30e329dc01

I think this should be typeable

Currently this is the library that I've installed "@tinymce/tinymce-react": "^3.12.3",

Please help me to figure out this issue? Thanks a lot before

TinyITAdmin commented 11 months ago

Ref: INT-3209

Briyan-NS commented 11 months ago

Actually, this issue has been resolved by today. Just add the enforceFocus key inside the modal and put the value with false. This tinyMCE comes from Modal Bootstrap basically

image