[Webkit-unassigned] [Bug 36674] New: [Qt] qtwebkit_webframe_scrollRecursively scrolls when body.style.overflow="hidden"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 14:06:28 PDT 2010


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

           Summary: [Qt] qtwebkit_webframe_scrollRecursively scrolls when
                    body.style.overflow="hidden"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joseph.ligman at nokia.com


The frame scrolling check is based off of the frame view's 

IntSize scrollOffset = frame->view()->scrollOffset();
IntPoint maxScrollOffset = frame->view()->maximumScrollPosition();

This doesn't not automatically account for the body.overflow property

-- 
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