-
Notifications
You must be signed in to change notification settings - Fork 2.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
[stable7] Exclude group from shares dropdown broken #10936
Comments
@MTRichards @craigpg set to next sprint, sev2-high as it makes it impossible to use the "exclude sharing from groups feature". Note: this is only on stable7 so it must be fixed for OC 7.0.3. |
I noticed that if you delete the previous admin sections to make the multiselect appear on the first page (without scrolling), then the multiselect works correctly. |
Ugh - that's indeed strange. Sorry it didn't come up during testing. We definitely need the overflow so that the external storage and network drive functions are usable. Thanks for looking into fixing multiselect. Cc @icewind1991 cause he wrote multiselect.js |
Ok, thanks @PVince81 |
I noticed this too, by the way. Had this problem last week with the Sept 4 daily stable 7 build. |
@PVince81... making this a gold-ticket |
The fix is already here: #10968 |
Steps to reproduce
Expected result
Dropdown opens
Actual result
Dropdown does not open.
Versions
Works in OC 7.0.2 but broken on stable7.
I've bisected this and it comes down to this commit from @jancborchardt 30cc4b9
It is very strange how a simple overflow can mess up multiselect.
I'll try and find a compatible solution for multiselect.
The text was updated successfully, but these errors were encountered: