codemirror / codemirror5

In-browser code editor (version 5, legacy)
http://codemirror.net/5/
MIT License
26.77k stars 4.96k forks source link

Fastclick incompatibility #3751

Closed horner closed 8 years ago

horner commented 8 years ago

When fastclick is on the page with CodeMirror, clicks for focus are ignored. Others have documented the problem in their projects: https://github.com/TryGhost/Ghost/issues/5717

I have commented on an existing pull request in fast click that fixed the problem. The call to blur in the simulated click makes CodeMirror lose focus: https://github.com/ftlabs/fastclick/pull/350

I opened this issue to make others aware.

marijnh commented 8 years ago

This seems like an issue in another component or an integration issue. Going to close, since I don't have time to debug such things.