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

Fixes #16019: Close button in Generic Method tab is not working #1125

Conversation

VinceMacBuche
Copy link
Member

@@ -156,7 +156,7 @@ <h1>You are not authenticated in ncf-builder</h1>
<div class="col-xl-4 col-5 col-techniques" ng-click="toggleDisplay(true)">
<div class="row flex-column">
<div class="col-auto">
<div class="row" ng-if="ui.showTechniques">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was used to prevent the user from clicking on the "Import" button when the left menu is folded. We shouldn't remove it, or find another workaround for this bug

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed by adding a css pointer-events, that disable click events https://css-tricks.com/almanac/properties/p/pointer-events/

@VinceMacBuche VinceMacBuche force-pushed the bug_16019/close_button_in_generic_method_tab_is_not_working branch from b6988f7 to 1cc1d0c Compare December 6, 2019 13:38
@VinceMacBuche
Copy link
Member Author

Commit modified

@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 1cc1d0c into Normation:branches/rudder/6.0 Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants