-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Clicking a modal close button multiple times quickly will send you back a page #343
Milestone
Comments
Are you using edge or v0.12? |
Fixed for v0.13 and in edge. |
I'm using v0.12. Awesome! Thanks. |
n05la3
added a commit
to n05la3/quasar
that referenced
this issue
Mar 5, 2024
quasarframework#343 - The QSelect random failure is caused by clicking on an element when it is not yet visible. Following, cypress' actionability, it is supposed to check that an element is not hidden before clicking but this is seems not to be working as expected. So "should('be.visible')" has been explicity added to ensure tests are more deterministic
n05la3
added a commit
to n05la3/quasar
that referenced
this issue
Mar 5, 2024
…uasarframework#343 - The QSelect random failure is caused by clicking on an element when it is not yet visible. Following cypress' actionability requirements, it is supposed to check that an element is not hidden before clicking but this is seems not to be working as expected. So "should('be.visible')" checks have been explicity added to ensure tests are more deterministic
n05la3
added a commit
to n05la3/quasar
that referenced
this issue
Mar 5, 2024
…uasarframework#343 - The QSelect random failure is probably caused by clicking on an element when it is not yet visible. Even though cypress is supposed to check that an element is visible before clicking, sometimes due to race conditions or for some other reason, the element may be found and clicked when it is not yet visible. So "should('be.visible')" has been explicitly added to ensure tests are deterministic
n05la3
added a commit
to n05la3/quasar
that referenced
this issue
Mar 5, 2024
…uasarframework#343 - The QSelect random failure is probably caused by clicking on an element when it is not yet visible. Even though cypress is supposed to check that an element is visible before clicking, sometimes due to race conditions or for some other reason, the element may be found and clicked when it is not yet visible. So "should('be.visible')" has been explicitly added to ensure tests are deterministic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you click a modal close button multiple times quickly you will be sent back a page instead of just closing the modal. I believe what is happening is that the close event from hitting the close modal button is triggered as well as the close event from clicking outside of the modal.
Let me know if you're not experiencing it or if you need any other information.
The text was updated successfully, but these errors were encountered: