You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if the "Disable Keyboard Shortcuts" user setting is enabled, using the keyboard shortcuts CTRL+0, CTRL+1, ... , CTRL+9 while focus is on an <iframe> displaying an embedded Studio video will cause the video to jump to a certain point in time.
These keyboard shortcuts are common in web browser to change tabs quickly. Hence, if users use this keyboard shortcuts with focus on a Studio video, the user will lose their previous time in the video, instead of changing tabs as intended.
Steps to reproduce
With the "Disable Keyboard Shortcuts" setting disabled, open a page with an embedded Studio video.
Play the video.
Press the keyboard shortcuts CTRL+0-9.
Enable the "Disable Keyboard Shortcuts" setting, and reload the page with the embedded studio video.
Repeat steps 2-3.
Observe that, regardless of the state of the setting, Studio will interpret these keyboard shortcuts.
Expected behaviour
When the "Disable Keyboard Shortcuts" user setting is enabled, CTRL+0-9 will have no effect on embedded Studio video players.
Additional notes
It may be beneficial to show what parts of embedded videos users have watched, in a way similar to how Bilibili displays this information. This would allow users to quickly find their spot in the video if they lose it with the "Disable Keyboard Shortcuts" setting disabled, or accidentally click to another part of the video.
The text was updated successfully, but these errors were encountered:
Summary
Even if the "Disable Keyboard Shortcuts" user setting is enabled, using the keyboard shortcuts CTRL+0, CTRL+1, ... , CTRL+9 while focus is on an
<iframe>
displaying an embedded Studio video will cause the video to jump to a certain point in time.These keyboard shortcuts are common in web browser to change tabs quickly. Hence, if users use this keyboard shortcuts with focus on a Studio video, the user will lose their previous time in the video, instead of changing tabs as intended.
Steps to reproduce
Expected behaviour
When the "Disable Keyboard Shortcuts" user setting is enabled, CTRL+0-9 will have no effect on embedded Studio video players.
Additional notes
It may be beneficial to show what parts of embedded videos users have watched, in a way similar to how Bilibili displays this information. This would allow users to quickly find their spot in the video if they lose it with the "Disable Keyboard Shortcuts" setting disabled, or accidentally click to another part of the video.
The text was updated successfully, but these errors were encountered: