maui icon indicating copy to clipboard operation
maui copied to clipboard

Japanese Hiragana to Kanji converting not works in Searchbar Android

Open atsukur opened this issue 2 years ago • 3 comments

Description

In Android, after entering Japanese hiragana into the SearchBar control, it cannot be converted to kanji. Hiragana input is immediately confirmed.

Steps to Reproduce

  1. Clone my repo or Create Maui App and add Searchbar control.
  2. Add Japanese software keyboard in Gboard
  3. Enter hiragana in the Searchbar (e.g., "あさ")

Please refer to the following video for Japanese input.

https://user-images.githubusercontent.com/69294861/195769783-bbaa6ecd-932a-454b-88b3-bcd547778389.mp4

Link to public reproduction project repository

https://github.com/atsukur/MauiSearchTextJapaneseInputIssue

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11 Emulator

Did you find any workaround?

No response

Relevant log output

No response

atsukur avatar Oct 14 '22 05:10 atsukur

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

ghost avatar Oct 14 '22 14:10 ghost

@drasticactions can you take a look at this one?

rachelkang avatar Oct 14 '22 14:10 rachelkang

https://user-images.githubusercontent.com/898335/195969714-e90b14a8-cd5d-4609-9b17-1e92983f9ff7.mov

I don't think it's specific to Hiragana -> Kanji. There may be other cases where the type ahead results for other languages that use the multiple level control that the Kanji uses would also cause it to cancel. I'm not sure if this is specific to GBoard, MAUIs implementation of the search bar, or the search bar in Android itself.

@rachelkang I think someone on the MAUI team can look at this, you don't need to understand Japanese to debug it nor does your device or emulator need to be in Japanese to replicate it. I would first look at the base control used for the search bar to see if it shows the same behavior outside of MAUI and in Android, and to try other keyboards to see how they work.

drasticactions avatar Oct 15 '22 05:10 drasticactions