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

Clear selections upon dir change #5

Open
qqmyers opened this issue Sep 16, 2022 · 2 comments
Open

Clear selections upon dir change #5

qqmyers opened this issue Sep 16, 2022 · 2 comments

Comments

@qqmyers
Copy link
Contributor

qqmyers commented Sep 16, 2022

It looks like the selection dialog doesn't keep track of the full path in the right pane and uses the path from the left pane, so if/when that changes, the selections on the right are invalid. causing uploads to fail. Either tracking the path or clearing the selections upon dir change would help avoid that issue.

@pdurbin
Copy link
Contributor

pdurbin commented Sep 16, 2022

Right. For example, I couldn't transfer /~/CryptoDB/Current_Release/CbaileyiTAMU-09Q1/xml/. I got "file not found" and "path": "/~/nullCryptoDB-59_CbaileyiTAMU-09Q1_NCBILinkout_Nucleotide.xml"

Screen Shot 2022-09-16 at 12 09 27 PM

I also reported the "Up one folder" button not working for me. (I'm on Firefox, if it matters.) The work around is to edit the path manually. @lubitchv said it's the same bug so I'm mentioning it here. Here's a screenshot of that button:

Screen Shot 2022-09-16 at 12 11 56 PM

@qqmyers
Copy link
Contributor Author

qqmyers commented Sep 16, 2022

That's not this issue. Those are due to the EUPath endpoint not having an absolute path. This is an issue where if, assuming EUPath had an absolute path. in your pic you selected fasta now, /~/CryptoDB/Current_Release/CbaileyiTAMU-09Q1/fasta/xml/ wouldn't exist and files couldn't be transferred. The right pane either needs to clear or to remember what the path was when it was selected.

I don't think we have an issue for the absolute path problem yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants