Skip to content
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

difficult to use with IME #98

Open
o8oTo8o opened this issue Sep 12, 2023 · 6 comments
Open

difficult to use with IME #98

o8oTo8o opened this issue Sep 12, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@o8oTo8o
Copy link

o8oTo8o commented Sep 12, 2023

I always find it useful. Thank you very much.

By the way,
I use the IME (Input Method Editor) on Windows.
When I type into the Search box, I press Enter to determine the conversion in the IME.
This may be the reason why the first folder item is selected, even though I do not press Enter twice.
In other words, I cannot select the folder I'd like.
In previous versions, I was able to select the folder I'd like after IME conversion.
Is it possible to fix this behavior?

@kewisch
Copy link
Owner

kewisch commented Sep 30, 2023

I'll have to test and debug this, thought if you or someone else reading has some time/experience to find out what the issues is I would appreciate. I would have hoped this was pretty transparent, e.g. the first Enter does not pass through to my event listeners.

@kewisch kewisch added the bug Something isn't working label Sep 30, 2023
@o8oTo8o
Copy link
Author

o8oTo8o commented Oct 3, 2023

Thank you very much for your reply!
Unfortunately, I cannot help you.
I am not sure if this is related to the fact that there are two line feed codes (CR,LF) in Windows...

Let me change the subject a little.
In previous versions, pressing Enter on the Search box did not seem to do anything.
We had to press the down arrow to make a selection, and then press Enter to make a decision.

Perhaps with this version, the first line of the list is now selected and determined when Enter is pressed.
I think this is also an improvement.

On the other hand, the feeling of operation is very different when the target folder is the first line of the list and when it is not.
Wouldn't it be more likely to select the first line by mistake?

In other words, I would appreciate a debug on the IME, though, I think there is a way to revert back to the specification where you cannot make a decision before moving to the list.

It would be helpful if you could debug this in one of these ways.
Thanks a lot!

@kewisch
Copy link
Owner

kewisch commented Oct 6, 2023

Can you try the version posted in #88 ?

@kewisch kewisch added the needinfo Requesting information from the reporter label Oct 6, 2023
@o8oTo8o
Copy link
Author

o8oTo8o commented Oct 10, 2023

I tried ver.2.6.6.
However, the behavior did not change.

@github-actions github-actions bot removed the needinfo Requesting information from the reporter label Oct 10, 2023
@kewisch
Copy link
Owner

kewisch commented Oct 10, 2023

Alright. I'm guessing it doesn't get better with 2.6.9 also posted there. Can you describe how I can trigger this bug to a person who has never knowingly used IME before nor speaks the languages commonly associated with it? (e.g. what keyboard setting to use, what keys to press, etc)

@kewisch kewisch added the needinfo Requesting information from the reporter label Oct 10, 2023
@o8oTo8o
Copy link
Author

o8oTo8o commented Oct 11, 2023

It certainly doesn't seem to be a problem with 1 byte character IMEs.
I triggered this bug when I typed Japanese.

On Windows, you can install the Japanese "Microsoft IME" as follows.
Settings > Time & Language > Language & region
<1> Language > Add a language > Japanese
<2> Language > Japanese > Language options > Keyboards > Add a keyboard > Microsoft IME

Switch IME to "Microsoft IME(Japanese)".
When you switch the IME to "Microsoft IME(Japanese)", "A" and "J in circle" will appear on the taskbar.
To activate or deactivate the input of Japanese characters, press the '`' key.
When activated, the letter "A" on the tasker becomes "あ".
If you type "a", "あ over wavy line" will be displayed, and "あ" will be determined by continuing to enter.

Captured images are attached.
IME01.png: Before typing into the Search box
IME02.png: In the process of converting with IME ("あ over wavy line")
IME03.png: After typing Enter for decision
IME01
IME02
IME03

@github-actions github-actions bot removed the needinfo Requesting information from the reporter label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants