gtg111a / campusmack

My First App
1 stars 0 forks source link

Username #38

Closed gtg111a closed 13 years ago

gtg111a commented 13 years ago

The username takes a long time to Tab out of when signing up, is it b/c it's checking the DB? Also, there needs to be a message for username that tells the user whether it's taken already. Can't really tell just by it turning red.

arpadlukacs commented 13 years ago

Yes, this is because of the clientside validation that you added in the beginning. It validates the username for uniqeness and also the emails. There are error messages. They are displayed in twitter style, you can see them if you hover the mouse over the input. Originally client side validation displays the errors above the fields, but that broke the layout, because it shifted everything. I changed that to dispay the errors using tooltips instead to avoid the break. The tooltip appears very quickly, even if you move the mouse just over the input fields. Can't you see them at all?