Skip to main content

Bug Tracker

Side navigation

#5816 closed bug (duplicate)

Opened January 15, 2010 10:28AM UTC

Closed November 17, 2010 02:46AM UTC

Last modified November 17, 2010 02:46AM UTC

href onclick return doesn't work in IE7/8 with a $(function(){ live click }

Reported by: geki007 Owned by: brandon
Priority: major Milestone: 1.4.1
Component: event Version: 1.4
Keywords: live click href Cc:
Blocked by: Blocking:
Description

if you click on link it shouldn't do something but it goes to "/test" (see the attached file)

in FF and chrome it works

i think the problem is in jquery.js on line 1557 (function) or 1861 (in this line on 1.3 there is no return, or the function has a bug)

on 1.3 it works

Attachments (1)
  • test.html (0.5 KB) - added by geki007 January 15, 2010 10:28AM UTC.

    Testcase

Change History (3)

Changed January 18, 2010 01:13PM UTC by iraebrasil comment:1

This is an exact duplicate of:http://dev.jquery.com/ticket/5835

My commit fixes both: http://github.com/irae/jquery/commit/6438ab0da979307d8ea0ec5183d6a5e5a57bead8

Changed November 17, 2010 02:46AM UTC by addyosmani comment:2

resolution: → duplicate
status: newclosed

Changed November 17, 2010 02:46AM UTC by addyosmani comment:3

Duplicate of #5835.