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

Bug: Text not being entered correctly in the search bar on Android (Samsung) IME #2367

Open
lumirlumir opened this issue Nov 22, 2024 · 2 comments

Comments

@lumirlumir
Copy link
Contributor

lumirlumir commented Nov 22, 2024

Description

In the Android (Samsung) environment, while typing on the keyboard, an issue occurs where letters are automatically deleted after entering 2–3 characters, even though the backspace button has not been pressed. This issue happens consistently across all websites that use DocSearch, including the official documentation for DocSearch, Babel, React, and etc.

Important

But it works well in 'Windows Chrome', 'Windows Edge', and 'Android Samsung Internet'.

This bug only happens in 'Android Chrome'.

The specifications of the mobile device I am currently using are as follows:

  • OS: Android 14
  • Device: Galaxy S21 (SM-G991N Build/up1A.231005.007)
  • Browser: Chrome 131.0.6778.40

Please see the videos below. It's the dev environment of the DocSearch repository.

Screen_Recording_20241122_235409_Chrome.mp4

Steps to reproduce

  1. Go to 'search bar'.
  2. Click on 'search input'.
  3. Type some alphabets.
  4. See error.

Live reproduction:

This bug only occurs in the Android environment. You can reproduce it by simply running yarn playground:start and typing some words in the search bar. It happens across the entire DocSearch environment, and I believe it's quite a critical issue.

Expected behavior

When typing, the letters should be entered correctly without being automatically deleted.

Environment

  • OS: Android 14
  • Device: Galaxy S21 (SM-G991N Build/up1A.231005.007)
  • Browser: Chrome 131.0.6778.40
  • DocSearch version: 3.8.0 (latest)

Please let me know if you need more context.

@lumirlumir lumirlumir changed the title Text not being entered correctly in the search bar on Android IME Bug: Text not being entered correctly in the search bar on Android IME Nov 22, 2024
@randombeeper
Copy link
Collaborator

Thank you for the report. Obviously it is happening to you (thanks for the video) but just to provide additional input/observations on this, I'm not seeing any other reports coming in so far. I just tried a few of the DocSearch sites on my Google Pixel 7 (Android) with Chrome and not seeing issues either. I'll continue to be on the lookout however!

@lumirlumir
Copy link
Contributor Author

lumirlumir commented Nov 23, 2024

Hello, @randombeeper. Thank you for reviewing this issue.

I’ve tested the results across four different Samsung devices, and all of them show the same behavior. Based on this, I believe the bug occurs specifically on Samsung devices. It would be best to test this issue using the latest Samsung models.

Here is the list of devices I used for testing:

  1. Samsung Galaxy S21
  2. Samsung Galaxy S23 Ultra
  3. Samsung Galaxy Tab S6
  4. Samsung Galaxy Tab S7

Additionally, while I’m not entirely certain, I suspect the issue might be related to the IME (Input Method Editor) on Samsung devices.


I found that it works fine in FireFox. This issue only occurs in Chromium-based browsers.

@lumirlumir lumirlumir changed the title Bug: Text not being entered correctly in the search bar on Android IME Bug: Text not being entered correctly in the search bar on Android Samsung IME Nov 23, 2024
@lumirlumir lumirlumir changed the title Bug: Text not being entered correctly in the search bar on Android Samsung IME Bug: Text not being entered correctly in the search bar on Android (Samsung) IME Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants