[Webkit-unassigned] [Bug 119484] New: [WK2] REGRESSION(r138378): Keyboard scrolling does not work with delegated scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 04:10:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119484

           Summary: [WK2] REGRESSION(r138378): Keyboard scrolling does not
                    work with delegated scrolling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com
            Blocks: 105632


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list