# 展开的 Markdown 表格无法交互

**URL:** https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439
**Category:** Bug
**Tags:** checklist
**Created:** [2025年五月1日 21:36 UTC](https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439 "2025-05-01T21:36:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [2025年五月1日 21:36 UTC](https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439/1 "2025-05-01T21:36:17Z")

</div>

将检查清单与 Markdown 表格结合使用非常有用，但有一个例外。当在较宽的表格中使用展开视图时，复选框无法进行交互。

要重现此问题，在下方的表格中，复选框原本是可用的，但点击“展开”后，展开的表格便无法操作了。

| 列 1 | 列 2 | 列 3 | 列 4 | 列 5 | 列 6 | 列 7 | 列 8 | 列 9 |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| 数据在此 | 更多信息 | 让我们在这里放一行足够长的内容，以便需要展开视图。 | 又一个列 | | 让我们在这里放一行足够长的内容，以便需要展开视图。 | | 让我们在这里放一行足够长的内容，以便需要展开视图。 | |
| 数据在此 | 更多信息 | 让我们在这里放一行足够长的内容，以便需要展开视图。 | 又一个列 | | 让我们在这里放一行足够长的内容，以便需要展开视图。 | | 让我们在这里放一行足够长的内容，以便需要展开视图。 | |
| 数据在此 | 更多信息 | 让我们在这里放一行足够长的内容，以便需要展开视图。 | 又一个列 | | 让我们在这里放一行足够长的内容，以便需要展开视图。 | | 让我们在这里放一行足够长的内容，以便需要展开视图。 | |

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2026年八月31日 03:19 UTC](https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439/2 "2026-08-31T03:19:03Z")

</div>

将由以下 PR 修复：

> <https://github.com/discourse/discourse/pull/43036>
>
> Move the original table into the fullscreen modal and restore it when the
> modal …closes. This keeps event listeners and other runtime state that were
> lost when the table was cloned.

可能还有其他 PR 也会修复此问题。

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [2026年八月31日 03:19 UTC](https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439/3 "2026-08-31T03:19:39Z")

</div>

太棒了，谢谢 @sam

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [2026年九月4日 19:12 UTC](https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439/4 "2026-09-04T19:12:14Z")

</div>

嘿 @sam - 它确实能运行，但只在第一次交互时有效。如果我展开上面的表格，我可以点击一个复选框，再点击另一个复选框，但如果我尝试取消勾选第一个，就会失败。

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2026年九月4日 22:00 UTC](https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439/5 "2026-09-04T22:00:18Z")

</div>

此主题在 4 天后已自动关闭。不再允许新的回复。

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2026年九月4日 22:26 UTC](https://meta.discourse.org/t/expanded-markdown-tables-cant-be-interacted-with/364439/6 "2026-09-04T22:26:37Z")

</div>


