[Xfce-bugs] [Bug 11855] Scroll position jumps to marked item

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri May 1 15:22:59 CEST 2015


https://bugzilla.xfce.org/show_bug.cgi?id=11855

--- Comment #7 from Harald Judt <hjudt at xfce.org> ---
Created attachment 6227
  --> https://bugzilla.xfce.org/attachment.cgi?id=6227&action=edit
keep-the-scroll-position-when-restoring-the-file-selection.patch

Test case:

1) mkdir test
2) cd test
3) while true; do for i in a aa aaa b bb bbb c d e eee ff gg kk lll l x y g h i
zz z u uu uuu xxxxx cb; do touch "$i"; sleep 1; done; done
4) open thunar window for this dir, switch ordering to modification date
5) make sure the window is not big enough to show all files
6) select a file and watch

Behaviour without the patch: View always tries to keep the selected file in the
visible area.

Behaviour with the patch: View will not try to keep the selected file in the
visible area.

I hope this patch has no bad side-effects for operations. In that case, one
could still call scroll_to_file manually.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list