mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
f737922cdf
In order to focus a field, it needs to be visible, which can't be guaranteed on a core level by the login form JavaScript. Optionally check for visibility via jQuery if it exists, and allow explicit disabling of this behaviour via a unique identifier.