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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/49855314>