Discourse 채팅 설정/멤버가 iOS/iPadOS 26.2에서 스크롤되지 않음

As shown in the attach, scrolling the page of settings/members of the DM component will lead to the scroll of the whole page, while the inner container failed to scroll, making it unable to leave a chat/read the bottom part of the members since I can’t reach them.

It might be a bug specific to WebKit browsers, as android webviews run smoothly.

Please take time to investigate, much thanks.

2개의 좋아요

This might be related to

https://github.com/discourse/discourse/pull/36248
https://github.com/discourse/discourse/pull/36253

2개의 좋아요

Thank you for providing useful information.

Maybe the style overflow: hidden; prevents the container from scrolling properly, the has-full-page-chat should be changed to a better style selector.

The chat-form css property should be excluded from that.

1개의 좋아요

https://github.com/discourse/discourse/pull/36331

A PR has been placed here. please take time to get it reviewed. :heart:

@j.jaffeux

4개의 좋아요

I have merged your change thanks. Couldn’t find any consequences of this change, will monitor today.

2개의 좋아요

Don’t know if related but I can’t scroll the “My Threads” list on mobile (both in Safari and DiscourseMobile).

2개의 좋아요

That should fix it: FIX: ensures user-threads are scrollable by jjaffeux · Pull Request #36401 · discourse/discourse · GitHub

I would like to have a better fix though.

1개의 좋아요

Not sure whether the strange behavior is caused by the upper fix, but the reply function on iOS devices behaved strange now. When typing, the post-stream keeps going up, loading the former page until reaching the top, causing a flicker.

Just report that potential bug for track.
@j.jaffeux

Got the same issue. When you open the keyboard the thread stars auto scrolling up

I have investigated and found that it is the above PR that leads to this issue, made another PR to fix that issue. Much sorry for that.

https://github.com/discourse/discourse/pull/36449

@j.jaffeux @zogstrip

1개의 좋아요

When is implemented? Kinda impossible to use discourse with this bug.

I have merged the fix.

5개의 좋아요

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.