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

Users settings: Rows overlap groups select (z-index) #19555

Closed
jaller94 opened this issue Feb 19, 2020 · 1 comment
Closed

Users settings: Rows overlap groups select (z-index) #19555

jaller94 opened this issue Feb 19, 2020 · 1 comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@jaller94
Copy link

screenshot

Steps to reproduce

  1. Go to http://localhost/index.php/settings/users
  2. Create at least two users.
  3. Edit the user in the first row.
  4. Open the multi-select for editing the user's groups.

Expected behaviour

The dropdown is accessible. Clicking a group name will toggle the group.

Actual behaviour

The dropdown is not clickable. Other elements overlap the dropdown.
The rows of other users have z-index: 0; which places it above the dropdown.

Possible fix

Removing this line fixes this issue:


Line added in: 0428140

Server configuration

Nextcloud version: 18.0.1

Client configuration

Browser: Firefox 73, Chromium 80

Operating system: Ubuntu

@jaller94 jaller94 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Feb 19, 2020
@jaller94
Copy link
Author

Duplicate of #19503.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant