[Webkit-unassigned] [Bug 40498] New: Safari 5 do not clear background

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 14:12:28 PDT 2010


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

           Summary: Safari 5 do not clear background
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://www.blar.de/webkit/flip2.html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gmblar at gmail.com


* open page with the sample code in a tab
* open another page in a second tab
* click on the first tab with containing the sample

Result:
Safari 5 do not clear the page and the Content from the second tab is in the background


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title>Clearing-Bug</title>
        <style type="text/css">
            html {
                -webkit-perspective: 1200;
            }
            body {
                -webkit-transform-style: preserve-3d;
            }
        </style>
    </head>
    <body>
        <img src="http://webkit.org/images/icon-gold.png" />
    </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.



More information about the webkit-unassigned mailing list