Bug Tracker

Opened 10 years ago

Closed 10 years ago

#14585 closed bug (worksforme)

Safari form on submit event: preventDefault/return false not working as expected

Reported by: williamwmoraes@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.1.0-beta2
Keywords: Cc:
Blocked by: Blocking:

Description

On safari 7.0 (9537.71), using preventDefault and/or return false on a callback function of a form submit event doesn’t prevent the browser from posting the request. Example here.

Change History (1)

comment:1 Changed 10 years ago by dmethvin

Resolution: worksforme
Status: newclosed

Your example has an error. If you open the console you will see the message. http://jsbin.com/uvexExIv/4/

Note: See TracTickets for help on using tickets.