Bug 36711
Summary: | window.scroll (0, document.height); doesn't actual scroll | ||
---|---|---|---|
Product: | WebKit | Reporter: | Søren Hauberg <soren> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Søren Hauberg
Hi
I am embedding webkit in a gtk application. The web page I am displaying runs the following line of Javascript code
window.scroll (0, document.height);
but it doesn't seem to do anything. In the Chromium browser, this line of code scrolls to the end of the page, so I would expect the same to happen when I embed the page in an application.
Søren
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |