[Webkit-unassigned] [Bug 108078] New: HTML5 draggable=true elements are cut off when using -webkit-transform: rotate()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 06:27:01 PST 2013


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

           Summary: HTML5 draggable=true elements are cut off when using
                    -webkit-transform: rotate()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://jsfiddle.net/itaylor/8aQsJ/
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ian.b.taylor at gmail.com


This occurs in both Safari 6.0.2 (8536.26.17) and Chrome 24.0.1312.56 on Mac OS 10.8

When you use draggable=true on an element that has a -webkit-transform:rotate() style applied, the dragged element is clipped incorrectly.

To reproduce:
1. Visit http://jsfiddle.net/itaylor/8aQsJ/ 
2. Drag the pink "Drag Me" box
3. The dragged element's height and width do not take the rotation into account and the drag element is cut off. <-Bug

Firefox 18 with the equivalent -moz-transform:rotate() property properly renders the draggable item.

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