NEW 119484
[WK2] REGRESSION(r138378): Keyboard scrolling does not work with delegated scrolling
https://bugs.webkit.org/show_bug.cgi?id=119484
Summary [WK2] REGRESSION(r138378): Keyboard scrolling does not work with delegated sc...
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.