mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #504] Japanese IME popup overlays input texts #2
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shuntaroy on GitHub (Oct 17, 2016).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/504
In v0.7.0, due to the replacement of the text editor module, pop-up of convert candidates provided by Japanese IME (both of OS X El Capitan original IME and Google Japanese IME) overlays original input texts, so that we can not see an appropriate cursor position.
@Rokt33r commented on GitHub (Oct 17, 2016):
I'm currently investigating now. It seems to be related this issue.
https://github.com/codemirror/CodeMirror/issues/4089
@Rokt33r commented on GitHub (Oct 17, 2016):
I fixed it by setting
inputStyleoption of Codemirror tocontenteditable.I'm going to release a hot fix tomorrow. Please hang on a little more.
@shuntaroy commented on GitHub (Oct 17, 2016):
Thank you for your prompt reply and fix!
I can wait for this issue.
I think your app is very promising.
I really appreciate your development.
@Rokt33r commented on GitHub (Oct 17, 2016):
Fixed!
@Rokt33r commented on GitHub (Oct 18, 2016):
This causes another problem. It breaks most behaviors, converting Chinese chars and deleting text when writing with Japanese IME.
@Rokt33r commented on GitHub (Oct 18, 2016):
I fixed it again!
@jankratochvilcz commented on GitHub (May 29, 2020):
Hi @Rokt33r, I can reproduce this on the current version of the app on Windows, see video below:
https://share.getcloudapp.com/lluDPenp
This makes it tough to write notes in Japanese
@Flexo013 commented on GitHub (Jun 8, 2020):
Original issue is about Boostnote Legacy. The occurrence reported by @jankratochvilcz is about the new Boost Note.next app.