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

the file list is disappear. #13046

Closed
HelloLemon1992 opened this issue Dec 13, 2018 · 6 comments
Closed

the file list is disappear. #13046

HelloLemon1992 opened this issue Dec 13, 2018 · 6 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: files

Comments

@HelloLemon1992
Copy link

image

image

Steps to reproduce

  1. click in orber from the example image;
  2. the files list is disapper;

Client configuration

Browser: chrome

Operating system: windows 10

@HelloLemon1992 HelloLemon1992 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Dec 13, 2018
@violoncelloCH
Copy link
Member

duplicate of #10770?

@HelloLemon1992
Copy link
Author

duplicate of #10770?

I think not ; because there is the files info , the number of the sum of the recent files;

@violoncelloCH
Copy link
Member

can you check in your browser console > Network:
on click of "recent" there should come in a new GET request for recent
click on recent and go to RESPONSE and copy this JSON response

@HelloLemon1992
Copy link
Author

in this case, when I go step 5, the 'recent' request is not send;
and I resolved it, but I don't know if anything will happen;

apps/files/js/filelist.js

		_onShow: function(e) {
			if (this.shown) {
			//if (this.shown) {
			if (true) {
				this._setCurrentDir('/', false);
				this.reload();
			}

@violoncelloCH
Copy link
Member

violoncelloCH commented Dec 25, 2018

what do you mean with

but I don't know if anything will happen;

?

If you have an idea how to fix this, your very welcome to create a Pull Request for it, so it can be properly reviewed and tested...

@skjnldsv
Copy link
Member

As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: files
Projects
None yet
Development

No branches or pull requests

3 participants