Bug 122688

Summary: holding Up in todos doesn't redraw until release or end
Product: [Applications] korganizer Reporter: Stefan Monov <logixoul>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.5   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Stefan Monov 2006-02-25 11:46:12 UTC
Version:           3.5 (using KDE KDE 3.5.1)
Installed from:    SuSE RPMs
OS:                Linux

How to reproduce:
Select any to-do item. Press and hold the Up or Down key.
Observed behavior:
The selection shifts to the prev/next item and then nothing happens. Releasing the key shifts the selection far away.
Expected behavior:
Select items one by one.
Comment 1 Stefan Monov 2006-09-12 09:04:22 UTC
BTW it also redraws properly when the first or last item has been reached.
The bug is still present in KDE 3.5.4, SUSE Linux 10.1.
Comment 2 Reinhold Kainhofer 2006-11-02 19:33:50 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 3 Thomas Thrainer 2008-05-09 12:28:05 UTC
Up- and Down-Keys are handled by QTreeView in the new todo view (in current svn, to be released with KDE4.1). QTreeView handles the keys correctly (I suppose). Holding the Up/Down key causes the selection to go up/down rapidly, pressing up/down multiple times, the selection moves up and down as expected.

In any case, this bug is IMHO not related to the todo view of KOrganizer anymore, because these issues are handled directly in QTreeView and thus Qt.