Ticket #182 (new defect)

Opened 9 months ago

Last modified 9 months ago

Safari 4: Dialogues does not submit properly

Reported by: mr_lundis Owned by: jf.hovinne
Priority: trivial Milestone: 0.5
Component: Editor Version: trunk
Keywords: Cc:

Description

In Safari 4, when you insert an image/link/whatever, if you hit return, it submits the form as opposed to running the click action on submit. Doesn't seem to be a problem with FF3.

Reported by Dustin, in this forum topic.

Change History

Changed 9 months ago by mr_lundis

  • priority changed from major to trivial

Changed 9 months ago by dustins

I believe this occurs because all the forms bind to the click event of the submit button as opposed to the submit event of the form. Unless there is a reason for this, the save/success/submit action for all the forms should probably be bound to the submit event on the form.

Note: See TracTickets for help on using tickets.