bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

Fix IME issue #704

Closed huaying closed 4 years ago

huaying commented 4 years ago

Fix #548 and probably fix #589 as well

Love ghost but sadly see the bug affect a lot of users. Can someone also help test it? It works for me in my local (I am a traditional Chinese IME user).

Hope the PR can be merged asap. (no tests though)

ref

661

https://github.com/TryGhost/Ghost/issues/11460

iLoveBug commented 4 years ago

It's real happy that someone else is trying to resolve this problem almost at the same time. I have spent more than 1 day to invest the problem.

You can try my solution: https://github.com/TryGhost/mobiledoc-kit/pull/11, verified on my Mac OS, Chrome.

supersetcc commented 4 years ago

It works for me though. (I am a traditional Korean IME user)

jsxzljx commented 4 years ago

It's real happy that someone else is trying to resolve this problem almost at the same time. I have spent more than 1 day to invest the problem.

You can try my solution: TryGhost#11, verified on my Mac OS, Chrome.

hi, would you please share how to manually assign using the dev-version of mobiledoc-kit when building ghost? The ghost-CLI always pull the latest version and building the final scripts, I'm wondering how to use specific branch/commit to build. As you know, it seems no one is going to merge this PR in a short time (has been opened for 6 months).

ZeeJab commented 4 years ago

Superseded by #738