NEW 190628
[macOS] Drag image for link can include text that isn’t rendered as part of the link
https://bugs.webkit.org/show_bug.cgi?id=190628
Summary [macOS] Drag image for link can include text that isn’t rendered as part of t...
mitz
Reported 2018-10-16 10:45:22 PDT
To reproduce, navigate to the URL and drag the link out. The drag image says “do not drag this” even though “do” and “not” are text nodes in elements that do not get rendered.
Attachments
Tim Horton
Comment 1 2018-10-16 10:49:27 PDT
DragImage just uses hitTestResult.textContent().simplifyWhiteSpace() instead of TextIterator or something smart like that.
Note You need to log in before you can comment on or make changes to this bug.