# 回复时无法滚动主题

**URL:** https://meta.discourse.org/t/can-t-scroll-topic-when-replying/400006
**Category:** Bug
**Tags:** discourse-hub, tablet
**Created:** [2026年四月6日 06:49 UTC](https://meta.discourse.org/t/can-t-scroll-topic-when-replying/400006 "2026-04-06T06:49:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [2026年四月6日 06:49 UTC](https://meta.discourse.org/t/can-t-scroll-topic-when-replying/400006/1 "2026-04-06T06:49:46Z")

</div>

我之前在这里，需要滚动话题才能找到我想引用的帖子。

 ![IMG_3190](https://global.discourse-cdn.com/meta/original/4X/9/1/c/91c0888573a97ffaa26f1c81b422db87c8cb6e15.png)

我必须关闭编辑器，找到想引用的内容，然后再回到草稿继续编辑。

预期应该是可以像之前那样直接滚动该话题。

导致该问题的可能原因：iPad 和 DiscourseHub。不过，我还没有检查 Safari 是否表现更好。

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2026年四月14日 16:33 UTC](https://meta.discourse.org/t/can-t-scroll-topic-when-replying/400006/3 "2026-04-14T16:33:57Z")

</div>

啊，所以在 iOS 上当软件键盘可见时，我们会锁定滚动，因为编辑器会占满整个屏幕——因此在此处为 iPad 添加一个例外：当编辑器打开但内容仍可见时。

> <https://github.com/discourse/discourse/pull/39261>
>
> We prevent scrolling on iOS because the composer is full screen on iPhones, but …you can still see content while composing on an iPad, so we should allow content to scroll.
