Skip to main content

Bug Tracker

Side navigation

#14585 closed bug (worksforme)

Opened November 28, 2013 02:29PM UTC

Closed November 28, 2013 07:37PM UTC

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

Reported by: williamwmoraes@gmail.com 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.

Attachments (0)
Change History (1)

Changed November 28, 2013 07:37PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

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