[Kmymoney-devel] [Bug 249439] When in the memo field of the transaction form, you can tab out in most accounts, but not investment accounts.

Alvaro Soliverez asoliverez at kde.org
Sun Aug 29 22:14:24 CEST 2010


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


Alvaro Soliverez <asoliverez at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #4 from Alvaro Soliverez <asoliverez kde org>  2010-08-29 22:14:24 ---
It's weird, because the code is similar in both cases, but it doesn't work on
investments.

Here's the investment code:

  KTextEdit* memo = new KTextEdit;
  memo->setTabChangesFocus(true);
  m_editWidgets["memo"] = memo;

This should work, though it doesn't.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list