mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #629] [BUG] (Android) search suggestions don't appear on result page #400
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @posta246 on GitHub (Jan 27, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/629
Describe the bug
Hi,
I have a problem with autocomplete, seems different from bug #181: it works in a strange way, delete words or char etc, but only in the search box that you have in whoogle app after you have done the first search (no the first page, the second...). Do know how to explain, will try in the step below. In the closed #181 bug you say it is due to firefox... but same search box of google works (read below to understand which box I refer to).
To Reproduce
Steps to reproduce the behavior:
Deployment Method
Version of Whoogle Search
it happens on 0.7.0 and 0.7.1 too
Smartphone (please complete the following information):
@benbusby commented on GitHub (Jan 28, 2022):
I'll try to look into this soon, but since I don't have access to an Android device at the moment, it might be a while before I can accurately test it.
If anyone else reading this has an Android and is willing to contribute, I'm happy to help with debugging.
@DUOLabs333 commented on GitHub (Feb 11, 2022):
@posta246 Does it work on Chrome or Vivaldi?
@Martin555 commented on GitHub (Feb 16, 2022):
I can reproduce this problem on an Android 10 device with Firefox Beta 98.0.0 since Whoogle 0.7.0.

In this example, I typed
whoogle whoogle 4gband it got:So I used the Firefox remote debugging via USB to investigate, but the only warnings I found were:

I also noticed, that on every character, you type in the search bar, one more

inputandkeydownevent listener is added to the input (mobile version). Those might fight each other under certain circumstances:If you could give me a hint, what I can check specifically, I would be glad to help debugging.
@bruvv commented on GitHub (Jun 5, 2022):
Can this be related? https://github.com/benbusby/whoogle-search/issues/370
@benbusby commented on GitHub (Jun 7, 2022):
This should be fixed now -- I got a hold of an Android tablet to test with, and also ran a quick test in an Android sim. The search suggestion front-end code has been refactored and shouldn't have the bug where a new event listener is attached for all input events (I believe that's what was causing the problem).
If anyone continues to see this happening on their Android device, please re-open the issue and I'll dig a bit more to see if there's a deeper issue here.