Hi,
According to the following
RichHtmlField.HasInitialFocus Property
the focus is set to the first occurrence of RichHtmlField no matter it's place with respect to other controls and it causes the page to scroll down if the control is down at the bottom.
How can this behavior be avoided if it is not required to focus on any field when page is loaded using custom page layout.
Adeveloper