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
When viewing the installation wizard's directory permission step, items are overlapping unexpectedly #3449
Comments
There seems to be a few Gentoo issues. Are you running the Gentoo with a desktop and chrome on there? The CSS styling seems to have failed, you theme looks like the modern one is that correct? |
I'm running Chromium on a Gentoo Linux Desktop. Cacti was installed on a Gentoo Linux server. I think I used the Classic theme. I don't think the distribution is relevant, but I can re-test on Ubuntu if you prefer. Is there a quick way I can access the installer page without installing a new instance? |
OK, so that gives me something to look at. Oh, and which web server are you using? Just trying to get all the variables together so I can give a reason chance of replicating the test. |
I'm using I've just reproduced the bug on an Ubuntu VM running:
Here's a screenshot (chromium): And a copy of the rendered page (as saved by Chromium): Cacti Server v1.2.11 - Maintenance.zip On firefox, it's rendered a little different (classic theme on |
Also, use "overflow-y: auto" instead of "overflow: hidden", which gets the job done (fixes height being 0 when element only contains floated elements), but is safer (won't hide things).
…wizard (#3476) * Fix overlapping itens in directory permission checks in installation wizard Issue #3449. * Update CHANGELOG with issue #3449 Also, use "overflow-y: auto" instead of "overflow: hidden", which gets the job done (fixes height being 0 when element only contains floated elements), but is safer (won't hide things).
Describe the bug
In the Directory permission checks step of the installation wizard, the directory paths column is too small to display most paths, resulting in them appearing under the actual "check result" and being unreadable. Perhaps it's just a CSS bug.
To Reproduce
Steps to reproduce the behaviour:
Install fresh cacti 1.2.11
Complete the installation wizard until you reach the "directory permission checks" step
See issue
Expected behavior
Path column should have space for bigger paths.
Screenshots
Desktop
OS: Gentoo Linux
Browser: Chromium
Version: 80.0.3987.149 (Developer Build) (64-bit)
The text was updated successfully, but these errors were encountered: