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

Press trigger should be disabled during load #293

Open
adamstep opened this issue May 24, 2021 · 2 comments
Open

Press trigger should be disabled during load #293

adamstep opened this issue May 24, 2021 · 2 comments
Labels
bug Something isn't working hacktoberfest

Comments

@adamstep
Copy link
Contributor

During processing of behaviors in response to a press, the triggering element should be disabled. When disabled:

  • all presses on the element are ignored
  • the "disabled" modifier styles should be applied to the element.

Depends on #292

@adamstep adamstep added the bug Something isn't working label May 24, 2021
@terryatgithub
Copy link
Contributor

In practice, we found that one click (maybe inadvertent quick clicks) sometimes would trigger multiple requests, causing some problems like repeated submission of forms. We thought of some workarounds to solve it.
but this 'disabled' proposal seems to be the correct final solution. Looking forward to the release soon.

@adamstep
Copy link
Contributor Author

adamstep commented Dec 15, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants