-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Group list is overlapping if you are part of too many groups #18920
Comments
@nextcloud/designers how to move on with this one? How about we show first 3 and the rest with a tooltip when you hover? |
From an outside perspective maybe add a small down arrow like feature to the right of lists that overflow. When you click the list or the arrow it will show an expanded list via a drop down similar to what happens when you click the [...] menu on the right. Probably should make all the items in that list be one per line though unlike how they are presented in the main view. Alternatively, instead of the down arrow you could print an ellipsis at the end of the list in the main view that indicates the list is truncated and then when you click the list you get a drop down showing the full list. |
while on editing mode, all the multiselect elements are overlapping |
While fixing this bug it could be useful to overthink the general user experience when managing the user's groups. If there are many groups in the list, it's really horrible to scroll through the small tooltip, especially when changing user groups on the go on mobile devices (e.g. iPad). A pop up window would with a list of all groups and a search option would be nice. Besides that the user management could see improvements from a security standpoint of view. There should be more user roles to select from or specific settings admins can make. At the moment there are only admins, users with more rights within their user group and normal users. There should be more individual settings which for example deactivates changing of user's password or deactivating accounts when not being an admin. There are many more features that could be implemented here to make nextcloud even more better than it is now. However this is probably not the right post for it. |
If there is any custom css we can implement to fix this overlapping, please post it here. It is really confusing with the overlapping. I suggest there should be a default background color implemented so that the overlapping parts is not visible. I have tried with the custom CSS but it does not work. This is the CSS that needs changing and works in the browser element: .multiselect[data-v-764bdcc] .multiselect__content-wrapper .multiselect__content { .multiselect__content-wrapper li { .multiselect__content-wrapper { However, in custom CSS this gets ignored. |
Kind of works if |
I patched 18.0.1 with diff between stable18 and v18.0.1 and it does not look fixed. |
Did you also update the compiled JS files? |
@ChristophWurst @juliushaertl Please reopen, as the issue is only partly fixed |
@DBJRdev did you tried the fixes? |
Please could you send me the fixes as I cannot see from the list what has been fixed. I cannot seem to get it working. |
@skjnldsv : Uhm, I don't know what fixes I am supposed to include, I just used the totally fresh 18.0.2RC2 from yesterday evening, assuming the 18 day old closing of the issue had the solution in. Please give me a hint and I will follow you to give better feedback :) |
This is inplemented in upcomming 18 release (18.0.2) |
Thanks. Will wait for the upcoming stable release |
Little custom css fix (waiting for 18.0.2) .
I dont know if there is some side effect, only the first directive is necessary to fix. |
Your custom CSS works perfectly! Thank you! |
cc @GretaD
The text was updated successfully, but these errors were encountered: