aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
* Fix live mouseenter and mouseleave binding so they can be activated by trigge...Brian Brennan2011-04-171-2/+19
* Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-19/+19
* Add in unit tests for #6993.John Resig2011-04-161-1/+7
* Fix test suite fail in IE6/7 on event:undelegate - was failing an if where it...timmywil2011-04-131-2/+2
* Merge branch 'fix_suite_fails' of https://github.com/timmywil/jquery into tim...Dave Methvin2011-04-121-0/+2
|\
| * VML.type test was causing multiple test suite fails, fix attributes.js fail i...timmywil2011-04-121-0/+2
* | Followup to #8753. Modify new Event constructor signature to jQuery.event(typ...Dave Methvin2011-04-121-2/+2
|/
* Accessing the 'type' property on VML elements fails on IE. Fixes #7071.John Firebaugh2011-04-121-0/+3
* revert last commitlouisremi2011-04-121-1/+1
* switch double quotes with single quoteslouisremi2011-04-121-1/+1
* merge with master and resolve more conflictslouisremi2011-04-121-0/+21
|\
| * Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777jeresig2011-04-111-0/+21
| |\
| | * Ticket #8777 undelegate by namespacerwldrn2011-04-051-6/+28
* | | third batchlouisremi2011-04-121-90/+90
|/ /
* | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into r...jeresig2011-04-101-0/+22
|\ \
| * | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o...rwldrn2011-04-051-6/+23
| |/
* | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bu...Dave Methvin2011-04-071-0/+13
* | Fixes #8712. Bubble custom events to the window when they are triggered. Ride...Dave Methvin2011-04-061-2/+6
* | Merge branch 'domready' of https://github.com/cowboy/jqueryDave Methvin2011-04-051-13/+79
|\ \
| * | Updated DOM ready unit tests.Ben Alman2011-03-311-5/+4
| * | DOM Ready unit tests (but not the supporting fixed code).Ben Alman2011-03-311-13/+80
| |/
* | Shorten up the code and do event cleanup on test cases.Dave Methvin2011-04-051-0/+2
* | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into rwldrn-ti...Dave Methvin2011-04-051-0/+39
|\ \ | |/ |/|
| * #7883 .delegate and .live should accept false as the fn arg, like bindrwldrn2011-01-011-0/+39
* | Followup commit for #7340 test case; make sure second test fires properly on ...Dave Methvin2011-03-311-2/+7
* | Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery...jeresig2011-03-211-0/+14
|\ \
| * | Fixes #8456. Make sure parent is not null before crawling into its lap, so mo...Dave Methvin2011-03-091-0/+14
* | | Fixes #7340. Use a single capturing handler to simulate bubbling focusin/focu...Dave Methvin2011-03-041-0/+25
|/ /
* | Fix some whitespace issues.Anton M2011-02-151-6/+6
* | Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ...Dave Methvin2011-02-151-0/+11
* | Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-151-1/+1
* | Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-101-6/+13
* | Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-101-30/+26
* | Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-071-3/+2
* | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was...jeresig2011-01-211-20/+0
* | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-13/+48
|\ \
| * | Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-4/+37
| * | Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-9/+11
| |/
* | Merging pull request 183 for #7793.jeresig2011-01-171-4/+12
|\ \ | |/ |/|
| * Update test case to feature-detect Opera's lack of defaultPrevented and skip ...Dave Methvin2011-01-151-1/+8
| * Test for standard createEvent before IE-specific click method.Dave Methvin2010-12-271-7/+4
| * When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-231-0/+38
* | Clean trailing whitespace from all files.Colin Snover2010-12-301-129/+129
* | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-271-0/+35
|/
* Make sure custom events named "submit" can be bound to non DOM elements in IE...Anton M2010-11-211-3/+10
* Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.dmethvin2010-10-251-0/+30
* Fixes #7229 and #5803rwldrn2010-10-241-0/+20
* Fix the number of change tests and remove textarea tests.jeresig2010-10-141-32/+6
* Use prepend for the focuin test (to avoid making the test suite jump).jeresig2010-10-141-9/+15
* Make sure that focusin/focusout bubbles in non-IE browsers.Justin Meyer2010-10-131-1/+15