mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #203] [Bug] [Firefox] Selecting a text and dragging it to a new tab redirects to the homepage of whoogle-search #141
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#141
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 @flame-0 on GitHub (Feb 16, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/203
Bug
When selecting a text, and dragging it to a new tab, it will just be directed to the home page of whoogle-search instead of showing the results.
Reproduce
Steps to reproduce the behavior:
Deployment Method
Version of Whoogle Search
Desktop Specifications
@benbusby commented on GitHub (Feb 20, 2021):
This is actually a pretty weird bug. I can't tell what Firefox is trying to do, but from what I can see in the Flask logs, no data is actually forwarded to the server (not even data with an unrecognized mimetype) when dragging text to a new tab. I'll keep looking into it, but just wanted to make that note in case anyone else stumbles across this issue.
@flame-0 commented on GitHub (Feb 21, 2021):
Alternatively solution: The addon, Add custom search engine, fixed my problem.
@benbusby commented on GitHub (Mar 7, 2021):
It looks like the addon you recommended is probably the only solution at the moment. I haven't tracked down what exactly Firefox does behind the scenes when text is dragged to a new tab, but it isn't sending anything to the Whoogle server, so I assume it's something I can't fix on my end.