Bug 97581 - Page down scrolls incorrect amount when content is editable
Summary: Page down scrolls incorrect amount when content is editable
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 420+
Hardware: All Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 11:17 PDT by bugzilla
Modified: 2022-07-29 10:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugzilla 2012-09-25 11:17:12 PDT
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.
Comment 1 Alexey Proskuryakov 2022-07-29 10:53:32 PDT
The Qt port has been removed from WebKit, resolving this bug.