diff --git a/jspsych.js b/jspsych.js index 0b29334f..fbd64aa5 100755 --- a/jspsych.js +++ b/jspsych.js @@ -615,7 +615,7 @@ var jsPsych = (function() { } $('#jspsych-fullscreen-btn').off('click'); DOM_target.html(''); - go(); + setTimeout(go, 1000); }); } } else { diff --git a/tests&examples/fullscreen-mouse-bug.html b/tests&examples/fullscreen-mouse-bug.html new file mode 100644 index 00000000..bedc42d4 --- /dev/null +++ b/tests&examples/fullscreen-mouse-bug.html @@ -0,0 +1,31 @@ + + + + + + + + + + + +
+ + + +