Typically it is possible to get a textarea to focus using the autofocus
attribute or with jQuery such as $('textarea').focus();
Using the textarea provided by the ShareJS package for Meteor breaks these assumptions.
There is a demo of ShareJS for meteor.