-
Notifications
You must be signed in to change notification settings - Fork 159
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
Responses are rendered in different places #5085
Comments
@labkode could you check if this is still the case? Should have been fixed by our recent changes |
Closed as fixed (due to various performance improvements) unless @labkode can reproduce |
Hi, we managed to reproduce this error again. As described in #5875, loading the |
As discussed today this is major issue in general. To short-cut it we need to disable the PROPFIND to root when loading the UI. This is a major issue for the web and I hope it can be fixed without having to change framework. |
@kulmann @dragotin |
Thank you for your comment, I was finally able to reproduce it locally. We only solved edge cases within one view so far (so if you navigate into sub- or parent-folders in the |
I've tested it and it looks better. But I still manage to reproduce the issue. One of the times I reproduced, I don't remember what I did. But I got a "resource not found", like when in the past we switched views (but I might have clicked in an empty folder as well... Don't know). In another, in the files/list/all, I clicked the breadcrumb to go to a higher level (with takes some time to load), then hit the "back" button of my browser. The route changed, the request started and finished, but the page kept loading, waiting for the upper level request. When that one finished, the page rendered with its contents, but the route+breadcrumb was not matching the content. This leads me to conclude that although it seems that seeing this issue when switching between views has become hard (or impossible), it's still easy to reproduce when in the same view. |
@diocas, good catch, thank you. It was implemented for switchings views, but not for switching a resource in the same view. |
@fschade tested and looks ok! |
thanks @diocas |
ping @kulmann |
Please provide steps to reproduce. If I do what you show in the screen capture, even with throttled connection and large folders, I can't reproduce it. |
Seems fixed, if not @elizavetaRa please reopen. |
If I send a request to list a large directory /
A/B/C
.In the mean time I change path to
/Z
.Request to
/A/B/C
finished and shows the content ofC
insideZ
.The expected behaviour is that the response should not be rendered as this is not the original path it was requested.
The text was updated successfully, but these errors were encountered: