http://bugs.winehq.org/show_bug.cgi?id=17564
--- Comment #34 from Gabriele Moabiti gabmoa@yahoo.it 2009-04-11 05:49:29 ---
the CTRL-R sometimes now changes the first (top) element of the list (if the list has got the vertical scrollbar of course)
It should change it sometimes to make focused item visible. If a focused item's visible already no scrolling will be performed. There's could be a difference in scrolling amount (with native module) but it's obviously another bug. Actually I don't see any difference between clean 1.1.19 and my last patch. Patch doesn't change focused item. Please be more specific here - provide steps to reproduce.
Sorry, I wasn't clear. It doesn't change the focused item but change the first visible item (the top item) of the list. The selected element when I press CTRL-R is visible in the list of course! This is a schema of what happen:
ELEMENT1 <- top element ELEMENT2 [ELEMENT3] focused ELEMENT4 ELEMENT5 ...
and after CTRL-R:
ELEMENT2 <- new top element [ELEMENT3] focused ELEMENT4 ELEMENT5 ...
It isn't terrible but a bit strange I will provide reproducible steps if needed but you can try with a directory with many elements..
BTW, am I right you're using 4.65 without 'Alternative selection mode' in settings?
Yes