if ( this.autoFocus ) {
        // Event 'focus' does not bubble, but 'focusin' does.
        this.stackLayout.$element.on( 'focusin', this.onStackLayoutFocus.bind( this ) );
    }