x/playground: Autofocus the text area on page load #49452
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
play.golang.org should autofocus its text area on load, as is done by tour.golang.org. This simplifies the (probably common) use case of navigating to the page, writing a tiny program, and then checking that it compiles & produces expected output.
Currently, I hit tab 7 times on page-load to bring myself to the editor.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
not applicable
What operating system and processor architecture are you using (
go env
)?not applicable
What did you do?
navigated to https://play.golang.org/
What did you expect to see?
a blinking cursor
What did you see instead?
Buttons!
The text was updated successfully, but these errors were encountered: