Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Text disappears while I'm typing on YouTube

  • 2 răspunsuri
  • 1 are această problemă
  • 1 vizualizare
  • Ultimul răspuns de cor-el

more options

I have an ongoing problem that's really bugging me... When i'm typing a comment on a video while on YouTube the screen will sometimes rapidly scroll down and when I scroll back up what I had typed is gone. Here's the really weird part... It only happens whenever I'm commenting on a particular subject... It's bizarre and I'm not sure what to make of this...

Has this happened to anyone else? Is there a solution?

Also... I have a problem cutting and pasting on YouTube too... I know how to toggle in config but I was wondering if there's a permanent solution so I don't have to constantly enter config to cut and paste...

I'm hoping someone has answers... Take care...

I have an ongoing problem that's really bugging me... When i'm typing a comment on a video while on YouTube the screen will sometimes rapidly scroll down and when I scroll back up what I had typed is gone. Here's the really weird part... It only happens whenever I'm commenting on a particular subject... It's bizarre and I'm not sure what to make of this... Has this happened to anyone else? Is there a solution? Also... I have a problem cutting and pasting on YouTube too... I know how to toggle in config but I was wondering if there's a permanent solution so I don't have to constantly enter config to cut and paste... I'm hoping someone has answers... Take care...

Toate răspunsurile (2)

more options

I don't know why typing particular words or characters would cause the page to scroll. Firefox has some "hotkeys" to open the Find bar or go to the end of the page, but navigation like that shouldn't affect what you had already typed in the form. Maybe there are some hotkeys defined by YouTube which could cause that??

Regarding pasting, an old issue from 2015 recently returned where YouTube throws away the pasted content in Firefox. If you only comment a few times a day, a workaround is to use a bookmarklet -- a script you save as a bookmark -- to bypass this problem. You can install it from here:

https://www.jeffersonscher.com/res/sumomarklets.html#ytpaste

If you use Greasemonkey, Tampermonkey, or Violentmonkey, there's a userscript version of this fix which can apply it automatically when you load a YouTube page:

https://greasyfork.org/en/scripts/12433-fix-paste-on-youtube


Here's the technical explanation for what the bookmarklet script does (the userscript doesn't have the first two parts):

javascript: ... => this protocol informs Firefox that the bookmark is actually a script

void( ... ); => this prevents Firefox from trying to load the script as a web address

addEventListener('paste', function(e){ ... }, true) => this instructs Firefox to take action when you paste into the page (addEventListener on MDN)

e.stopPropagation() => this instructs Firefox not to pass the paste event to any other elements/scripts in the page, so Firefox just proceeds with pasting as normal (stopPropagation on MDN)

more options

Try to disable accessibility services in Firefox.