[Webkit-unassigned] [Bug 36163] New: Garbage shown outside HTML if HTML is absolutely positioned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 04:40:09 PDT 2010


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

           Summary: Garbage shown outside HTML if HTML is absolutely
                    positioned
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuzo at google.com
                CC: hamaji at chromium.org, tkent at chromium.org,
                    hayato at chromium.org


Created an attachment (id=50782)
 --> (https://bugs.webkit.org/attachment.cgi?id=50782)
Screenshot

When HTML element is absolutely positioned, garbage can be shown outside HTML.

What steps will reproduce the problem?
1. Open the attached abs-pos-html.html. (Any HTML document
    where HTML element is absolutely positioned should do.)
2. Resize the browser a few times.
3. Observe the area outside of HTML, i.e., outside the red box.

What is the expected output? What do you see instead?
The page should be rendered cleanly.
Instead, the area outside the red box contains garbages,
e.g., gray lines. Please see the attached screenshot.

Firefox 3.6 and Opera 10.10  draws cleanly on OS X 10.5.8 and Vista SP1.
IE8 puts HTML at (0, 0), i.e., ignores the position property.

Both WebKit 455974 and Chrome 5.0.307.11 beta fail.

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