aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
Commit message (Collapse)AuthorAgeFilesLines
...
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-0/+1
|
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-79/+0
|
* Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ↵Oleg Gaidarenko2013-08-161-0/+6
| | | | | | | ready). Close gh-1335. Conflicts: src/manipulation.js
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-120/+135
| | | | in tests. Fixes #13755.
* Fix #13393. Avoid IE9 activeElement of death.Dave Methvin2013-04-081-0/+5
|
* Ref #12652: Allow overriding native .click() suppressionRichard Gibson2013-04-081-21/+20
| | | | (cherry picked from commit 14b09ef98eb11aae04c028a3b3d7af116c7d2c20)
* delegate/undelegate changed to on/off in unit tests; refs #13554Michał Gołębiowski2013-03-251-120/+121
|
* bind/unbind changed to on/off in unit tests; refs #13554Michał Gołębiowski2013-03-251-161/+159
|
* Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.Richard Gibson2013-02-281-14/+35
|
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-3/+3
|
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-261-1/+1
|
* Fix #13471. $().on(".xyz"...) should avoid later crash.Dave Methvin2013-02-261-0/+16
| | | | | | If the event type is an empty string we end up hanging in .off() which makes for mighty hard debugging. Instead treat it as a no-op. Docs seem clear this is not allowed.
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-32/+35
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* 2.0: Rewrite data.js (Incl. event, manipulation, tests)Rick Waldron2013-02-031-66/+11
|
* event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153Andrew Plummer2013-01-311-0/+14
| | | | | | | | | | | | Squashed commit of the following: commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d Author: Andrew Plummer <plummer.andrew@gmail.com> Date: Fri Feb 1 02:40:42 2013 +0900 Using "hasOwnProperty" to check for direct properties "type" and "namespace" on events before triggering. (cherry picked from commit f005af54e4983658e3ae504111885921c4dca383)
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-105/+113
|
* de486684 with moar guard for IE6Richard Gibson2013-01-131-4/+4
| | | | (cherry picked from commit 6c29dd24e9786dfd61cdfdb5d21ffcb5694e25ea)
* Fix #13203: delegated events with selector matching Object.prototype propertyRichard Gibson2013-01-131-0/+14
|
* Fix f860e0bd Firefox failuresRichard Gibson2013-01-131-3/+4
| | | | (cherry picked from commit 0a3a424e65f66414305bf6a34fc6fd93d3b61c62)
* Fix #13180: don't delegate into SVG <use>Richard Gibson2013-01-131-8/+19
| | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01)
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-201-0/+28
|
* Remove .live() tests now in Migrate plugin.Dave Methvin2012-12-181-578/+25
|
* Adjust html parsing in event tests to use jQuery.parseHTML explicitly.Timmy Willison2012-12-131-3/+3
|
* Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034.Oleg2012-12-111-0/+49
| | | | Remove clear(merge)Attributes hack
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-10/+10
| | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit.
* Fix #12733. Ignore excess spaciness in event strings.Dave Methvin2012-11-241-1/+1
| | | | Thanks @bentruyman!
* Close #10882. Test case for "hover" event in 1.9Dave Methvin2012-11-241-0/+11
|
* Fix #12868. Use native focus/blur to get event order right.Dave Methvin2012-11-241-0/+44
|
* Fix #3827. Get the correct checkbox status for a click handler.Dave Methvin2012-11-241-0/+29
|
* No ticket: update test suite to pass QUnit globals check in most ↵Richard Gibson2012-11-051-0/+2
| | | | environments. Close gh-1016.
* Missing semicolon.Dave Methvin2012-10-211-1/+1
|
* Fix failing tests for beforeunload in Safari 5.0. Close gh-1002.Oleg2012-10-211-12/+28
|
* Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close ↵Oleg2012-10-201-9/+52
| | | | gh-894.
* Fix #12739. Keep namespace when triggering with an Event. Close gh-972.Allen J Schmidt Jr2012-10-191-0/+37
|
* Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵Greg Lavallee2012-10-161-26/+2
| | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com>
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-32/+32
|
* Deprecate fn toggle Closes gh-970 ↵David Bonner2012-10-151-80/+2
| | | | https://github.com/jquery/2012-dev-summit/issues/24
* Enforce expects in events.js ↵James Huston2012-10-151-0/+4
| | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-961
* Update placeholder references to tickets.Dave Methvin2012-08-281-1/+1
|
* Fix #12383. All selectors should be delegateTarget-relativeDave Methvin2012-08-281-3/+21
|
* Scorch the earth and retreat on readyState interactive! Close gh-907.Mike Sherov2012-08-231-33/+11
|
* Fix #12282. IE has premature .readyState == "interactive". Close gh-901.Mike Sherov2012-08-201-10/+15
|
* Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.Nikita Govorov2012-08-191-0/+23
|
* Fix #12203. .undelegate() should not remove direcly bound events.Dave Methvin2012-08-071-4/+10
|
* Sizzle: fix issue with adjusting the context on relative combinators in ↵Timmy Willison2012-07-231-1/+1
| | | | element-rooted qSA
* Support event delegation with relative selectors. Fixes #10762. Closes gh-860.Richard Gibson2012-07-231-7/+10
|
* Followup on #10791: "[class~=foo]" is better. Closes gh-858.Richard Gibson2012-07-121-2/+2
|
* Wontfix #10791: please use "[class=foo]" with SVG elementsRichard Gibson2012-07-111-2/+2
|
* Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.Mike Sherov2012-07-061-7/+15
|