Skip to main content

Bug Tracker

Side navigation

#5705 closed bug (worksforme)

Opened December 23, 2009 08:12AM UTC

Closed January 25, 2010 03:02PM UTC

Last modified March 10, 2012 08:26AM UTC

submit event binding doesn`t work in ie

Reported by: chvconst Owned by: brandon
Priority: critical Milestone: 1.4.1
Component: event Version: 1.4
Keywords: Cc:
Blocked by: Blocking:
Description

When testing 1.4a2 in a live application (dev version is running 1.3.2), submit(function(){/* something */}) does not override submit event in ie6-7-8.

I created a test html file to verify. There is a form with a input and a <button type="submit"> in the body, and these were the test:

I bind submit event:

$('form').submit(function(event){ /* ... */ return false;});

this event failed in ie6-7-8

Attachments (1)
  • ticket5705.html (0.5 KB) - added by chvconst December 23, 2009 08:13AM UTC.
Change History (1)

Changed January 25, 2010 03:02PM UTC by john comment:1

milestone: 1.41.4.1
resolution: → worksforme
status: newclosed
version: 1.4a21.4

It looks like this was fixed before 1.4 came out.