[Webkit-unassigned] [Bug 36711] New: window.scroll (0, document.height); doesn't actual scroll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 15:04:50 PDT 2010


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

           Summary: window.scroll (0, document.height); doesn't actual
                    scroll
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: soren at hauberg.org


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

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