[Webkit-unassigned] [Bug 147767] Web Inspector: Don't include zero-width space into a copied text from the console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 10:04:09 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147767

--- Comment #1 from Timothy Hatcher <timothy at apple.com> ---
WebInspector._copy should already be doing this, I guess it isn't being called?

    // Remove word break characters from the selection before putting it on the pasteboard.
    var selectionString = selection.toString().removeWordBreakCharacters();
    event.clipboardData.setData("text/plain", selectionString);
    event.preventDefault();

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150807/0165a511/attachment.html>


More information about the webkit-unassigned mailing list