Modern browsers are no longer allowing autofocusing on input elements in cross-origin subframes (iFrames).
We have a customer who had a working cross-origin iFrame deployment which points to an STS Laserfiche repository for their intranet employees to use.
They can no longer login to Laserfiche in the iFrame because there is a focus event on the username field on load, which causes modern browsers to prevent display of the site.
Can this be turned off? It should just be a line of javascript somewhere that calls the focus() method.