plibither8 / refined-hacker-news

✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better
MIT License
807 stars 34 forks source link

“Features to disable” textbox loses keypresses if you type quickly #41

Closed chris-morgan closed 5 years ago

chris-morgan commented 5 years ago

My guess, without referring to code, is that there’s some sort of slow two-way data binding involved. If I type at even fifty words a minute it still loses the occasional keypress; at a hundred words a minute it loses quite a few.

plibither8 commented 5 years ago

Yes, after looking into the problem deeper, I've realised that the 'OptionsSync' function causes this to happen. I think it's more appropriate to register this bug in the webext-options-sync repo.

Thanks for pointing it out :)