Remove the popup to follow the left mouse click

Issue #77 closed
Former user created an issue

Hi,

I am using it on a chrome browser. The extension is very good but I am having one issue as follows:

before the selection of a text, the left click works fine.

while I select the text it shows the popup and selecting any action or moving the mouse it hides -- this also great.

but if I do not select any action the popup follows each left mouse click. this is annoying.

So can we just remove the popup to follow the left mouse click?

Comments (3)

  1. Andrey Shemetov repo owner

    I can not reproduce this behavior neither in Chrome nor in Firefox. Maybe it is specific for certain site or Chrome version or OS.

    SSK shows popup on MouseUp event and only if there is selected text. From your description it seems that there is selected text, however un-selecting text on the left mouse click is browser functionality, not extension. You can test it by disabling SSK, selecting text then click on the left button. Browser will un-select a text.

    Would suggest to test on different sites and maybe test in another browser or version of the browser.

  2. Former user Account Deleted reporter

    Yea, you are right I tried it on firefox seems working fine. Maybe some other extension creating the issue in my chrome browser. I will try disabling the other extensions.

    Thanks,

  3. Log in to comment