Summary: | New transaction and split editor category widget fails to reselect same category correctly | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Cory F Cohen <cfcohen77> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/53b9d1324a7074426aabb4b9b1fc68815aea27a4 | Version Fixed In: | 5.2 |
Sentry Crash Report: |
Description
Cory F Cohen
2023-06-18 23:43:55 UTC
I don't have a reference handy, but there has been a previous report that once you select an item in one of the drop-downs (such as category) whether it is actually selected depends on how you proceed. I believe hitting Enter does select correctly, but just hitting Tab does not. I can't tell if that's what you are reporting here, or something else, and I suspect the distinction may be subtle. Git commit 53b9d1324a7074426aabb4b9b1fc68815aea27a4 by Thomas Baumgart. Committed on 08/04/2024 at 19:26. Pushed by tbaumgart into branch 'master'. Keep account selection in case it is not changed Since the QComboBox popup view in general only supports simple lists and is based on the selection of rows, it did not pick up the row as part of an item the subtree but used the item on the top level of the model with the same row instead, but only if there was no change in selection. This change takes care of supporting a tree view as popup with the underlying account model. FIXED-IN: 5.2 M +15 -2 kmymoney/widgets/kmymoneyaccountcombo.cpp M +1 -0 kmymoney/widgets/kmymoneyaccountcombo.h https://invent.kde.org/office/kmymoney/-/commit/53b9d1324a7074426aabb4b9b1fc68815aea27a4 |