CodeforAustralia / school-finder

:eyes: Find schools by location
https://education.nsw.gov.au/school-finder
GNU General Public License v3.0
18 stars 7 forks source link

fixes/262 - App scrolls down on load #263

Closed reekypete closed 7 years ago

reekypete commented 7 years ago

Bug occurs when focus shifts to body element. Setting tabindex=-1 doesn't reliably fix it so I've coded a brute force solution

techieshark commented 7 years ago

There's some code that is a bit more generic suggested here (no need to .focus() on one or more specific elements to fix this): https://github.com/CodeforAustralia/school-finder/issues/262#issuecomment-256865005

techieshark commented 7 years ago

Superseded by #280