Bug Tracker

Changeset 4246

Show
Ignore:
Timestamp:
12/20/07 07:39:35 (8 months ago)
Author:
davidserduke
Message:

Fixed a problem in the unit tests for IE where an optimization made the test case not work. The optimization was fine. It was the unit test that was taking a short cut which caused it to fail after the optimization went in.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/test/unit/event.js

    r4207 r4246  
    218218    // Trigger only the handlers (no native) and extra fn, with external event obj 
    219219    // Triggers 9 
     220    eventObj = jQuery.event.fix({ type: "foo", target: document.body }); 
    220221    equals( $("#firstp").triggerHandler("click", [eventObj, 1, "2", "abc"], handler), "test", "Verify handler response" ); 
    221222