Ticket #182 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

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:1 Changed 3 years ago by mr_lundis

  • Priority changed from major to trivial

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.

comment:3 Changed 2 years ago by mr_lundis

  • Milestone changed from 0.5 to 1.0

comment:4 Changed 2 years ago by mr_lundis

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r673.

Note: See TracTickets for help on using tickets.