Closed Bug 871678 Opened 11 years ago Closed 1 month ago

HTML5 Form Validation on Safari doesn't work

Categories

(Websites :: Firefox Flicks, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: osmose, Unassigned)

Details

Attachments

(1 file)

If a user submits a video or submits the profile form in Safari and doesn't fill out a required field, they are shown the form again with no indication of what was wrong.

According to http://caniuse.com/form-validation, Safari supports HTML5 Form Validation but does not notify or stop the user when submitting a form that has failed validation. This also means that our JavaScript shim that detects if a browser supports form validation fails because it thinks that Safari supports it and thus it doesn't need to validate the form itself.

A possible solution is to have the JavaScript-based form validation run all the time; since it should in theory only run when the form is considered valid by browsers that support HTML5 validation, it shouldn't ever show an error message when it doesn't need to.

Flicks Website is no longer active

Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: