Files
media-player-server/media_server
alexei.dolgolyov db777fa64b
Lint & Test / test (push) Successful in 1m18s
fix: prevent dialog showModal from auto-focusing first input
Patches HTMLDialogElement.prototype.showModal globally to move focus
onto the dialog element itself instead of the first focusable
descendant. On touch devices the previous behavior popped up the
on-screen keyboard whenever a modal opened, which was confusing.
2026-04-07 19:01:42 +03:00
..