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
I agree to follow the Code of Conduct that Ferdium Recipes adheres to.
I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Ferdium Version
7.0.0
Recipe Name
proton-drive
Recipe Version
1.1.1
Last Known working version of the recipe
No response
Steps to reproduce
Sign in.
Click on "+ New"
Click on "New Document"
OR, if you already have a document in Proton Drive…
Sign in.
Click on the document.
Click on the edit button (blue document image) in the top bar.
(OR)
Sign in.
Click on the three dots on the far right end of the document.
Click on "Open"
Expected Behavior
Proton Drive opens the document for editing.
Actual Behavior
Nothing.
An error is thrown in the developer console:
window.ts:57 Uncaught (in promise) TypeError: e.close is not a function
at Object.close (window.ts:57:29) at openDocument (useDocumentActions.ts:62:15) at async l (useOpenInDocs.ts:27:13)
close
@
window.ts:57
openDocument
@
useDocumentActions.ts:62
await in openDocument
l
@
useOpenInDocs.ts:27
action
@
OpenInDocsButton.tsx:21
onClick
@
ContextMenuButton.tsx:23
ia-expanded="true" tabindex="-1" style="box-sizing: border-box; min-width: 0px; min-height: 0px; outline-width: 0px; flex: 0 0 auto;"> window.ts:57 Uncaught (in promise) TypeError: e.close is not a function at Object.close (window.ts:57:29) at openDocument (useDocumentActions.ts:62:15) at async l (useOpenInDocs.ts:27:13)
Screenshots
No response
Additional Information
Proton Drive for some reason uses JavaScript to open a new tab for the document editor, instead of an ordinary link that could be opened in Ferdium. I'm not sure whether this can or cannot be intercepted. Figured I would ask for it to be looked at just in case.
close
@
window.ts:57
openDocument
@
useDocumentActions.ts:62
await in openDocument
l
@
useOpenInDocs.ts:27
action
@
OpenInDocsButton.tsx:21
onClick
@
ContextMenuButton.tsx:23
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Ferdium Version
7.0.0
Recipe Name
proton-drive
Recipe Version
1.1.1
Last Known working version of the recipe
No response
Steps to reproduce
OR, if you already have a document in Proton Drive…
(OR)
Expected Behavior
Proton Drive opens the document for editing.
Actual Behavior
Nothing.
An error is thrown in the developer console:
at Object.close (window.ts:57:29)
at openDocument (useDocumentActions.ts:62:15)
at async l (useOpenInDocs.ts:27:13)
ia-expanded="true" tabindex="-1" style="box-sizing: border-box; min-width: 0px; min-height: 0px; outline-width: 0px; flex: 0 0 auto;">
window.ts:57 Uncaught (in promise) TypeError: e.close is not a function
at Object.close (window.ts:57:29)
at openDocument (useDocumentActions.ts:62:15)
at async l (useOpenInDocs.ts:27:13)
Screenshots
No response
Additional Information
Proton Drive for some reason uses JavaScript to open a new tab for the document editor, instead of an ordinary link that could be opened in Ferdium. I'm not sure whether this can or cannot be intercepted. Figured I would ask for it to be looked at just in case.
The text was updated successfully, but these errors were encountered: