-
Notifications
You must be signed in to change notification settings - Fork 669
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
[QA] Folder without subfolder show the arrow icon #8935
Comments
Tested on Expectation: arrow should disappear from empty folder ❓ @TheOneRing the expectation in this issue does not met. Will there be a fix to meet the expectation or arrow in the empty folders are expected (arrow will not disappear)? |
The problem is that we do a propfind for only the current level. So in the example above, "myfold" is initially not expanded. When it expands, we do a propfind, get back "empty" and "ufold", but we don't know if they have subfolders, so we show the indicator. We only know that "empty" is empty when it is expanded and the propfind returns 0 (zero) items. I tried to do a propfind with depth 2, but that somehow fails: |
When he folder is expanded after pressing the arrow, and we find no children, the arrow should be removed. To do this, we have to emit a row/data changed signal and indicate that there are no children, which should make the arrow disappear. |
Seen with client 2.9.0-beta2 on Windows 10 (Enterprise Evaluation) version 21H1 (OS build 19043.1165)
Actual
Expected
The text was updated successfully, but these errors were encountered: