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

Admin UI crashes Chrome DevTools #434

Closed
jesstelford opened this issue Oct 11, 2018 · 0 comments · Fixed by #446
Closed

Admin UI crashes Chrome DevTools #434

jesstelford opened this issue Oct 11, 2018 · 0 comments · Fixed by #446

Comments

@jesstelford
Copy link
Contributor

This seems to happen randomly in a number of places - when you have Chrome's DevTools open, and try to do some things in the Admin UI (click a link, create an item, etc), DevTools will crash, and then the entire Chrome tab will become unresponsive while chewing up CPU 📈

One reproducible case is on Chrome OSX 69.0.3497.100, and the code in #433;

  • Create a list with a field containing a unique constraint
  • Create an item in that list with a unique field value
  • Create a second item in that list with a different unique field value
  • Edit the second item
  • Open Chrome DevTools, and visit the Network tab
  • Change the value of the unique field to match the value of the first item created (ie; violating the unique constraint)
  • Watch it burn 🔥
    • Notice the completed network request is shown, but when you click on it, it doesn't show any "preview" data.
    • Notice the Admin UI is now unresponsive.
    • Notice you cannot close the tab.
    • Notice yourself questioning all your life choices.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant