OO.ui.PopupWidget.prototype.bindDocumentKeyDownListener = function () {
    this.getElementDocument().addEventListener( 'keydown', this.onDocumentKeyDownHandler, true );
};