NEW 196816
-webkit-user-drag: element; and transform: translateY(...); cut the drag snapshot
https://bugs.webkit.org/show_bug.cgi?id=196816
Summary -webkit-user-drag: element; and transform: translateY(...); cut the drag snap...
Florian Girardey
Reported 2019-04-11 05:11:45 PDT
When an element is set as -webkit-user-drag: element; and a translateY(...) is applied on an ancestor the drag ghost snapshot is cut. I made a little stackblitz to show the problem : https://stackblitz.com/edit/typescript-hasm82 The snapshot is cut on the Y axis and not the X axis.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-04-12 10:27:39 PDT
Note You need to log in before you can comment on or make changes to this bug.