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)
6월 16, 2022, 3:39오전
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)
6월 16, 2022, 5:41오전
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)
6월 16, 2022, 10:30오전
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)
에 닫힘
6월 20, 2022, 7:00오전
9
This topic was automatically closed after 3 days. New replies are no longer allowed.