Summary: | When in the memo field of the transaction form, you can tab out in most accounts, but not investment accounts. | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Jack <ostroffjh> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | agander93 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jack
2010-08-29 19:26:43 UTC
KMyMoney 4.5.0 (In reply to comment #1) > KMyMoney 4.5.0 Hmm, but shift tab exits. Without the transaction form, it seems to work as expected. Shift-tab works correctly in the transaction form - backing up to the previous field. It's only tab that inserts instead of going to the next field. 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. SVN commit 1171909 by conet: BUG: 249439 Don't add the total edit widget in the tab order chain since it's just a QLabel (not a real edit widget) so it was breaking the tab order chain. M +0 -3 transaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171909 SVN commit 1171910 by conet: BUG: 249439 Don't add the total edit widget in the tab order chain since it's just a QLabel (not a real edit widget) so it was breaking the tab order chain. Backport to the stable branch. M +0 -3 transaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171910 |