Hacker News new | ask | show | jobs
by eloisius 41 days ago
> Discrepancies between hover and focus handling are a horrible new thing I’m starting to see more in recent interfaces

I feel like I started registering this same thing around the time JS developers started rebuilding every manner of form control in the browser. A text input isn’t fancy enough, it needs to be inside several divs with custom event handling for mouse in, mouse out, keypress etc. but it’s always half baked.