[kmymoney] [Bug 471210] New transaction and split editor category widget fails to reselect same category correctly

2024-04-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=471210

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/53b9d1
   ||324a7074426aabb4b9b1fc68815
   ||aea27a4
 Resolution|--- |FIXED
   Version Fixed In||5.2
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
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   -2kmymoney/widgets/kmymoneyaccountcombo.cpp
M  +1-0kmymoney/widgets/kmymoneyaccountcombo.h

https://invent.kde.org/office/kmymoney/-/commit/53b9d1324a7074426aabb4b9b1fc68815aea27a4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 471210] New transaction and split editor category widget fails to reselect same category correctly

2023-06-18 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=471210

--- Comment #1 from Jack  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.