Bug 119484
Summary: | [WK2] REGRESSION(r138378): Keyboard scrolling does not work with delegated scrolling | ||
---|---|---|---|
Product: | WebKit | Reporter: | Allan Sandfeld Jensen <allan.jensen> |
Component: | WebKit2 | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Probably related to Bug 111413.