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

SD card file list does not update correctly when deleting a file if files spread across more than one page #332

Closed
Braintoe opened this issue Mar 12, 2024 · 0 comments · Fixed by #333
Assignees
Labels
Milestone

Comments

@Braintoe
Copy link

Description

Description

See https://forum.duet3d.com/topic/35087/glitch-in-paneldue-fw-3-5-0-rc8-when-deleting-a-file/

Versions

3.5.0rc8 and probably earlier 3.5.0 rc and beta versions as well Error does not occur on v3.4.1 though.

Process

  1. file delete error:
  • start with a Duet that has a PanelDue connected and has several print files on the SD card.
  • click on the SD card symbol on the PanelDue. Click on one of the files (but not the last one) and delete it.
  1. multiple pages error:
  • start with a Duet that has a PanelDue connected and has enough print files on the SD card to require a second page in the file browser (e.g. more than eight on a 5" PanelDue, e.g. 11)
  • click on the SD card symbol on the PanelDue. Click on on the arrow to move to the second page of the file list.

Experienced Result

  1. file delete: file is deleted and file list doubles the last entry
  2. multiple pages: when flipping to the second page the list items where there are new files are updated, the list items below remain as they are on page 1.

Expected Result

  1. file delete: file is deleted and file list shows only the remaining files
  2. multiple pages: only the remaining files are shown on page 2
@Braintoe Braintoe added the bug label Mar 12, 2024
@mfs12 mfs12 self-assigned this Mar 13, 2024
@mfs12 mfs12 added this to the 3.5 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants