Remix.run Logo
pjc50 an hour ago

Web developer classic: use Javascript to replace the native, working, internationally supported standard inputs with a different input mechanism that doesn't work.

(saving you a click: AZERTY has digits on the shift key, and for some reason the JS is handling raw keys rather than processed characters)

khalic 10 minutes ago | parent [-]

Former web dev here, you’re… right :-/ the only thing that angers me more than this pattern is when they decide to fuck up scrolling

LoganDark 6 minutes ago | parent [-]

Same. Whenever I visit a website and it has that ridiculous scroll-smoothing JavaScript, I get so annoyed because I have pixel-level trackpad scrolling on macOS and they're just making it feel terrible.