Bug 119484

Summary: [WK2] REGRESSION(r138378): Keyboard scrolling does not work with delegated scrolling
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, bfulgham, kenneth, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 105632    

Allan Sandfeld Jensen
Reported 2013-08-05 04:10:08 PDT
Keyboard and mousewheel scrolling depends on the existance of a scrollbar in FrameView even if the scrollbars are invisible. The patch in bug #105632 removed those scrollbars, and made a work-around for wheel scrolling. Unfortunately this broke keyboards scrolling. There is no easy way around this issue without scrollbars since the scrollbar objects are currently used to keep track of page-step which is required for page-down and page-up.
Attachments
Brent Fulgham
Comment 1 2014-02-04 09:36:22 PST
Probably related to Bug 111413.
Note You need to log in before you can comment on or make changes to this bug.