# 在触摸设备上，emoji 列表设置中的订购按钮很难找到

**URL:** https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181
**Category:** UX
**Tags:** tablet
**Created:** [2025 年12 月 12 日 22:46 UTC](https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181 "2025-12-12T22:46:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### 作者： ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### 发布日期： [2025 年12 月 12 日 22:46 UTC](https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181/1 "2025-12-12T22:46:20Z")

</div>

接续自 [在触摸设备上很难找到用于排序值列表的按钮](https://meta.discourse.org/t/buttons-to-order-items-in-value-lists-is-difficult-to-find-on-touch-devices/377400/2) 的讨论：

我今天注意到该修复对所有设置都不起作用。是否可以以类似的方式改进表情符号列表设置？  
对于像 `Discourse reactions enabled reactions` 这样的设置：  
 ![Screenshot_20251212_233844_Firefox](https://global.discourse-cdn.com/meta/original/4X/f/c/e/fce03e1edafdb1d0e3f744fe3049dec21df6c030.jpeg)

---

<div class="post-metadata">

### 作者： ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### 发布日期： [2025 年12 月 15 日 14:49 UTC](https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181/2 "2025-12-15T14:49:26Z")

</div>

这将通过以下方式修复：

> <https://github.com/discourse/discourse/pull/36695>
>
> Previously, emoji-value-list had its own CSS rule using \`.desktop-view\` to hide …reorder buttons. This meant buttons were hidden on tablets even though they support touch (where hover isn't available).
> 
> This removes the duplicate \`.desktop-view .emoji-value-list\` CSS block and lets emoji-value-list inherit the shift button behavior from \`.value-list\`, which already uses \`.discourse-no-touch\` to properly detect touch capability (added in #34102).
> 
> This ensures reorder buttons are:
> \- Hidden until hover on non-touch devices
> \- Always visible on touch devices (including tablets in desktop view)
> 
> Also adds system specs to verify reorder button visibility for both simple-list and emoji-list settings on touch and non-touch devices.
> 
> Ref - https://meta.discourse.org/t/391181

（抄送 @chapoi）

---

<div class="post-metadata">

### 作者： ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### 发布日期： [2025 年12 月 17 日 07:00 UTC](https://meta.discourse.org/t/buttons-to-order-items-in-emoji-list-settings-is-difficult-to-find-on-touch-devices/391181/4 "2025-12-17T07:00:37Z")

</div>

此主题在 19 小时后自动关闭。不再允许回复。
