Ticket #65 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Jump to form on page when validation fails

Reported by: Matt Goodall <matt@pollenation.net> Assigned to: somebody
Priority: normal Milestone:
Component: form-renderer Version:
Severity: normal Keywords:
Cc:

Description

If there is a validation error on a form at the bottom of a longish page then the form is often not visible when it's redisplayed.

Each form has a unique id already so it should be as simple as including the fragment on the POST url.

Change History

01/06/06 12:41:59 changed by Matt Goodall <matt@pollenation.net>

I'm glad I said "should be as simple", because it's not.

If Firefox posts to a URL with a #fragment and that results in a 302 redirect without the fragment then Firefox includes the fragment anyway. Bah!