angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

iOS - clicking outside tinymce editor doesn't close keyboard #317

Closed RustyDev closed 7 years ago

RustyDev commented 7 years ago

We're running into issues with the iOS keyboard not closing when clicking outside the tinymce instance. Not sure if this is a ui-tinymce or tinymce issue.

I've set up a simple CodePen that has a normal textarea and a tinymce instance. Typing in the textarea and then clicking submit properly closes the iOS keyboard. The same isn't true for the tinymce instance.

http://codepen.io/rustydev/full/eb9013ae528b9cbd700fb2e15d144bbf/

deeg commented 7 years ago

@RustyDev, it should be pretty easy to see if it is a tinymce or ui-tinymce issue.

I do not have an iphone, but can you try brining up TinyMCE's Demo on the phone in question and see if the same issue exists?

RustyDev commented 7 years ago

It still persists so it looks like an issue with tinymce itself.