jQuery: The Write Less, Do More JavaScript Library

Ticket #1420 (closed bug: fixed)

Opened 1 year ago

Last modified 11 months ago

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

Reported by: orsonjones Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.1 Component: event
Version: 1.2 Keywords:
Cc: Needs: Review

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)

  1. 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

Change History

Changed 1 year ago by john

  • owner deleted
  • component changed from core to event

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 11 months ago by john

  • status changed from new to closed
  • version changed from 1.1.3 to 1.2
  • resolution set to fixed
  • milestone changed from 1.1.4 to 1.2.1

Fixed in SVN.

Note: See TracTickets for help on using tickets.