[Webkit-unassigned] [Bug 22891] New: Scrolling in Windows Cairo Broken if no background color set.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 16 15:25:19 PST 2008


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

           Summary: Scrolling in Windows Cairo Broken if no background color
                    set.
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com


Attempting to view the http://planet.webkit.org page with the WinLauncher
executable on the Cairo-backend exhibits a scrolling bug (see attached image
"bad_scroll_planet_webkit.jp").  As you scroll further down the page, the "bad"
region at the top of the screen grows, until some inflection point at which the
cycle seems to start over.

I managed to reduce the problem down to the point where the scroll works as
expected if the page has a background color set.  Consider Bad.html (and
corresponding "bad_scroll_reduced.jpg") where the scroll misbehaves, and the
Good.html (and corresponding "good_scroll_reduced.jpg"), where things work
properly.

bfulgham at bfulgham ~
$ diff Bad.html Good.html
6c6
< <body>
---
> <body bgcolor="#FFFFFF">


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