wintercms / web-installer

Web-based installer for Winter CMS
https://wintercms.com/
MIT License
30 stars 4 forks source link

Improve tab indexing #3

Open bennothommo opened 3 years ago

bennothommo commented 3 years ago

While the fields in the Configuration area are able to be tabbed through, it would be worth making it so that tabbing the last field on each of the sections (Site, Database, Administrator) takes you to the next tab immediately.

jaxwilko commented 3 years ago

@bennothommo I noticed this issue too, I haven't got a fix for it but in my ui branch I added tabindex="-1" to the step-links so that tabbing off the end of the form wouldn't place make the introduction step-link active making it look like the installer just reset itself. For sure needs a proper solution though