codemirror / codemirror5

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

iOS keyboard cannot input chuck of words #3690

Open Tedko opened 8 years ago

Tedko commented 8 years ago

12313854_773553432767337_6368695898973362274_n

for example, when I want to use third-party keyboard such as clip, to input a chuck of word (or with any auto complete function) on iOS, it will only input the first char.

Here, the keyboard should input 'will xxxx', but it only shows 'w'

The English keyboard shipped with iOS dont have this kind of problem. Nearly all other third party kb have this problem.

Tedko commented 8 years ago

@JasinYip

marijnh commented 8 years ago

Probably another case of useless data being provided in composition events. Somewhere next year, I'll be taking time (made possible Mozilla's grant) to redo composition handling from the ground up.

Tedko commented 8 years ago

I just realized that iOS provided Japanese/Chinese keyboard will also not work. Only the auto correction in English keyboard works. Thx for reply.

Tedko commented 8 years ago

@JasinYip

JasinYip commented 8 years ago

Are there any news? We are dying for this 😭

Tedko commented 8 years ago

😭

neruthes commented 8 years ago

😭

Tedko commented 8 years ago

😭

2016年4月22日(金) 16:23 Joy Neop notifications@github.com:

😭

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/codemirror/CodeMirror/issues/3690#issuecomment-213300476

marijnh commented 8 years ago

Spamming me with single-emoji replies does not help. If fact, it only annoys. So cut it out. I said that this is planned, and if you're not a paying customer you are not entitled to pestering me about it.

JasinYip commented 8 years ago

We do not mean to bother. However, solving this bug means a lot to us. If it can be solved with higher priority, we can definitely support more on this project by all means.

marijnh commented 8 years ago

I'm going to be spending time on some IME-related CodeMirror work next month. If you want to pay to prioritize this aspect, get in touch through email

can-cc commented 6 years ago

😢 anyone fix?

himself65 commented 6 years ago

所以说什么时候可以解决这个问题?

so...when can fix this bug?

adrianheine commented 5 years ago

This is a issue that's difficult if not impossible to solve with the fundamental approach currently taken by CodeMirror.

We are working on a rewrite (CodeMirror 6) that will probably address this issue, and we are currently raising money for this work: See the announcement for more information about the rewrite and a demo.

Note that CodeMirror 6 is by no means stable or usable in production, yet. It is highly unlikely that we pick up this issue for CodeMirror 5, though.