Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

clipboard.autocopy=false in about:config, - no effect. selecting text still copies to clipboard

  • 2 odgovora
  • 2 imaju ovaj problem
  • 116 prikaza
  • Posljednji odgovor od adlet06

more options

I have a custom firefox extension that grabs data from the clipboard, as well as selected text from the firefox document. Problem is, every time I select text, it overrides the clipboard data with selected text data. The clipboard always mirroring my text selection. I need to disable this. Or, ensure that selected text gets sent to primary clipboard, while firefox extension accesses clipboard. (I am assuming nsIClipboard pulls data from clipboard vs primary-clipboard).

I am confident that selected text is being dumped into clipboard, and not into primary clipboard. Selected text always overrides whatever I copied using Ctrl + C command. Middle mouse click, or Ctrl + V output same thing.

I have changed the default setting in about:config to clipboard.autocopy value= false. I have restarted my system and selected text still saves to clipboard.  This issue does show up on this thread here https://bugzilla.mozilla.org/show_bug.cgi?id=854565. But it is checked as solved. Apologies if this question should have been posted there. I am using Linux Mint 17, Firefox 32.0.3

Any help greatly appreciated.

I have a custom firefox extension that grabs data from the clipboard, as well as selected text from the firefox document. Problem is, every time I select text, it overrides the clipboard data with selected text data. The clipboard always mirroring my text selection. I need to disable this. Or, ensure that selected text gets sent to primary clipboard, while firefox extension accesses clipboard. (I am assuming nsIClipboard pulls data from clipboard vs primary-clipboard). I am confident that selected text is being dumped into clipboard, and not into primary clipboard. Selected text always overrides whatever I copied using Ctrl + C command. Middle mouse click, or Ctrl + V output same thing. I have changed the default setting in about:config to clipboard.autocopy value= false. I have restarted my system and selected text still saves to clipboard. This issue does show up on this thread here https://bugzilla.mozilla.org/show_bug.cgi?id=854565. But it is checked as solved. Apologies if this question should have been posted there. I am using Linux Mint 17, Firefox 32.0.3 Any help greatly appreciated.

Izabrano rješenje

I have solved the problem. I first updated all my software, which had no effect. Then I realized another extension may be adding this functionality. And voila! I am pretty sure Fastest Search was the culprit. I disabled the addon, although, this feature can probably be turned off.

I hope this helps any future users that face this same issue.

Pročitaj ovaj odgovor u kontekstu 👍 2

Svi odgovori (2)

more options

Odabrano rješenje

I have solved the problem. I first updated all my software, which had no effect. Then I realized another extension may be adding this functionality. And voila! I am pretty sure Fastest Search was the culprit. I disabled the addon, although, this feature can probably be turned off.

I hope this helps any future users that face this same issue.

more options

Had the same problem, thanks for the solution. To only disable the feature and not the entire addon use the following setting in about:config:

extensions.fastestsearch.autocopy = false