RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.33k stars 10.47k forks source link

Administration page not showing #20668

Open aclw opened 3 years ago

aclw commented 3 years ago

Description:

I navigated to the administrative settings, and all the pages (e.g. info) do not show anything.

Steps to reproduce:

  1. Clone the latest code on github onto a clean docker container running Ubuntu 18.04.
  2. Follow the instructions on https://docs.rocket.chat/guides/developer/quick-start to set up Rocket Chat.
  3. Point my browser to the Rocket Chat server.
  4. Go through the required setup steps.
  5. Navigate to the admin page (e.g. http://localhost:3100/admin/General).
  6. The page doesn't show anything.

Expected behavior:

The admin pages should show the appropriate settings for that page.

Actual behavior:

The pages appear ### blank.

Server Setup Information:

Client Setup Information

Additional context

Relevant logs:

yash-rajpal commented 3 years ago

This is not reproducible by me, I can use admin panel as always. image

aclw commented 3 years ago

I have debugged deeper into this issue. What I found is that when the Scrollbars is displayed, it's supplied with a style of {width: "100%", height: "100%", flexGrow: 1, willChange: "transform", overflowY: "hidden"}. I have problem with the height: "100%" part. If I change that to height: 600 manually, then that works fine.

I also switched to use FireFox, and the problem went away as well. So it seems that this has something to do with Chrome together with Scrollbars being set to 100% height.