Summary: | A double click on the memo or the amount in the split editor causes duplicate focus and selection | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Cristian Oneț <onet.cristian> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cristian Oneț
2011-05-22 19:54:41 UTC
http://kmymoney2.sourceforge.net/screencasts/bug_273887.ogv A short movie that captures the problem. SVN commit 1233112 by conet: BUG: 273887 1. On double click call createEditWidgets directly with setFocus=false to avoid setting the focus on the category widget 2. Set the focus and select all depending on the column being clicked on 3. By set focus we mean set focus and select all M +10 -8 kmymoneysplittable.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1233112 |