-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Support touch scroll in register
Just as an experiment, I'd like to compare how standard scrolling behavior feels in the register view. I find the current fast and quantized scroll to be disconcerting, but I recognize that a lot of thought, and trial and error, have already gone into the existing custom scroll interactions. This patch replaces custom scrolling with a ScrolledWindow container, but is incomplete in many ways: * Breaks mouse wheel scrolling. * Breaks cursor scrolling (with keyboard). However, I like some of what we get: * Touch interaction feels correct. * Fading scrollbars are more modern and consistent.
- Loading branch information
Showing
1 changed file
with
21 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters