New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 914775 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Make spatial navigation do smooth scrolling

Reported by hu...@vewd.com, Dec 13

Issue description

Background:

Spatnav's algorithm can either focus, scroll or do nothing (in that order). If spatnav didn't find anything to focus, it will try scroll the current container.

Motivation: 

Smooth scrolling would make algorithm's choice (to scroll) more apparent. A smooth scroll, compared to spatnav's current "X pixels at once"-scrolling, is probably easier to notice for end users.

Regular arrow-key scrolling (when not using --enable-spatial-navigation) already uses smooth scrolling by default.
 
I like this! :)

Can we also support smooth scrolling for scrolling on keep pressing?
Maybe we need to adjust running offset animation's expired time and curve.

Cc: hu...@logikbyran.se
Owner: ----
Status: Available (was: Started)
Not much needs to be done to fix this. Grep for 'TODO(crbug.com/914775): Use UserScroll()' for more info.

Sign in to add a comment