[Webkit-unassigned] [Bug 97581] New: Page down scrolls incorrect amount when content is editable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 11:16:45 PDT 2012


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

           Summary: Page down scrolls incorrect amount when content is
                    editable
           Product: WebKit
           Version: 420+
          Platform: All
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugzilla at kiwidude.com


This happens with Qt 4.8.2/3 (no idea what Webkit version that is for above)

If the caret location is *not* at the top of the screen on a QWebView where isContentEditable is set to True, and the user hits Page Down, then it scrolls an incorrect amount. It scrolls 1.y screens worth, where y is the distance from the top of the screen to the caret. Effectively you have to follow the page down with a page up to see the page worth of content that got missed. 

Page down only works correctly if the caret is at the very top of the visible window. Page up seems to be unaffected by this issue.

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