# 添加“隐藏详情”部分用于自动高亮文本

**URL:** https://meta.discourse.org/t/adding-a-hide-details-section-used-to-auto-highlight-text/150873
**Category:** Bug
**Tags:** hide-details
**Created:** [2020年五月9日 02:24 UTC](https://meta.discourse.org/t/adding-a-hide-details-section-used-to-auto-highlight-text/150873 "2020-05-09T02:24:50Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![seanblue](https://avatars.discourse-cdn.com/v4/letter/s/dc4da7/32.png) [@seanblue](https://meta.discourse.org/u/seanblue)
#### Post date: [2020年五月9日 02:24 UTC](https://meta.discourse.org/t/adding-a-hide-details-section-used-to-auto-highlight-text/150873/1 "2020-05-09T02:24:50Z")

</div>

当你在编辑器齿轮菜单中添加“隐藏详情”部分时，它过去会高亮显示内容，以便你可以立即删除占位符文本。从技术上讲，它仍然会这样做，但在该部分添加后，齿轮图标会立即获得焦点，导致你无法立即在编辑器中输入。当你再次点击编辑器时，占位符文本不再被高亮。同样的情况也会出现在“模糊 spoiler

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2020年五月9日 04:02 UTC](https://meta.discourse.org/t/adding-a-hide-details-section-used-to-auto-highlight-text/150873/2 "2020-05-09T04:02:46Z")

</div>

感觉像是个 bug，也许我们周一再分配吧 @sam？

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [2020年五月9日 08:15 UTC](https://meta.discourse.org/t/adding-a-hide-details-section-used-to-auto-highlight-text/150873/3 "2020-05-09T08:15:12Z")

</div>

这 100% 是合法的问题，且与 select-kit 相关，因此我已修复。

[https://github.com/discourse/discourse/pull/9718](https://github.com/discourse/discourse/pull/9718)

通常情况下，在更改后重新选择下拉菜单是良好的行为，但在菜单向文本区域追加文本的情况下则不适用。

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [2020年五月9日 08:15 UTC](https://meta.discourse.org/t/adding-a-hide-details-section-used-to-auto-highlight-text/150873/4 "2020-05-09T08:15:16Z")

</div>


