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
After drawing in the whiteboard, if the user tries to download a copy of the canvas to the local filesystem by clicking on the download button, the file download won't be triggered. The same issue may occur when the user tries to download files that were shared via chat (not sure if this is a feature).
Current behavior
File download is not triggered.
Expected Behavior
The file should be downloaded (i.e. save dialog opens, allowing the user to save a copy of the file to disk)
Possible Solution
Allowing downloads via the sandbox attribute of the iframe.
Steps to reproduce
Join a call
Open the whiteboard
Draw something
click "download image"
Environment details
The sandbox feature for the iframe was introduced in this PR: #861
Unless there's a reason for the omission, the list of permissions should also include allow-downloads
Description
After drawing in the whiteboard, if the user tries to download a copy of the canvas to the local filesystem by clicking on the download button, the file download won't be triggered. The same issue may occur when the user tries to download files that were shared via chat (not sure if this is a feature).
Current behavior
File download is not triggered.
Expected Behavior
The file should be downloaded (i.e. save dialog opens, allowing the user to save a copy of the file to disk)
Possible Solution
Allowing downloads via the sandbox attribute of the iframe.
Steps to reproduce
Environment details
The sandbox feature for the iframe was introduced in this PR: #861
Unless there's a reason for the omission, the list of permissions should also include
allow-downloads
Opened a PR with a fix: #926
The text was updated successfully, but these errors were encountered: