Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

リアクションピッカーの絵文字検索欄への直接入力で一部のUnicode絵文字をリアクションできない #13845

Open
1 task
MineCake147E opened this issue May 20, 2024 · 1 comment
Labels
⚠️bug? This might be a bug

Comments

@MineCake147E
Copy link

💡 Summary

image
リアクションピッカーの絵文字検索欄にUnicode絵文字を直接入力するとリアクションできる機能がありますが、🐿️等の一部の絵文字でこの機能を利用できないようです。

🥰 Expected Behavior

全てのUnicode絵文字を直接リアクションできる

🤬 Actual Behavior

🐿️を直接リアクションできない

📝 Steps to Reproduce

  1. 任意のMisskeyを開く
  2. 無制限のリアクションが可能な任意のノートを表示する。
  3. 🐿️を絵文字検索欄に入力する
  4. Enterキーを押下する
  5. 観察する

💻 Frontend Environment

* Model and OS of the device(s):
  - PC: Custom built PC
    - OS: Windows 11 Home 22H2 (22621.2861)
    - CPU: Intel(R) Xeon(R) w5-2455X   3.19 GHz
    - RAM: 32 GB DDR5 ECC RDIMM
    - Graphics: NVIDIA GeForce GTX1060(6 GB)
    - Storage: 
      - OS(C:) : WD_BLACK SN770 1TB PCIe 4.0 NVMe M.2 SSD
      - DATA (D:) : Western Digital WDC WD10EZEX-22MFCA0 1000.2 GB 7200RPM SATA HDD
      - WORKSPACE (E:) : Seagate ST1000DM003-1ER162 1000.2 GB 7200RPM SATA HDD
* Browser: Mozilla Firefox 126.0
* Server URL: misskey.io
* Misskey: 2024.3.1-io.7
* Server URL: misskey.art
* Misskey: 2024.3.1-art+1.0

🛰 Backend Environment (for server admin)

No response

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@MineCake147E MineCake147E added the ⚠️bug? This might be a bug label May 20, 2024
@zyoshoka
Copy link
Contributor

emojilist.json には 🐿 (1F43F) がある一方で今回問題となっている 🐿️ (1F43F FE0F) はないので、前者では直接入力が可能で後者では不可能になっているようです。

異体字セレクタ付きで入力された場合、異体字セレクタ抜きのものも併せて検索するようにすれば良さそう?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
Status: Triage
Development

No branches or pull requests

2 participants