Form Automatically scrolls down and focus on one fieldIssue When we open any of the record in particular table. The focus automatically shifts to a particular fieldCauseIssue is related to the system property "glide.ui.focus_first_element" - On form load, focus on first writable element.The issue is not reproducible if I disable the system propertyOn the form, every element is read-only.The focused field is a True/False typeTested that True/False has a higher focus priority than String and Reference fields on a read-only formBut it has a lower focus priority than Choice on a read-only form ResolutionIt is OOB behavior that the True/False type field is focused per the above testing. You can move the True/False type field to the top of the form if you don't want the screen to scroll down