Skip to main content

Bug Tracker

Side navigation

#1420 closed bug (fixed)

Opened July 24, 2007 03:19PM UTC

Closed September 15, 2007 01:17PM UTC

Test Suite error: Check that click, triggers onclick event handler also

Reported by: orsonjones Owned by:
Priority: major Milestone: 1.2.1
Component: event Version: 1.2
Keywords: Cc:
Blocked by: Blocking:
Description

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070601 Ubuntu/dapper-security Firefox/1.5.0.12

66 event module: click() (1, 3, 4)

4. Check that click, triggers onclick event handler also

I ran the test suite after trying the How jQuery Works Tutorial and having the following not work.

$("a").click(function(){

alert("Thanks for visiting!");

});

Attachments (0)
Change History (2)

Changed July 25, 2007 12:26AM UTC by john comment:1

component: coreevent

Which test suite? Did you download and build your own? What rev of jQuery was being used? Some new code was just committed, so that may be at play here.

Changed September 15, 2007 01:17PM UTC by john comment:2

milestone: 1.1.41.2.1
resolution: → fixed
status: newclosed
version: 1.1.31.2

Fixed in SVN.