Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threads are cut off for certain window widths #24985

Closed
DaDummy opened this issue Mar 29, 2022 · 6 comments
Closed

Threads are cut off for certain window widths #24985

DaDummy opened this issue Mar 29, 2022 · 6 comments

Comments

@DaDummy
Copy link

DaDummy commented Mar 29, 2022

Describe the bug
With certain window widths the thread view is cut off on the left since a couple of versions:

What operating system and which version?

  • Kubuntu 21.10
  • Windows 10
    Which version of Rocket.Chat (Server)? 4.5.3
    Which version of Rocket.Chat.Electron (Electron/Desktop)? 3.8.0
    Is there any setting relevant changed? No.

To Reproduce
Steps to reproduce the behavior:

  1. Open thread view on any message
  2. Reduce the window width until shortly before the channel list is collapsed.

Expected behavior
Threads are displayed in a readable fashion.

Screenshots
grafik

Additional context
This appears to be largely independent of the exact version. This issue has been present since at least a month across multiple client and server versions now.

@jeanfbrito
Copy link
Contributor

Hello @DaDummy this happens on chrome or any other web browser too?

@DaDummy
Copy link
Author

DaDummy commented Mar 29, 2022

Firefox 98.0.2 fails to load with Uncaught TypeError: e.mediaDevices.getUserMedia is undefined and There is no route for the path: / in the JS console.

Issue is reproducible in Chromium 99.0.4844.84 snap

@jeanfbrito
Copy link
Contributor

Then I will move it to the Rocket.Chat repo, because this seems to be a web problem.

@jeanfbrito jeanfbrito transferred this issue from RocketChat/Rocket.Chat.Electron Mar 29, 2022
@Gummikavalier
Copy link

I can confirm this issue on RC 4.5.5.

We use the following custom CSS to work around the issue:

/* Decreasing size of expanded thread view */
div.rcx-box.rcx-box--full.rcx-vertical-bar.rcx-thread-view.rcx-css-1m6pvl6 {
    width: 65% !important;
}

/* Increasing size of collapsed thread view */
aside.rcx-box.rcx-box--full.rcx-vertical-bar.rcx-css-17l0eu7 {
    width: 45% !important;
}

@tewfik-ghariani
Copy link

tewfik-ghariani commented May 19, 2022

I confirm this issue for the desktop application too. The left sidebar overlaps with extended threads, especially when zoomed in

Screenshot 2022-05-19 at 15 39 44

I guess a potential solution would be to add the possibility to collapse/expand the left sidebar manually ( ref #21131 )

@MartinSchoeler
Copy link
Contributor

This was fixed by #29461

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants