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

issue in showModal change event of strike_modal #41

Closed
Simran-Sohal opened this issue Jul 21, 2017 · 1 comment
Closed

issue in showModal change event of strike_modal #41

Simran-Sohal opened this issue Jul 21, 2017 · 1 comment

Comments

@Simran-Sohal
Copy link

I am changing the value of the showModal attribute of strike_modal component to show or hide the modal window. First time opening and closing of the modal window works fine but then next time the window does not open.

I have debug the issue and found that the value of showingModal is not being set to false when the modal window is closed. So the next time I try to open the window, the code does not do anything because the condition if (showModal == showingModal) { return; } in determineModalState controller function.

@Simran-Sohal
Copy link
Author

If I use the show() and hide() function the component works fine because it does not check for showModal and showingModal value in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants