steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Fix iOS 11.4 bug #139

Closed pierre42100 closed 5 years ago

pierre42100 commented 6 years ago

Fix on iOS 11.4 the following error : "this.getCurrentRange is not a function".

I got this error on my webapp when was going from a page with a bootstrap-wysiwg area to another page.

steveathon commented 6 years ago

Thanks @pierre42100! Looks good to implement, will just run some tests to confirm.

Does this only appear on iOS? I wonder if we were getting this error elsewhere too.

pierre42100 commented 6 years ago

In fact, I am sure this bug does not occurs on Firefox, but I have not tested any other browser...