Bug 196816

Summary: -webkit-user-drag: element; and transform: translateY(...); cut the drag snapshot
Product: WebKit Reporter: Florian Girardey <florian.girardey>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Minor CC: dino, florian.girardey, florian, simon.fraser, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Mac   
OS: macOS 10.14   
See Also: https://bugs.webkit.org/show_bug.cgi?id=246734
https://bugs.webkit.org/show_bug.cgi?id=22787

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.