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
When we try to use the new navigator.clipboard-based paste / paste special in Chrome and the permission is not granted, then the error handling behavior is worse in Firefox where we don't try to use navigator.clipboard.
Steps to Reproduce
Create a Calc document, put 1 and 2 to cells, a SUM() formula to a 3rd cell.
Copy the formula using Ctrl-C.
Click paste special in the notebookbar and reject the permission popup.
Expected Behavior
A popup is shown that you need to use Ctrl-V and the popup disappears when Ctrl-V is pressed, as in Firefox.
Actual Behavior
Nothing happens, just an error message in the devtools console.
Screenshots
Console output:
navigator.clipboard.read() failed: The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://goo.gl/EuHzyv for more details.
Additional Context
This problem is specific to Chrome, it won't happen in Firefox.
The text was updated successfully, but these errors were encountered:
Describe the Bug
When we try to use the new navigator.clipboard-based paste / paste special in Chrome and the permission is not granted, then the error handling behavior is worse in Firefox where we don't try to use navigator.clipboard.
Steps to Reproduce
Expected Behavior
A popup is shown that you need to use Ctrl-V and the popup disappears when Ctrl-V is pressed, as in Firefox.
Actual Behavior
Nothing happens, just an error message in the devtools console.
Screenshots
Console output:
Additional Context
This problem is specific to Chrome, it won't happen in Firefox.
The text was updated successfully, but these errors were encountered: