aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Expand)AuthorAgeFilesLines
* Event: Avoid collisions between jQuery.event.special & Object.prototypeMichał Gołębiowski-Owczarek2023-04-031-0/+20
* Event: Make trigger(focus/blur/click) work with native handlersMichał Gołębiowski-Owczarek2023-03-271-2/+61
* Event: Simulate focus/blur in IE via focusin/focusoutMichał Gołębiowski-Owczarek2023-03-271-120/+202
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-27/+27
* Event: Don't break focus triggering after `.on(focus).off(focus)`Michał Gołębiowski-Owczarek2021-05-101-0/+16
* Event: Make focus re-triggering not focus the original element backMichał Gołębiowski-Owczarek2020-12-071-0/+34
* Event: Don't crash if an element is removed on blurMichał Gołębiowski-Owczarek2020-10-191-0/+27
* Tests: Use only one focusin/out handler per matching window & documentMichał Gołębiowski-Owczarek2020-04-271-9/+54
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-13/+13
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-021-0/+43
* Build:Tests: Fix custom build tests, verify on Travis Michał Gołębiowski-Owczarek2020-01-071-3/+4
* Event: Only attach events to objects that accept data - for realMichał Gołębiowski-Owczarek2019-12-091-0/+9
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-12/+17
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-17/+2
* Tests: Restrict an event test fallback to TestSwarmRichard Gibson2019-04-291-1/+1
* Tests: Fix the new focusin/focusout test in IEMichał Gołębiowski-Owczarek2019-04-291-44/+59
* Event: Stop shimming focusin & focusout eventsMichał Gołębiowski-Owczarek2019-04-291-11/+34
* Event: Fix handling of multiple async focus eventsRichard Gibson2019-04-291-0/+43
* Event: Prevent leverageNative from double-firing focusinRichard Gibson2019-03-251-5/+1
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-30/+133
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-3/+4
* Event: Move event aliases to deprecatedDave Methvin2018-01-151-86/+0
* Tests: fix function reference for unbindingTimmy Willison2018-01-081-4/+4
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-081-7/+8
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-3/+2
* Tests: Account for TestSwarm focus issuesRichard Gibson2017-07-201-89/+98
* Tests: Simulate events when CI hinders use of native onesRichard Gibson2017-07-201-120/+107
* Tests: Reduce the abort timeout for simple focus testingRichard Gibson2017-07-191-7/+3
* Tests: Abort focus tests when the environment doesn't cooperateRichard Gibson2017-07-181-1/+10
* Tests: Try extra hard to control focusRichard Gibson2017-07-181-12/+21
* Event: `stopPropagation()` on native event-handlerPierre Spring2017-07-101-0/+41
* Tests: add test for passing trigger data to radio click handlerTimmy Willison2017-03-201-0/+10
* Revert "Event: Add radio click triggering tests"Timmy Willison2017-03-201-26/+11
* Event: Add radio click triggering testsAlex Padilla2017-01-191-11/+26
* Build: ESLint detailsOleg Gaidarenko2016-06-111-19/+20
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-021-0/+9
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-7/+90
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-061-8/+10
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-061-0/+13
* Event: Remove fixHooks, propHooks; switch to ES5 getter with addPropJason Bedard2016-05-041-15/+7
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-12/+12
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-3/+3
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-0/+1
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-34/+25
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+22
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-1/+2
* Event: Move VML test out of event alias testDave Methvin2015-11-071-5/+15
* Event: Make event aliases optional in unit testsDave Methvin2015-11-061-44/+41
* Event: Add basic unit tests for event aliasesDave Methvin2015-11-051-0/+18
* Event: Ensure delegation doesn't error on comment nodesTimmy Willison2015-11-041-0/+27