NEW 108078
HTML5 draggable=true elements are cut off when using -webkit-transform: rotate()
https://bugs.webkit.org/show_bug.cgi?id=108078
Summary HTML5 draggable=true elements are cut off when using -webkit-transform: rotate()
Ian Taylor
Reported 2013-01-28 06:28:59 PST
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.
Attachments
Brent Fulgham
Comment 1 2022-07-13 13:55:11 PDT
This continues to be an issue in Safari 15.
Radar WebKit Bug Importer
Comment 2 2022-07-13 13:55:22 PDT
Note You need to log in before you can comment on or make changes to this bug.