Version: SVN trunk (using KDE 4.4.4) OS: Linux After changing the sort order in Ledger view, when attempting to make a further change, the centre arrows to move items to or from the 'active' side are disabled. The left hand items can be selected, but the arrows don't enable. Clicking a right hand side item then a left hand item re-enables the arrow to add a new parameter. Reproducible: Didn't try Steps to Reproduce: Bring up the sort order dialog. Select an item from the right, and select to remove it. Click OK. Open the dialog again and attempt to reverse the move. The arrow to achieve the move is disabled although the left parameters may be selected. Selecting a right side item then a left side one enables the arrow. Actual Results: Can't perform the expected procedure without introducing an otherwise unnecessary step. Expected Results: After removing an item from the right, it should be possible to select that item, or any other on the left, and be able to click the right arrow to make the move.
SVN commit 1205166 by tbaumgart: Fix sort order option dialog's focus handling BUG: 259179 M +27 -5 transactionsortoptionimpl.cpp M +1 -0 transactionsortoptionimpl.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1205166
SVN commit 1205168 by tbaumgart: Fix sort order option dialog's focus handling Backported to stable branch BUG: 259179 M +27 -5 transactionsortoptionimpl.cpp M +1 -0 transactionsortoptionimpl.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1205168