mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #20] [BUG] Firefox autofocus not working properly #15
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#15
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 @benbusby on GitHub (May 10, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/20
Originally assigned to: @benbusby on GitHub.
Describe the bug
Autofocus of the search field on the main page was added in #16, but didn't seem to be working properly on Firefox (version 76, macOS).
To Reproduce
Expected behavior
Search field should be focused on page load
Desktop (please complete the following information):
@raonetwo commented on GitHub (May 10, 2020):
can confirm, doesn't work on Ubuntu 20.04 either.
@benbusby commented on GitHub (May 15, 2020):
Closing this for now -- I can't get anything to work for autofocus. Adding
autofocusto the input field doesn't work, adding focus scripting to the js controller, and manually triggering focus through js all don't work. At this point I'm inclined to think that this might be a weird Firefox issue, since it works fine on every other browser + OS combination I've tried.If someone comes across this and notices that it's something I've overlooked, please feel free to reopen.