Preserve focus

When re-focusing page content, return focus to element that was active before blur, instead of root element.

Forfatter
myf
Daglige installasjoner
0
Totale installasjoner
24
Vurderinger
0 0 0
Versjon
1.0
Lagd
14.06.2021
Oppdatert
14.06.2021
Lisens
I/T
Gjelder
Alle sider

This always drove me nuts: having focused element in mid-page and switching away from the page (to URL bar for example), browser gives me zero means to quickly return to same element without painfully tabbing again.

This super simple script fixes it: when returning focus to the page, it moves it last focused element.

(I think this is what browsers should do by default.)