[Webkit-unassigned] [Bug 23020] New: Cannot scroll to bottom of page with scroll overflow, relative position, and offset top

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 28 22:27:31 PST 2008


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

           Summary: Cannot scroll to bottom of page with scroll overflow,
                    relative position, and offset top
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mattdavidcampbell at gmail.com


Cannot scroll to the bottom of a page containing a long div with this style:
"overflow:scroll; top:50px; position:relative;". Same issue if overflow is
auto.

Everything renders correctly, but the scrollbar acts as if the top of the div
is at 0px, making the bottom 50 or so px of the div unreadable. This issue is
present in the nightly and Safari 3.2.1, but is not present in Firefox.

Just view this code, after replacing "[[A long page of text]]" with too much
text to fit in a window:
<html>
<body>
<div style="overflow:scroll; top:50px; position:relative;">
 [[A long page of text]]<br/>
</div>
</body>
</html>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list