Controller.get('view')? managing dom focus from controller events

You could use Ember.Evented to trigger an event from the controller that the view can listen to. Here is a similar discussion with that example and another idea: Best practices of emitting events bound for a view