gibber-cc / gibber

An audiovisual live coding environment for the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

At gibber public website, login functionality doesn't work as a usual form

crashuniverse opened this issue · comments

Due to lack of semantic html, login form faces certain problems like:

  • when focussed on username and password fields, placeholder text stays and has to be deleted
  • pressing enter doesn't login the user as the button is programmed to respond only to mouse clicks

Login can be improved without affecting performance by writing semantic html that will enable placeholder attributes and form respond to enter button of keyboard.

This was pulled and works much better now!