Moin
2024 年3 月 1 日 10:55
1
当您想关闭个人聊天并且不使用移动视图时,您必须将鼠标悬停在聊天上。
在平板电脑上无法实现这一点。当您点击聊天时,您可以移动日期,但我无法点击
2 个赞
j.jaffeux
(Joffrey Jaffeux)
2024 年11 月 11 日 08:17
6
实际上我回答得太快了,这是关于触摸屏+桌面视图的问题,我同意这仍然很糟糕。
2 个赞
Moin
2026 年8 月 19 日 09:35
7
很长一段时间以来,我的变通方法是使用侧边栏中聊天旁边的 x 。虽然由于平板电脑没有悬停功能导致按钮不可见,这有点困难,但它确实有效。我能够从侧边栏中移除一个聊天。
但现在它不再起作用了。我认为按钮已经不存在了。我认为现在使用平板电脑已经无法关闭聊天了。
renato
(Renato Atilio)
2026 年8 月 19 日 09:41
8
Moin:
我觉得现在用平板无法关闭聊天了。
我手头没有平板可以测试,但在手机上,你可以长按打开下拉菜单,然后选择“离开”或“关闭”频道。请确认一下,这个功能在你那里也不起作用吗?
谢谢!
我现在用的是 iPad,就在这里插一句话。我这边有一个关闭聊天的 X 按钮,点击猫那一行(不是用户名,点击用户名会打开聊天)时就会出现。不过,如果我尝试滑动,会出现一个比较奇怪的现象:X 按钮出现了,但它下方还多出了另一个 x。第二个 x 被一个圆圈包围着,当我在行上滑动时,原来的 x 会一直移动到用户名上方,直到把用户名完全遮住,但实际上并没有关闭任何东西。
renato
(Renato Atilio)
2026 年8 月 29 日 19:16
11
我计划本周合并这个 PR,它应该能解决所报告的平板设备问题。
main ← chat-close-channel-touch-devices
approved 04:00PM - 29 Aug 26 UTC
Previously, there was no reliable way to close or leave a chat channel on a tabl… et (touch + desktop view): the leave button required hover, the long-press menu only worked in mobile view, and the sidebar channel menu was hidden on all touch devices.
On touch devices that can't hover (`@media (hover: none)`) in desktop view, the leave button and the sidebar channel menu button are now always visible instead of hover-revealed, and long-press opens the channel menu. Swipe stays limited to the mobile layout, and narrow mobile view is untouched. The sidebar button had been hidden on touch (#41368, earlier #36969) so rows could be tapped to navigate without the hover reveal in the way. As a plainly visible button, row taps still navigate and the menu opens only from the button.
Reported in https://meta.discourse.org/t/close-a-chat/297444
1 个赞