-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: on student lessons, "i" causes "focus trap" error #3444
Comments
@gweinberg Problem reproduced and identified, thanks for bringing this to my attention! Working on a fix. It's of course in hindsight and won't help that student, but when encountering this error and similar ones, clicking the retry button at the top right of the error box can resolve it. For this bug, looks like one does not have to reload the page. |
@Planeshifter As a follow up, I got curious what other keyboard shortcuts there might be that could cause problems, so I tried all the letters of the alphabet on https://isle.stat.cmu.edu/36-200-second-summer-23/worldcup_project2/ (in presentation mode), and the following are potentially problematic:
|
@gweinberg Just confirmed the following:
Of course, we could disable the hotkeys like the question queue and the group manager in the presentation mode for instructors. Happy to make that change. |
cool thanks for checking |
Description
on any ISLE lesson in student mode (for instance, https://isle.stat.cmu.edu/36-200-second-summer-23/worldcup_project2/ -> presentation mode to mimic student mode), when you hit the i key on the keyboard it results in the following error:
Confirmed on Chrome on Win11, as well as Firefox on Win10.
Some student recently stumbled on this problem. Quite unfortunately, the only way out of the bug is to reload the browser, which then removed all the output he had previously made. [Luckily he had been saving screenshots on google doc.]
It seems like for instructors, the i key is a keyboard shortcut to open the instructor panel. For students, perhaps ISLE is still looking for the instructor panel to open and then giving an error when it can't find it?
Expected behavior
the i key should not have any action for students on ISLE lessons.
To Reproduce
see above
Version
0.76.23
Link to ISLE lesson
see above
ISLE Code
No response
What browsers are you seeing the problem on?
No response
What browser version?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: