mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #1189] Japanese input IME window position is over text #478
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#478
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 @WeberAlex on GitHub (Sep 16, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1189
Boost Note version 1.50.0 Web app
Tested on
Chrome 93
Windows 10 (IME Japanese)
Tested on
Chrome 93
Chrome OS (IME Japanese)
I'd like to use Boost Note to learn Japanese, but the IME window in Windows 10, and Chrome OS, is positioned over the text. It renders almost impossible to input a non Western language.
Boost Note + IME (Windows 10)
Boost Note + IME (Chrome OS)
Obsidian + IME (for comparison)
IssueHunt Summary
Backers (Total: $0.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
@issuehunt-oss[bot] commented on GitHub (Sep 16, 2021):
@boostio has funded $50.00 to this issue.
@Komediruzecki commented on GitHub (Sep 16, 2021):
Hi, WeberAlex,
Can you tell me how do you get IME in your scenario, how did you set it up and exact Windows 10 build, is it latest?
EDIT: Okay, I managed to get it to work (eg. see its occluding the view), seems to be an issue with Japaneese only, I'll try reproducing/fixing in code.
@WeberAlex commented on GitHub (Sep 16, 2021):
Hello Komediruzecki,
Windows 10 Home, Version 19042.1165, Build 20H2 In English Language (UK) + Japanese language pack installed (IME). Chrome OS 93 (latest) English Language (UK) + Japanese input (from Google) installed
Yes that's correct, it is occluding the view on both OS. Thank you if you can fix it!
@Komediruzecki commented on GitHub (Sep 16, 2021):
Yeah, I'll try reproducing it and see if some updates fixes this, electron had such issues previously, simple note as well and there is bunch of users complaining about the issue with various configurations, so I'll try the simple fixes first and see from there.
@Komediruzecki commented on GitHub (Sep 16, 2021):
Hello WeberAlex,
After some investigation, updating the CodeMirror and Electron versions, nothing helped, the CodeMirror issue for IME: https://github.com/codemirror/CodeMirror/issues/3137 says that they won't be fixing this in CodeMirror v5.x.x but v6.x.x has this in mind, so there is a bit of workaround that seems to work for our case, so I applied it in this PR: https://github.com/BoostIO/BoostNote-App/pull/1190.
Hope this will help and will not add more problems.
@issuehunt-oss[bot] commented on GitHub (Sep 17, 2021):
@kazup01 has cancelled @boostio's funding for this issue.(Cancelled amount: $50.00) See it on IssueHunt
@WeberAlex commented on GitHub (Sep 17, 2021):
Dear Komediruzecki,
#1190 The preview looks good!