]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6927
authorsoufiane <soufiane@cubedesigners.com>
Wed, 22 May 2024 14:25:54 +0000 (16:25 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 22 May 2024 14:25:54 +0000 (16:25 +0200)
js/quiz.accessibility.js
js/quiz.screens.js

index 437e2071104a9ead46ea51faf3b2e718f6e5f7b4..aa383f74eade2bf753294690008e5fbb23754caa 100644 (file)
@@ -25,7 +25,7 @@ QuizAccessibility.prototype = {
                     let el = $(':focus').find('[aria-keyshortcuts]')
                     if(el.length < 1) {
                         console.log('ok')
-                        $(':focus').get(0).click();
+                        //$(':focus').get(0).click();
                     }
                     if ($this.quiz.utils.isEnabled(el)) {
                         el.get(0).click((e) => { return false; });
index 2ae8946bae1c16ce551a7c0915caa33e7e404789..fcf7c39326e134eefe95fa74cba38e9a5532384a 100644 (file)
@@ -45,7 +45,6 @@ QuizScreens.prototype = {
         //
         $(document).on("click", ".btn.moreinfo, .close-explaination", function (e) {
             e.preventDefault();
-            e.stopPropagation();
             $this.showExplaination();
         });