Skip to content
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

large size file can't be opened in text-editor #8038

Closed
amrita-shrestha opened this issue Nov 29, 2022 · 2 comments · Fixed by #11731
Closed

large size file can't be opened in text-editor #8038

amrita-shrestha opened this issue Nov 29, 2022 · 2 comments · Fixed by #11731
Assignees
Labels
Category:Enhancement Add new functionality Priority:p3-medium Normal priority

Comments

@amrita-shrestha
Copy link
Contributor

Steps to reproduce

  1. Upload a file large.txt of size greater than 10 GB
  2. After the file upload is complete, open the file in text-editor

Expected behaviour

The file should be open in text-editor or some message like large size file can't be opened should be displayed

Actual behaviour

Reload animation is displayed on the text-editor page

reload

Environment general

Operating system: Ubuntu 22.04 LTS

Backend (ownCloud Core or Infinite Scale): ocis

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Environment ownCloud Infinite Scale

Version: v2.0.0-rc.2

Updated from an older Infinite Scale or fresh install: fresh install

Where did you install Infinite Scale from:

Client configuration

Browser: Version 107.0.5304.121 (Official Build) (64-bit)

Operating system: Ubuntu 22.04 LTS

@amrita-shrestha amrita-shrestha added the Type:Bug Something isn't working label Nov 29, 2022
@AlexAndBear
Copy link
Contributor

Hm, generally this is the same behavior as in most OSs, the system freezes :D
@kulmann something we should tackle anyways?

@kulmann
Copy link
Member

kulmann commented Apr 14, 2023

Wouldn't treat this as a bug for the very reason @janackermann stated.

Idea for improvement: when the text editor is opened with a file size above a certain threshold (no idea, really... my IDE warns for files above 4 MB I think) we could show a modal, warning the user that the app might not be able to handle the file size, giving the options to proceed anyway or to exit the editor (same as the normal "close" action in the editor, going back to the location the user came from via closeApp from appNavigation composable).

@kulmann kulmann added Category:Enhancement Add new functionality Priority:p3-medium Normal priority and removed Type:Bug Something isn't working labels Apr 14, 2023
@AlexAndBear AlexAndBear self-assigned this Oct 7, 2024
@AlexAndBear AlexAndBear moved this from Qualification to In progress in Infinite Scale Team Board Oct 7, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in Infinite Scale Team Board Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Enhancement Add new functionality Priority:p3-medium Normal priority
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants