Version: unspecified (using KDE 4.4.4) OS: Linux In the payee view, I can click on a payee and see the list of transactions on the right. I can move up and down the list of payees with the keyboard (up and down arrows) but I cannot seem to select a payee with the keyboard. Reproducible: Always Steps to Reproduce: Open payee view, click on payee. Use arrow keys to move to a different payee. Actual Results: The list of transactions stays for the first payee. Expected Results: Show transactions for the currently highlighted payee.
Sorry - this is in 3.98.2-svn-1143696.
Did you press Enter after moving with the keyboard to the desired payee? That works fine here with 3.98.1 The trigger to update the selection is on execute, that means you either have to click or double-click depending on your settings, or press Enter if you are using the keyboard.
I've tried Enter, Space, and a variety of other keys - no luck. Single click works fine. The keyboard seems to work fine in other views. Also - I don't know if it's related, but if I switch to payee view from ledger, the payee detail pane shows part of the ledger until I select a payee, instead of immediately clearing that part of the screen.
(In reply to comment #3) > > > Also - I don't know if it's related, but if I switch to payee view from ledger, > the payee detail pane shows part of the ledger until I select a payee, instead > of immediately clearing that part of the screen. That sounds similar to what I've reported a couple of times.
Missed the commit tag. Sorry for the previous mistake, my KMM version at work was outdated. SVN commit 1143885 Fix activation of the payee selection when using the keyboard. Also hide and show the transaction list depending on whether a payee is selected or not M +9 -0 kpayeesview.cpp