When tabbing to a new element, make sure it is visible
@@ -492,6 +492,7 @@ bool ElementDocument::SearchFocusSubtree(Element* element, bool forward)
if (element->GetProperty<int>(TAB_INDEX) == TAB_INDEX_AUTO)
{
element->Focus();
+ element->ScrollIntoView(false);
return true;
}