[kmymoney] [Bug 461952] Adding new payee or category by typing in the transaction form triggers "Do you want to add" after typing the first character that doesn't match an existing name

Thomas Baumgart bugzilla_noreply at kde.org
Fri Apr 12 17:29:36 BST 2024


https://bugs.kde.org/show_bug.cgi?id=461952

--- Comment #10 from Thomas Baumgart <tbaumgart at kde.org> ---
I can imagine, that closing the popup can trigger it. That happens in
KMyMoneyAccountCombo::makeCompletion() 
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/widgets/kmymoneyaccountcombo.cpp?ref_type=heads#L476
. One could try to comment this line to leave the popup view open and see if
that makes a difference. 

Another idea is using a debugger and setting a breakpoint to
https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/views/transactioneditorbase.cpp?ref_type=heads#L227.
Once it stops, figure out what triggers the event by examining the call stack.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list