NebelTVOrg / web

nebel.tv website repo
Other
0 stars 1 forks source link

Feedback: inconsistency in design of error messages #244

Closed synelnykova closed 10 years ago

synelnykova commented 10 years ago
  1. Open http://www.nebel.tv/feedback/.
  2. Don't type anything in the fields and click Submit. The following message appears: Make sure you entered the captcha.
  3. Now type a wrong value in the email field (e.g., f, 8, %, etc.). Click Submit. See how the message about invalid email is shown: invalid email

Looks inconsistent with the previous message about captcha. And what is more: see what happens when I scroll the page up or down - the message moves unpredictably: invalid email message scrolling

oldjus commented 10 years ago

Minor

alevgal commented 10 years ago

Just for information - This is standart HTML5 form verification. Messages are integrated in browser. Messages in alert box(wrong captcha) - only for required fields (captcha and feedback message) - other fields doesn't have any verification since they are not required