Version: SVN trunk (using KDE 4.6.3) OS: Linux When editing an entry with double click, if the user wants to edit anything other then the category he will get two entries focused/selected which is a bit confusing. Reproducible: Always Steps to Reproduce: 1. Open the split editor 2. Double click on the amount column Actual Results: The amount edit and the category edit will be focused/selected Expected Results: Only the amount edit should be focused/selected OS: Linux (x86_64) release 2.6.37-gentoo-r4 Compiler: x86_64-pc-linux-gnu-gcc
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