Summary: | Saving a CD does sometimes deselect it in the list instead of keeping it selected | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Bruno Cornec <bruno> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.1.2 | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/tellico/13f0e57ae30ac726798d0080f479a86ee9712d82 | Version Fixed In: | 3.1.3 |
Sentry Crash Report: | |||
Attachments: | Video showing the issue |
Description
Bruno Cornec
2018-05-16 19:06:03 UTC
I'm having trouble reproducing this so far. Any other details you could notice about when it happens would be helpful. You're editing in the Comments tab, "Save" in the dialog, then without closing the dialog, saving the DB, right? And the editor dialog resets? If you can provide the information requested in comment #1, please add it. I redo it just now to be sure of the sequence on my side: I open tellico with my CD database I select a CD in the main list I go into the comment tab from the "Edit entry" window I type my new comment here and press "save entry" Then the line in the main window becomes bold as expected but in the entry window instead of staying with the entry content (due to the fact the CD is still selected), it's reset and I have nothing anymore, and the first tab is shown instead of the comment tab. So I have to go in the main window to re-select the CD again (easy as it's the bold one of course) and at that point the content re-appear in the "Edit entry" window, I have to go back to the comment tab and continue to enter comments. Hope this clarifies the issue described. If you need my CD DB let me know. Created attachment 113483 [details]
Video showing the issue
Git commit 13f0e57ae30ac726798d0080f479a86ee9712d82 by Robby Stephenson. Committed on 09/07/2018 at 01:29. Pushed by rstephenson into branch '3.1'. Do not force a refresh of the quick filter when modifying entries The side effect of refreshing the filter was to clear the selection, which is undesired. On review, no need to manually update the filter anyway since the sort model takes care of re-checking the filter text against the modified entries. FIXED-IN: 3.1.3 M +4 -0 ChangeLog M +0 -1 src/controller.cpp https://commits.kde.org/tellico/13f0e57ae30ac726798d0080f479a86ee9712d82 Your video was very helpful, Bruno. I noticed you had a filter applied which ended up being the right clue, I believe. Let me know if this fixes it completely for you. Thanks Robby ! Your patch fixes it for me and I'm back to the tellico we had before ;-) Great work as usual. I'm pushing it to Mageia updates for our community. Will update to 3.1.3 when ready. |