Summary: | KPhotoAlbum crashes when refreshing a Category view when the Category is deleted | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Victor Lobo <victor.ip.lobo> |
Component: | Browser | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | VERIFIED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | GIT master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/kphotoalbum/-/commit/061acef783b3980d938aa6f4ba04a81f89ac20ce | Version Fixed In: | |
Sentry Crash Report: |
Description
Victor Lobo
2023-11-25 23:57:37 UTC
Git commit 061acef783b3980d938aa6f4ba04a81f89ac20ce by Johannes Zarl-Zierl. Committed on 28/11/2023 at 23:11. Pushed by johanneszarl into branch 'master'. Fix crash when deleting a category while its category page is shown. When the category page was shown while its category page is shown, one could crash kphotoalbum by refreshing the view. New behavior: Return to the home page when a deleted category page is refreshed. Note: even nicer would be to automatically go to the home page without a manual refresh in this case. M +5 -3 Browser/BrowserWidget.cpp https://invent.kde.org/graphics/kphotoalbum/-/commit/061acef783b3980d938aa6f4ba04a81f89ac20ce Thank you! This bug is fixed. I did encounter another crash bug 478015 while testing this scenario so your note about "automatically go to the home page without a manual refresh" may be a better solution if easy. |