-
Notifications
You must be signed in to change notification settings - Fork 331
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
Windows Firefox Japanese input get broken #1135
Comments
I found the |
It's plan is not so different, but its current change is not effective on this issue. |
It's required to consider |
https://codepen.io/tats-u/pen/KKGXxEM enterkeyhint_firefox.mp4(↓Chrome) enterkeyhint_chrome.mp4 |
Maybe a bug of Firefox |
Hello @tats-u, thanks for reporting this issue! I can't replicate the issue on my end, using Firefox v112.0.2 and OSX 12.6.3 with a Japanese (Romaji) keyboard. Am I replicating the steps correctly? Seems to be specifically related to Firefox for Windows. Screen.Recording.2023-05-03.at.16.16.32.movThank you! |
If you can input hiraganas other than あ, い, う, え, and お, your browser isn't affected. I found Android is also affected. |
Available choices:
|
I believe the new approach in #901 may fix this, can you try the deploy preview once it runs? |
I think it's effective. E.g. Google knows the relations: 検索→けんさく→kensaku & 腱鞘炎→けんしょうえん→kensho(u)en |
CodeSandBox CI is not latest. |
@tats-u It should be good now! |
CodeSandBox isn't still fresh and I can't try; diff looks great though |
@tats-u This CSB for example should be up to date: https://codesandbox.io/s/algolia-autocomplete-example-starter-c1s0ln |
@FabienMotte I'm afraid it's been NEVER improved AT ALL. not_improved.mp4What I've modified is just appending of the 3rd entry. https://codesandbox.io/s/algolia-autocomplete-example-starter-forked-sdo4b3?file=/app.tsx |
Meeting the same problem when input chinese in Windows Firefox. Avoid the change of autocomplete/packages/autocomplete-core/src/getPropGetters.ts Lines 187 to 189 in a76b914
|
Seems to work well on Firefox as well, here with Pinyin, I believe it would be the same for Japanese with romaji : Screen.Recording.2024-01-03.at.17.26.41.movI can only test on Mac though so if you could try on Windows please @TheKonka, you can try right there : https://codesandbox.io/s/algolia-autocomplete-example-react-renderer-lt4cr9 |
@aymeric-giraudet I've tested it on window, no problem, it's great! |
@aymeric-giraudet Now works well in Windows + Firefox + Google Japanese Input. |
I am looking forward to the release of v1.13.1. |
We've found a regression in InstantSearch which uses the same code, where "text suggestions" in Samsung phones unfortunately don't correctly search anymore, so we'll fix that first |
That is bad news but I am looking forward to a fix. |
Of course if you don't support Samsung, you can still rely on the already shared patch, but as we reverted the fix, I'll reopen this until it's back |
Track: algolia/instantsearch#5986 |
Hi, you can now update to autocomplete v1.15.1 and set the |
Description
docusaurus-theme-search-algolia
in Windows Firefox facebook/docusaurus#8952Reproduction
https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/
Steps
ime_canceled.mp4
Expected behavior
↓Search bar just above
autocomplete_success.mp4
Other browsers (Chromium-based) work well.
Environment
The text was updated successfully, but these errors were encountered: