토픽 내비게이션 토글이 특정 영역에서 페이지 상호작용을 방해합니다

On mobile, the area to the right of the navigation toggle, at the same height that the navigation toggle, can’t be interacted, though the nav button is small and floating to the right of the screen.

It’s badly explained, so, here’s a screenshot. Tap anywhere on the purple area, it won’t do anything. You can try to like, show likes or reactions, copy link, show the replied post, etc… No interaction will work.

I mostly won’t notice it, but my thumb tends to move across this area, and having a “dead touch” from time to time, requiring me to scroll more, bugs me :bug:

6개의 좋아요

Thanks! this should fix it

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

4개의 좋아요

Thanks Kris :slightly_smiling_face: I think I won’t create a new topic for this, I’ve noticed after this change the .topic-navigation-outlet is not clickable. For example the .d-toc-wrapper. I added pointer-events: auto which fixed that.

2개의 좋아요

yes good catch, here I’m re-enabling pointer events on all children of the wrapper to avoid this: UX: ensure all children of `.with-topic-progress` are clickable by awesomerobot · Pull Request #31176 · discourse/discourse · GitHub

2개의 좋아요