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

Prevent Role Groups dropdown expand on delete #3950

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

daguiler
Copy link
Contributor

@daguiler daguiler commented Aug 1, 2020

Fixes #3949

Summary

The Edit and Delete icons next to the selected role group are components that are rendered within the dropdown, so the dropdown was intercepting all the bubbling clicks, and thus expanding.
This change adds the necessary stopPropagation() calls on the bubbling events so that the dropdown doesn't expand at the wrong times.

@bdukes bdukes added this to the 9.7.1 milestone Aug 3, 2020
@valadas valadas merged commit b098a16 into dnnsoftware:develop Aug 15, 2020
@daguiler daguiler deleted the bugfix/DNN-28527 branch August 15, 2020 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Role Groups dropdown expands when clicking on the role group Delete icon
4 participants