You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
progress dialog pops up
- placeholder %1 is not replaced with track count
- progress bar stuck at the left
- blocks success dialog
If the success notice is confirmed within < 2s and there will be no progress dialog.
If two tracks are removed, the delayed dialog is stuck at 50% (and also shows the %1 placeholder.
Seems that the track batch process timer is still running after applyTrackPointerOperation() has finished but the TrackPointerOperation is not deleted?
slotRemoveFromDisk is the only slot that does stuff after applyTrackPointerOperation() has finished so I guess this bug can only be reproduced there.
The text was updated successfully, but these errors were encountered:
Reported by: ronso0
Date: 2022-06-28T13:13:31Z
Status: Fix Committed
Importance: Medium
Launchpad Issue: lp1980091
Tags: library
Attachments: Screenshot_2022-06-28_13-27-36.png
tested with 1 track:
click Delete from Disk in the track menu (deck or tracks table)
confirm
file is deleted, track is purged
delete success notice pops up
wait > 2s (TaskMonitor::kDefaultMinimumProgressDuration?)
progress dialog pops up
- placeholder %1 is not replaced with track count
- progress bar stuck at the left
- blocks success dialog
If the success notice is confirmed within < 2s and there will be no progress dialog.
If two tracks are removed, the delayed dialog is stuck at 50% (and also shows the %1 placeholder.
Seems that the track batch process timer is still running after applyTrackPointerOperation() has finished but the TrackPointerOperation is not deleted?
slotRemoveFromDisk is the only slot that does stuff after applyTrackPointerOperation() has finished so I guess this bug can only be reproduced there.
The text was updated successfully, but these errors were encountered: