bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
401 stars 61 forks source link

Redraft mangles punctuation #356

Open n8willis opened 2 years ago

n8willis commented 2 years ago

The "redraft" pop-up editor mangles certain punctuation, replacing it inline with HTML numeric character-entity codes in the message text; those codes are then what gets sent out as the toot content and aren't readable. Observed with single and double quotation marks; not exhaustively tested.

What should happen:

Type a ' or a " character; publish toot; open "Redraft" option: the ' or the " should be there in the editor pop-up.

What happened instead:

' is replaced by the literal ' sequence, " is replaced by "

How to reproduce:

As above.

Screenshots (if applicable):

tootle-mangled-punctuation

Build context:

Logs:

n/a

Additional info (if needed):

n/a