Summary: | Payer/Payee field in entry form does not grab from dropdown when hitting TAB | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | rsermers |
Component: | ux-ui | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | 5.2.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/0dbd9129db67f7cb741f0dccb9fad5c60a5d32f0 | Version Fixed In: | 5.2.2 |
Sentry Crash Report: |
Description
rsermers
2025-09-01 00:36:37 UTC
Note to self: the first matching entry needs to be selected when the field contents changes so that this works as expected (see behavior in category) Git commit 5213e86c5383ac318514b4ef097a2d6dc4f43c29 by Thomas Baumgart. Committed on 01/09/2025 at 17:12. Pushed by tbaumgart into branch 'master'. Focus out on payee widget takes the selected payee from the popup Hitting TAB in the payee widget only asks to create a new payee if the name is not on file and the popup is not visible. In case the popup contains a selected entry, that name is used. FIXED-IN: 5.2.2 M +32 -3 kmymoney/views/newtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/5213e86c5383ac318514b4ef097a2d6dc4f43c29 Git commit 0dbd9129db67f7cb741f0dccb9fad5c60a5d32f0 by Thomas Baumgart. Committed on 01/09/2025 at 17:13. Pushed by tbaumgart into branch '5.2'. Focus out on payee widget takes the selected payee from the popup Hitting TAB in the payee widget only asks to create a new payee if the name is not on file and the popup is not visible. In case the popup contains a selected entry, that name is used. FIXED-IN: 5.2.2 (cherry picked from commit 5213e86c5383ac318514b4ef097a2d6dc4f43c29) M +32 -3 kmymoney/views/newtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/0dbd9129db67f7cb741f0dccb9fad5c60a5d32f0 |