Using Forms 9.2. When I load a pending task that is read-only in IE 11, the form loads correctly, but focus is not always given to the form window. I need to click inside the loaded form once or twice for focus to return. After that, I can then scroll up and down, etc. This has been confusing to our end users as it appears the form has locked up or become unresponsive.
I'm unsure what causes this behavior, but things I've determined / eliminated:
- Only happens in IE 11, not Firefox or Chrome.
- Does not happen when the form is editable, only when the form is read-only.
- I've ensured the form is fully loaded (waited up to 30 seconds) before attempting to scroll, etc. As stated, the form is loaded, the problem is that focus is not present.
- Field types and/or form lengths do not seem to matter, the issue happens on both short and long forms, and forms with or without upload fields, etc.
So all that said, anyone else experienced this issue? Anyone know what causes it? Is there a jQuery code snippet I can use to force focus?
Thanks!