Hacker News new | ask | show | jobs
by godshatter 59 days ago
Also having the cursor show up in the proper place on a new form and having tab order work.
1 comments

Oh yeah.

Keyboard focus and focus indication on browsers is fundamentally broken.

We often notice when focus is buggy. But there are many many hidden/unobvious edge cases.

Previously I created a fix for the worst focusing issues on browsers by creating a fully custom framework (before modern HTML help with popovers/dialogs/overlays/viewports/anchors). No other framework at the time managed Internet Explorer's quirks very well (we served businesses who mostly used that browser).