ArchiveTeam / seesaw-kit

Making a reusable toolkit for writing seesaw scripts
Other
69 stars 30 forks source link

Replace \u0000 with space in web ui #136

Open imerr opened 1 year ago

imerr commented 1 year ago

These apparently show up in as a spacer betweeen items and break copy&pasting in firefox (chrome works fine)

As an alternative to space it could also use \u2400 which is "symbol for null" (␀), but I think for display purposes a space is perfectly acceptable (and less confusing than ␀)

imerr commented 1 year ago

Oops, partial dupe of #133, but this one also replaces \0 in the output log

imerr commented 1 year ago

Here's the firefox bug report, might be a mix of os copy api limitation and bad \0 handling in chrome too https://bugzilla.mozilla.org/show_bug.cgi?id=1818910