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: | 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.
Note: See
TracTickets for help on using
tickets.
Your example has an error. If you open the console you will see the message. http://jsbin.com/uvexExIv/4/