[Webkit-unassigned] [Bug 35548] -webkit-transform rules break position: fixed;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 04:53:47 PDT 2010


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


Danny Sadinoff <danny-webkit at sadinoff.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danny-webkit at sadinoff.com




--- Comment #1 from Danny Sadinoff <danny-webkit at sadinoff.com>  2010-03-26 04:53:47 PST ---
I'm seeing this issue in 
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.5 (KHTML, like
Gecko) Chrome/4.1.249.1042 Safari/532.5


Simple test case:


<style>
    .wmark { z-index:-50; color:pink;
            position:fixed; top:77px; right:20px;
            font-size: 100px; font-weight: bold;
           transform:rotate(45deg);
             -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
           }
</style>
<div class="wmark">
DRAFT
</div>

...works fine in firefox 3.6.2

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