Steps to reproduce
Write something in the editor (for example: test ) and then type :
Choose “more…”
Choose any of the emojis (for example: “smile”).
Expected behavior
smile: gets appended after the first :, resulting in test :smile:
Actual behavior
smile: gets appended at the beginning of the message, resulting in smile: test :
6 лайков
sam
(Sam Saffron)
16.Июнь.2022 03:39:45
4
Oh … this could possibly related to the recent “textarea” history work @david ?
Thanks for the repro steps @Nacho_Caballero … confirmed.
4 лайка
Any idea why my post appears edited even though there was no edit? I often see phantom edits like this
2 лайка
sam
(Sam Saffron)
16.Июнь.2022 05:41:54
6
Oh sorry … that is me, I added an internal private priority medium tag to signal to the dev managers that I want to make sure that work starts within 30 days ;p
It is an interesting problem cause we probably want to hide the fact it was edited in cases like that except to the group that can see the edit.
6 лайков
david
(David Taylor)
16.Июнь.2022 10:30:43
8
Yup it was - sorry about that! Here’s a fix and a new test which would have caught this issue:
https://github.com/discourse/discourse/pull/17107
6 лайков
david
(David Taylor)
Закрыл(а) тему
20.Июнь.2022 07:00:08
9
This topic was automatically closed after 3 days. New replies are no longer allowed.