- Joined
- Jan 12, 2016
- Messages
- 65,302
- Reaction score
- 145,849
- Points
- 2,088
- Gender
- Male
when scroll to workspace is on and i refresh the page, it doesnt scroll, anyone know how i can fix that?
In Chrome? You can try addingI don't know if there is a fix for that.
Code:
setTimeout( function(){workspace.scrollIntoView(); workspace.focus();}, 500);
setTimeout( function(){workspace.scrollIntoView(); workspace.focus();}, 1000 );
setTimeout( function(){workspace.scrollIntoView(); workspace.focus();}, 2000 );
Code:
workspace.scrollIntoView();