Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Text disappears while I'm typing on YouTube

  • 2 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga 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...

Krejt Përgjigjet (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.