bts
(Brendan Schlagel)
2018 年 9 月 29 日午後 10:17
1
これはバグと呼べるかどうかは不明ですが、ごく minor な問題ではあります。ご確認いただければと思います。
当フォーラムでは「タイトル内の最大絵文字数」を 0 に設定しています。しかし、新しい投稿で絵文字が1つ表示されているのに気づきました。投稿された実際のタイトルテキストを見ると、ユーザーは :) と入力したようです。つまり、自動的に変換されたものと考えられます。
これはおそらく「絵文字ショートカットを有効化」設定との競合によるもので、顔文字から絵文字への変換をタイトル内で制限し、「タイトル内の最大絵文字数」の設定を考慮する必要があるかもしれません。
「いいね!」 6
sam
(Sam Saffron)
2018 年 10 月 2 日午前 1:41
3
I am not sure about auto conversion of shortcuts in title at all. But the failure mode here does not feel right regardless.
We should either say:
You are not allowed to include any emojis in your title
Or special case it so when this is 0 we simply bypass all emoji unescape for titles.
My vote here:
If it is set to 0, we special case it so there is no emoji unescape for titles, do no emoji count validation on save.
We confirm that we properly count :) conversions to emoji so you can not bypass default of 1 with :) :) :)
@techAPJ not urgent to sort this out but please add to your list.
「いいね!」 6
techAPJ
(Arpit Jalan)
2018 年 10 月 22 日午前 9:00
4
Special casing emoji unescape for titles required changes in many places in our codebase so for now I improved emoji validation so we properly count emoji shortcuts :), and improved the error message when emoji is disabled in titles.
committed 08:14AM - 22 Oct 18 UTC
https://meta.discourse.org/t/max-emojis-in-title-set-to-0-conflicting-with-emoji… -shortcuts/98368/3?u=techapj
「いいね!」 7