@rooman
It's not bug, but cursor get focused on search input.
You can disable in global.js by removing this piece of code:
// ON HOME PAGE LOAD, FOCUS SEARCH INPUT
if($('body#home .home-search input[name="sPattern"]').length) {
$('body#home .home-search input[name="sPattern"]').focus();
}