Closed
Bug 1430472
Opened 8 years ago
Closed 8 years ago
WebExtension: "Enable Right Click and Copy" prevents selecting search results
Categories
(WebExtensions :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: frmart27, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180111124119
Steps to reproduce:
1 / on a website, in a search bar (example: google)
2/ There are research suggestions
3 / when I select with the mouse pointer a search suggestion
4 / this suggestion is not selected
5 / I am forced to use the keyboard to select a suggestion (with the keyboard key: up / down.
Actual results:
the suggestion can not be selected with the mouse
Expected results:
I would like to be able to select a search suggestion with the mouse pointer
Firefox version desktop Windows (Windows 10 x32 and x64)
I can repeat this problem on two computers.
Comment 2•8 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
I had tested this issue on Windows 10 x64 with latest Firefox Release(57.0.4) and the latest Nightly (59.0a1-20180116220110) and haven't manage to reproduce the issue.
On a website in the search bar (google, youtube), after typing any word or characters, when search suggestions are displayed if a suggestion is selected using the mouse, the corresponding webpage is displayed.
Here's a screen recording: https://goo.gl/bHbt9r
Can you please retest this using a new clean Firefox profile (https://goo.gl/x4EdXd), maybe even safe mode, to eliminate custom settings as a possible cause (https://goo.gl/fPLNDn)? Could you also test this using the latest Nightly build (https://nightly.mozilla.org/)?
Flags: needinfo?(frmart27)
I found the cause of this problem. It is an installed and activated extension that causes this problem.
I have disabled all extensions of Firefox and I will activate one by one the extensions to find the faulty extension of this problem.
Thank you for your reply and sorry!
I'll give you the name of this extension. I'm doing the tests now.
Flags: needinfo?(frmart27)
I ended up finding the extension that causes this problem:
Enable Right Click and Copy - Version 2017.4.12
https://addons.mozilla.org/en-US/firefox/addon/enable-rightclick-and-copy/?src=api
Comment 5•8 years ago
|
||
Thank you for finding the extension. Normally we don't support third-party extensions, however I'm concerned that this one could be using an API that needs fixing, or there's something being injected in too many places - since the search results shouldn't be affected.
Hence moving this to WebExtensions, so they can take a look at what is happening.
Component: Search → WebExtensions: General
Product: Firefox → Toolkit
Summary: problem to select a suggestion with the mouse → WebExtension: "Enable Right Click and Copy" prevents selecting search results
Comment 6•8 years ago
|
||
This extension injects a content script that installs event handlers for mouseup and mousedown among other things. I believe everything in the browser is working correctly and this is a bug in the extension, your best bet is to report this to the author of the extension.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Thank you, I left a comment on this problem (I saw from another user, he wrote about this same problem)
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•