-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Editor: IME input problem #9801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @minwe 👋 Thanks for the report. Unfortunately this is a known issue, it's being tracked in the upstream mobiledoc-kit repo in bustle/mobiledoc-kit#548 and I believe the underlying problem is similar to this issue bustle/mobiledoc-kit#589. |
Yes, this is same as bustle/mobiledoc-kit#548. It maybe caused by composition event (more about omposition event: http://blog.evanyou.me/2014/01/03/composition-event/) I'll check mobiledoc-kit source code later. |
It would be great if you were able to look. None of the core team use IME input so it's difficult to find and debug these issues. bustle/mobiledoc-kit#589 is a good read as I believe it's likely the root cause and has more info in it. Unless you are seeing the same buggy behaviour when not typing the first word in a blank paragraph? |
@kevinansfield It always happens when typing the first word of paragraph, headline, list and other block element. I'm looking at the issues you mentioned above, but have no idea so far. |
Korean has the same problem. |
It seems using IME in markdown section or title section works fine. Hoping there is a option to disable Koeing Editor before it can work along with IME. |
So when can it solved? |
@buchijiang whenever the upstream issue (bustle/mobiledoc-kit#548) is solved - there's no explicit timeline publicly available |
@vikaspotluri123 OK,i know and thanks for answer |
There should be an alternative editor to this issue. |
Agree with @Windfarer , old Markdown editor works well and for now I have to fall back to Ghost 1.25.5 |
Thanks. TLDR; But the mobiledoc-kit's Maintainers don't seem to merge it, so I created new repo for publish NPM repo: @bugfix/mobiledoc-kit
Just change the package.json deps |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
When to fix it in master? |
Is it technology that can not be fixed? |
This is an issue in the upstream mobiledoc-kit library and the underlying problem is being tracked in multiple places on that repo, with the two most prominent issues being:
As such I'm going to close the issue here, any further discussion/PRs should be directed to the mobiledoc-kit project. |
As a blog platform, issues relating to the editor is a core issue. This is not something like a development or dependency issue. This issue occurs in every paragraph when user writes. Can you imagine how annoying every time when you start a new paragraph, your first character jumps off? It has been here for 2 years, and you don't resolve it, given the condition that one user has provided a solution after a long time suffering. If you check out that user's blog, he has decided to leave ghost because of the attitude of the official team. This issue has caused so much trouble for all Asian language speakers. Very disappointed with the official team. |
In fact, what they want to say is that Asian users are not important, otherwise they would have solved the problem. After all, the users of this blogging platform are mainly Europeans and Americans. But I'm surprised that this bug has been resolved by some people, why don't they merge to master |
This issue has been closed, and no one will care about it. For anyone who wants to push this bug to be fixed, Please show your support under the new open issue #11460. |
This is an issue in the upstream mobiledoc-kit library and the underlying problem is being tracked in multiple places on that repo, with the two most prominent issues being:
Please direct any further discussion or PRs to the mobiledoc-kit repo.
Issue Summary
As the screen recording above shown, I want to input
你好
using Chinese Pinyin Input method of Mac OS X on the start of line,I typenihao
,then goti好n
.The first typed
n
is inserted after cursor.To Reproduce
nihao
, expect to get你好
, but geti好n
It is the bug of Mobiledoc-Kit, can reproduce on https://bustle.github.io/mobiledoc-kit/demo/, too.
Technical details:
The text was updated successfully, but these errors were encountered: