parent
4da518296e
commit
6e7e144900
|
@ -185,6 +185,9 @@ H5P.ConfirmationDialog = (function (EventDispatcher) {
|
||||||
popup.classList.remove('hidden');
|
popup.classList.remove('hidden');
|
||||||
popupBackground.classList.remove('hiding');
|
popupBackground.classList.remove('hiding');
|
||||||
|
|
||||||
|
// Focus confirm button
|
||||||
|
confirmButton.focus();
|
||||||
|
|
||||||
// Resize iFrame if necessary
|
// Resize iFrame if necessary
|
||||||
if (resizeIFrame && options.instance) {
|
if (resizeIFrame && options.instance) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
@ -198,10 +201,6 @@ H5P.ConfirmationDialog = (function (EventDispatcher) {
|
||||||
|
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
// Programmatically focus popup
|
|
||||||
popup.setAttribute('tabindex', '-1');
|
|
||||||
popup.focus();
|
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue