[Webkit-unassigned] [Bug 24751] New: In rotated text, selecting lowers by box-shadow size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 22 14:21:08 PDT 2009


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

           Summary: In rotated text, selecting lowers by box-shadow size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simslim at gmail.com


Selecting text in a rotated element normally works fine, but as soon as I give
it a bigger shadow, selecting the top lines won't work anymore.
In the code below, changing the 30px in 20px fixes the problem.
I get the bug in Safari 4 public beta (webkit 528.16) and Chromium build 12245
(webkit 530.4)

<style>
.a{
        -webkit-box-shadow:10px 10px 30px #000;
        -webkit-transform:rotate(10deg);
        margin:20%;
}
</style>
<div class="a">Just some text<br/>Just some text<br/>Just some text<br/>Just
some text</div>


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