typing lag in large text input fields
Above 70-75k characters, text input fields on any site have a ton of input lag -- like, I have to wait 10s after I type a sentence for the sentence to finish slowly updating letter by letter. I've tested across multiple sites, and in Private mode (to confirm it's not caused by extensions, none of which are allowed in Private mode).
I also tried setting `accessibility.force_disabled=1` as suggested here and here, but that didn't help (and yes, I restarted). Disabling hardware acceleration didn't help either.
Chosen solution
Try enabling native Wayland with the environment variable MOZ_ENABLE_WAYLAND=1.
Does it still happen with the flatpak package?
Read this answer in context 👍 0All Replies (2)
Chosen Solution
Try enabling native Wayland with the environment variable MOZ_ENABLE_WAYLAND=1.
Does it still happen with the flatpak package?
Wayland fixed it, thanks a bunch! (did not test flatpak)