angular-ui / ui-tinymce

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

Cannot type small letter 'y' #309

Closed codeursenior closed 7 years ago

codeursenior commented 7 years ago

Thank for this project. Unfortunately we found an issue which is impacting high to our customers. The issue is, when we manually typing letter 'y' from keyboard, its not getting displayed on the editor (version"latest" of angular-ui-tynimce) but working for capital letter 'Y'.

luispeerez commented 7 years ago

Same here, using 0.0.17 version

atodicebear commented 7 years ago

Check this out maybe it helps you https://github.com/tinymce/tinymce/issues/3363

codeursenior commented 7 years ago

Hi, thank you for the answer, but I had already watched this issue.

The problem is not in the TinyMCE library but in ui-tynimce, because their dependency on TinyMCE is not up to date with the fix !

codeursenior commented 7 years ago

In their bower.json :

"dependencies": {
    "angular": ">=1.4.0",
    "tinymce": "~4.5.0"
  }

The 4.5.0 version cause the 'y' error, not the 4.4.3...

codeursenior commented 7 years ago

It's works fine now. :+1: