BoostIO / BoostNote-App

Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.

Home Page:https://boostnote.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Japanese input IME window position is over text

WeberAlex opened this issue · comments

Issuehunt badges

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)

SCR_20210916_212738

Boost Note + IME (Chrome OS)

Screenshot 2021-09-16 21 48 20

Obsidian + IME (for comparison)

SCR_20210916_213919


IssueHunt Summary

Backers (Total: $0.00)

Become a backer now!

Or submit a pull request to get the deposits!

Tips

@boostio has funded $50.00 to this issue.


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.

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!

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.

Hello WeberAlex,

After some investigation, updating the CodeMirror and Electron versions, nothing helped, the CodeMirror issue for IME: codemirror/codemirror5#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: #1190.

Hope this will help and will not add more problems.

@kazup01 has cancelled @boostio's funding for this issue.(Cancelled amount: $50.00) See it on IssueHunt

Dear Komediruzecki,

#1190 The preview looks good!