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

[BUG] Some bugs related to Details view #4188

Closed
JuancaG05 opened this issue Oct 16, 2023 · 0 comments · Fixed by #4265
Closed

[BUG] Some bugs related to Details view #4188

JuancaG05 opened this issue Oct 16, 2023 · 0 comments · Fixed by #4265
Assignees
Labels
Estimation - 3 (M) p2-high Escalation, on top of current planning, release blocker Type:bug
Milestone

Comments

@JuancaG05
Copy link
Collaborator

There are 2 glitches related to the details screen:

1. Incorrect top bar when coming from preview

Actual behaviour

When coming from a preview which is hosted in an activity (currently images and videos previews), the top bar shown is not the one that should be shown.

Expected behaviour

The top bar should show the back arrow and the file title, not the top bar shown in the root folder.

Steps to reproduce

  1. Go to an image/video preview
  2. Press the 3-dot menu and go to Details
  3. See the incorrect top bar
Record_2023-10-11-19-56-15.mp4

(Thanks @parneet-guraya)

2. Repetitive navigation when coming from preview

Actual behaviour

When coming from a preview which is hosted in an activity (currently images and videos previews), if we press back until we are in the root folder and we press back again, we go back to the preview we were seeing once more.

Expected behaviour

When we are in the root folder and press back, we should exit the app.

Steps to reproduce

  1. Go to an image/video preview
  2. Press the 3-dot menu and go to Details
  3. Press back until we are in the root folder
  4. Press back again
  5. See we are in the preview screen again

This is not a loop, it only happens twice due to the back stack we have (when we are in a preview hosted in an activity and we go to the details screen, FileDisplayActivity is opened again, more details here: #4177 (comment)).

Record_2023-10-15-16-00-23.mp4

(Thanks @parneet-guraya)

Can these problems be reproduced with the official owncloud server?
(url: https://demo.owncloud.org, user: test, password: test)
Yes they can, they are not related to the server but to the app itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Estimation - 3 (M) p2-high Escalation, on top of current planning, release blocker Type:bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant