From: soufiane Date: Wed, 22 May 2024 13:27:07 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ab9dea7fbd9bc8499d887f89781bcb5486592a93;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index ced76ec..3a42005 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -23,6 +23,9 @@ QuizAccessibility.prototype = { if (key === 'ENTER') { let el = $(':focus').find('[aria-keyshortcuts]') + if(!el) { + $(':focus').get(0).click(); + } if ($this.quiz.utils.isEnabled(el)) { el.get(0).click((e) => { return false; }); return true; diff --git a/views/screens/question_country.blade.php b/views/screens/question_country.blade.php index 207e5a1..388550e 100644 --- a/views/screens/question_country.blade.php +++ b/views/screens/question_country.blade.php @@ -5,8 +5,8 @@
-