Description
p5.js version
No response
What is your operating system?
Windows
Web browser and version
Chrome 113.0.5672.93
Actual Behavior
cursor: not-allowed
🚫
This is extremely minor, but I've noticed an issue with the form state on the login page where it can sometimes show the wrong cursor when hovering the "Log In" button. It still works when I click it, but it looks as though it is not clickable. This corrects itself as soon as I click anywhere within the window. It only happens if I start directly on the https://editor.p5js.org/login
page. Chrome autofills my username and password so the form is complete before the window is focused.
Expected Behavior
cursor: pointer
👆
I can't capture the cursor in my screenshots, but I also see that the text is not getting the correct CSS style in the auto-fill situation. Again, it fixes itself as soon as I click anywhere inside the window.
Steps to reproduce
Steps:
- Save your login details using the Chrome password manager
- Navigate directly to URL https://editor.p5js.org/login
- Hover over the "Log In" button