Ticket #31 (new defect)

Opened 3 years ago

Last modified 3 years ago

Form default callback is not used when an action is added

Reported by: anonymous Assigned to: somebody
Priority: normal Milestone:
Component: css Version:
Severity: normal Keywords:
Cc:

Description

Because the actions are submit buttons the form's callback is not used even when the user hits enter and does not click a button.

I'm not sure if this is correct or incorrect but it may be confusing to some.

Change History

08/12/05 15:36:32 changed by Matt Goodall <matt@pollenation.net>

IE actually seem to do the right thing (suprise!).

For a form with no button, both IE and Moz will cause the default callback to be called.

For a form with a button, Moz makes it look like the button was clicked even when it wasn't. IE doesn't send the button value so it's possible to detect the no-button submit.

08/12/05 15:42:27 changed by Matt Goodall <matt@pollenation.net>

OK, I take it back! IE is as inconsistent as the other browsers. On a form with multiple elements it *does* pretend the submit button was pressed. Just not for a form with a single element.