# Core 讨论区 +1 反应悬停弹出窗口的 Bug

**URL:** https://meta.discourse.org/t/core-discourse-reactions-bug-with-1-reaction-hover-popover/403520
**Category:** Bug
**Tags:** reactions
**Created:** [2026年五月21日 11:11 UTC](https://meta.discourse.org/t/core-discourse-reactions-bug-with-1-reaction-hover-popover/403520 "2026-05-21T11:11:27Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![PortChange](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/portchange/32/316112_2.png) [@PortChange](https://meta.discourse.org/u/PortChange)
#### Post date: [2026年五月21日 11:11 UTC](https://meta.discourse.org/t/core-discourse-reactions-bug-with-1-reaction-hover-popover/403520/1 "2026-05-21T11:11:27Z")

</div>

将鼠标悬停在 +1 反应计数上时，用户弹出框会停留在加载转圈状态。

 ![grafik](https://global.discourse-cdn.com/meta/original/4X/5/2/5/52588496bc803fb95cf6f228f2427c8ec0e3ccf0.png)

网络请求：  
GET /discourse-reactions/posts/37529/reactions-users.json?reaction\_value=+1

服务器将此接收为 reaction\_value=" 1"，因此该端点返回：  
[]

使用 URL 编码加号的手动请求可以正常工作：  
GET /discourse-reactions/posts/37529/reactions-users.json?reaction\_value=%2B1

此请求返回了预期的用户列表。

点击一次反应计数后，名称会正确显示，且悬停功能在下次完整页面刷新前一直有效。

该反应插件是捆绑的核心插件，并非通过 app.yml 安装。

Discourse 版本：2026.5.0-latest.1  
浏览器：最新版的 Firefox 和 Chrome  
主题：默认主题

---

_[View the full topic](https://meta.discourse.org/t/core-discourse-reactions-bug-with-1-reaction-hover-popover/403520)._
