-
Notifications
You must be signed in to change notification settings - Fork 120
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
Cannot insert image from the NC storage into document #3902
Labels
Comments
We should also extend the test to not only assert for the modal to be visible 🙈 https://github.com/nextcloud/richdocuments/blob/main/cypress/e2e/integration.spec.js#L115-L122 |
eszkadev
added a commit
to eszkadev/richdocuments
that referenced
this issue
Aug 15, 2024
Steps to reproduce the behavior: 1. Open any document in Nextcloud Office 2. Insert -> Insert Image... (it shows NC file picker) 3. Double click on any entry (or even anywhere in the dialog?) 4. Click button 'Insert Image' Result: no image inserted, in the browser console we can see error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'path') Signed-off-by: Szymon Kłos <[email protected]>
backportbot bot
pushed a commit
that referenced
this issue
Aug 19, 2024
Steps to reproduce the behavior: 1. Open any document in Nextcloud Office 2. Insert -> Insert Image... (it shows NC file picker) 3. Double click on any entry (or even anywhere in the dialog?) 4. Click button 'Insert Image' Result: no image inserted, in the browser console we can see error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'path') Signed-off-by: Szymon Kłos <[email protected]>
backportbot bot
pushed a commit
that referenced
this issue
Aug 19, 2024
Steps to reproduce the behavior: 1. Open any document in Nextcloud Office 2. Insert -> Insert Image... (it shows NC file picker) 3. Double click on any entry (or even anywhere in the dialog?) 4. Click button 'Insert Image' Result: no image inserted, in the browser console we can see error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'path') Signed-off-by: Szymon Kłos <[email protected]>
elzody
added a commit
that referenced
this issue
Aug 19, 2024
[stable29] Fixes #3902 : allow double click in image picker
elzody
added a commit
that referenced
this issue
Aug 19, 2024
[stable30] Fixes #3902 : allow double click in image picker
hcvcastro
pushed a commit
to hcvcastro/nextcloud-richdocuments
that referenced
this issue
Nov 21, 2024
Steps to reproduce the behavior: 1. Open any document in Nextcloud Office 2. Insert -> Insert Image... (it shows NC file picker) 3. Double click on any entry (or even anywhere in the dialog?) 4. Click button 'Insert Image' Result: no image inserted, in the browser console we can see error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'path') Signed-off-by: Szymon Kłos <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
User tries to insert remote image (from NC file picker) and it doesn't do anything.
To Reproduce
Steps to reproduce the behavior:
Result: no image inserted, in the browser console we can see error:
The text was updated successfully, but these errors were encountered: