-
Notifications
You must be signed in to change notification settings - Fork 436
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
[Question]: Multiple Pop Up Logins Causes null errors #1562
Comments
Hey, what do you mean with "pop another popup"? Do you mean that they click the button multiple times? And then, when they close one of the first popups, they get an error? Thanks |
Yes. When they click the buttons the first time the first pop shows. If they ignore that pop up and click the button again and submit it, the app has an endless loop of errors.
Michael Ladewski
On Oct 29, 2022, at 7:08 AM, Fabian Gosebrink ***@***.***> wrote:
Hey, what do you mean with "pop another popup"? Do you mean that they click the button multiple times? And then, when they close one of the first popups, they get an error? Thanks
—
Reply to this email directly, view it on GitHub<#1562 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACVK3T2QSHV4ZU5RIZN6YZLWFUASPANCNFSM6AAAAAARLKDQHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Duplicate of #1333 |
Can the pop-up be made so the minimize option can be disabled? Also, if there is already a modal pop-up, don't let it create another one. Also, is there a way to change the CSS for the the pop-up modal? I also see the issue:
Once this error is thrown, it creates an infinite loop inside of the module somewhere. Regards |
I think we will fix the issue that no other popup can be opened when a popup is already open. |
Was this fixed in version 15? I see the issue still occurring. |
We are on it with the upcoming PR. |
Should be fixed in 15.0.1 |
What Version of the library are you using?
14.1.5
Question
When a user clicks a button to launch the popup, sometimes they don't see the popup or pop another popup. when the user submits that popup, I am getting null pointer errors that are crashing chrome. Is there some way to manager the popup so it automatically pops the same window, or so that it will ignores the second popup request?
The text was updated successfully, but these errors were encountered: