Bug 122688 - holding Up in todos doesn't redraw until release or end
Summary: holding Up in todos doesn't redraw until release or end
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 3.5
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-25 11:46 UTC by Stefan Monov
Modified: 2008-05-09 12:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.