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

Typing in the URL input field for links results in multiple HTTP requests on each key stroke #26374

Closed
talldan opened this issue Oct 22, 2020 · 1 comment
Labels
[Feature] Link Editing Link components (LinkControl, URLInput) and integrations (RichText link formatting) [Type] Bug An existing feature does not function as intended

Comments

@talldan
Copy link
Contributor

talldan commented Oct 22, 2020

Describe the bug
Typing in the URL input field for links results in multiple HTTP requests for each key stroke.

Originally reported on the forums - https://wordpress.org/support/topic/custom-blocks-not-working-on-pages/

To reproduce
Steps to reproduce the behavior:

  1. Open browser dev tools to the Network tab
  2. Start adding a link to a paragraph and type in the link input field
  3. Observe multiple HTTP requests for each key stroke in the dev tools

Expected behavior
Requests are debounced.

@talldan talldan added [Type] Bug An existing feature does not function as intended [Feature] Link Editing Link components (LinkControl, URLInput) and integrations (RichText link formatting) labels Oct 22, 2020
@talldan
Copy link
Contributor Author

talldan commented Oct 22, 2020

Duplicate of #26358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Link Editing Link components (LinkControl, URLInput) and integrations (RichText link formatting) [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

No branches or pull requests

1 participant