Ticket #182 (closed defect: fixed)
Safari 4: Dialogues does not submit properly
Reported by: | mr_lundis | Owned by: | jf.hovinne |
---|---|---|---|
Priority: | trivial | Milestone: | 1.0 |
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
comment:2 Changed 3 years 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.