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

IPFS Desktop UI: Rename weird broken behavior #1215

Closed
shoce opened this issue Oct 1, 2019 · 1 comment · Fixed by #1221
Closed

IPFS Desktop UI: Rename weird broken behavior #1215

shoce opened this issue Oct 1, 2019 · 1 comment · Fixed by #1221

Comments

@shoce
Copy link

shoce commented Oct 1, 2019

Describe the bug
When try to rename a file in Files UI after doing it with another file, the UI acts like you are trying to rename the file that you have renamed just before this. The file name field holds the old name of the previous file. And if user acts like not noticing this, something breaks in MFS and later attempts to rename this file fail. If you rename file A to C and then try to rename file B to D, the file name field will be showing name A, if now you cancel and close the dialog, and try renaming again, the name field will show the correct name B and the operation will succeed.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Files UI tab
  2. Click on "..." menu button and choose rename for any file
  3. Type a new name for the file and click Save
  4. Click on "..." menu button and choose Rename for any other file or even for the same file
  5. See the old name of the file just been renamed

Expected behavior
A name of the file being renamed to be shown. Rename to be successful.

Screenshots
IPFS Desktop WebUI Rename Bug

Desktop (please complete the following information):

  • OS: macOS 10.14.6
  • IPFSDesktop: 0.9.4
  • WebUI: v2.5.4 Revision 5ece7e2
@hacdias
Copy link
Member

hacdias commented Oct 2, 2019

Hey @rslnx! Thanks for reporting this. Will fix ASAP.

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

Successfully merging a pull request may close this issue.

2 participants