Ticket #182 (closed defect: fixed)

Opened 14 months ago

Last modified 3 months 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

Changed 14 months ago by mr_lundis

  • priority changed from major to trivial

Changed 14 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.

Changed 3 months ago by mr_lundis

  • milestone changed from 0.5 to 1.0

Changed 3 months 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.