Page MenuHomePhabricator

Remove hidden zero-width spaces affecting copy behavior
ClosedPublic

Authored by epriestley on Feb 17 2019, 12:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 1:26 AM
Unknown Object (File)
Fri, Nov 15, 6:52 PM
Unknown Object (File)
Tue, Nov 12, 11:35 AM
Unknown Object (File)
Thu, Nov 7, 11:49 PM
Unknown Object (File)
Wed, Oct 30, 6:45 AM
Unknown Object (File)
Sun, Oct 27, 5:34 AM
Unknown Object (File)
Oct 22 2024, 2:17 PM
Unknown Object (File)
Oct 15 2024, 2:19 PM
Subscribers
None

Details

Summary

Ref T13161. Ref T12822. Today, we use invisible Zero-Width Spaces to try to improve copy/paste behavior from Differential.

After D20188, we no longer need ZWS characters to avoid copying line numbers. Get rid of these secret invisible semantic ZWS characters completely.

This means that both the left-hand and right-hand side of diffs become copyable, which isn't desired. I'll fix that with a hundred thousand lines of Javascript in the next change: this is a step toward everything working better, but doesn't fix everything yet.

Test Plan
  • Grepped for zws, grep -i zero | grep -i width.
  • Copied text out of Differential: got both sides of the diff (not ideal).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable