Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 1 | -0/+13 |
| | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 1 | -0/+33 |
| | |||||
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 1 | -20/+5 |
| | |||||
* | Don't execute focus tests in Firefox | Oleg | 2013-11-08 | 1 | -72/+75 |
| | | | | Close gh-1423 | ||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 1 | -27/+0 |
| | | | | This reverts commit 9b6f0745805941a6d7b7c16c02cf56ab00021c82. | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 1 | -0/+27 |
| | |||||
* | Fix #13993. Save result of native inline handlers. Close gh-1368. | Dave Methvin | 2013-10-06 | 1 | -0/+8 |
| | |||||
* | Add setup function for the event module | Oleg | 2013-09-30 | 1 | -3/+6 |
| | |||||
* | Focus on the body before running focus test | Oleg | 2013-09-30 | 1 | -22/+21 |
| | | | | | | (cherry picked from commit b2f27632ebaa0f975eb70d531925129cee4014b9) Conflicts: test/unit/event.js | ||||
* | Run focus test only if document has focus | Oleg | 2013-09-23 | 1 | -21/+21 |
| | | | | (cherry picked from commit 0b9a182ecde49adb508d76577e8f244da08a1e51) | ||||
* | No ticket: Fix IE focus test failures | Richard Gibson | 2013-09-23 | 1 | -2/+5 |
| | | | | (cherry picked from commit 3d6ed4483e2c9c52d83bdab72e9b884ebf720f22) | ||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 1 | -0/+1 |
| | |||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -79/+0 |
| | |||||
* | Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ↵ | Oleg Gaidarenko | 2013-08-16 | 1 | -0/+6 |
| | | | | | | | ready). Close gh-1335. Conflicts: src/manipulation.js | ||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -120/+135 |
| | | | | in tests. Fixes #13755. | ||||
* | Fix #13393. Avoid IE9 activeElement of death. | Dave Methvin | 2013-04-08 | 1 | -0/+5 |
| | |||||
* | Ref #12652: Allow overriding native .click() suppression | Richard Gibson | 2013-04-08 | 1 | -21/+20 |
| | | | | (cherry picked from commit 14b09ef98eb11aae04c028a3b3d7af116c7d2c20) | ||||
* | delegate/undelegate changed to on/off in unit tests; refs #13554 | Michał Gołębiowski | 2013-03-25 | 1 | -120/+121 |
| | |||||
* | bind/unbind changed to on/off in unit tests; refs #13554 | Michał Gołębiowski | 2013-03-25 | 1 | -161/+159 |
| | |||||
* | Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger. | Richard Gibson | 2013-02-28 | 1 | -14/+35 |
| | |||||
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -3/+3 |
| | |||||
* | Ref #13283, move .andSelf() to deprecated.js. Close gh-1170. | Nguyen Phuc Lam | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | Fix #13471. $().on(".xyz"...) should avoid later crash. | Dave Methvin | 2013-02-26 | 1 | -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 builds | Richard Gibson | 2013-02-22 | 1 | -32/+35 |
| | |||||
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | 2.0: Rewrite data.js (Incl. event, manipulation, tests) | Rick Waldron | 2013-02-03 | 1 | -66/+11 |
| | |||||
* | event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153 | Andrew Plummer | 2013-01-31 | 1 | -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 Methvin | 2013-01-27 | 1 | -105/+113 |
| | |||||
* | de486684 with moar guard for IE6 | Richard Gibson | 2013-01-13 | 1 | -4/+4 |
| | | | | (cherry picked from commit 6c29dd24e9786dfd61cdfdb5d21ffcb5694e25ea) | ||||
* | Fix #13203: delegated events with selector matching Object.prototype property | Richard Gibson | 2013-01-13 | 1 | -0/+14 |
| | |||||
* | Fix f860e0bd Firefox failures | Richard Gibson | 2013-01-13 | 1 | -3/+4 |
| | | | | (cherry picked from commit 0a3a424e65f66414305bf6a34fc6fd93d3b61c62) | ||||
* | Fix #13180: don't delegate into SVG <use> | Richard Gibson | 2013-01-13 | 1 | -8/+19 |
| | | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01) | ||||
* | Fix #12569. Improve feature detect for event bubbling. Close gh-1076. | Oleg | 2012-12-20 | 1 | -0/+28 |
| | |||||
* | Remove .live() tests now in Migrate plugin. | Dave Methvin | 2012-12-18 | 1 | -578/+25 |
| | |||||
* | Adjust html parsing in event tests to use jQuery.parseHTML explicitly. | Timmy Willison | 2012-12-13 | 1 | -3/+3 |
| | |||||
* | Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034. | Oleg | 2012-12-11 | 1 | -0/+49 |
| | | | | Remove clear(merge)Attributes hack | ||||
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -10/+10 |
| | | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit. | ||||
* | Fix #12733. Ignore excess spaciness in event strings. | Dave Methvin | 2012-11-24 | 1 | -1/+1 |
| | | | | Thanks @bentruyman! | ||||
* | Close #10882. Test case for "hover" event in 1.9 | Dave Methvin | 2012-11-24 | 1 | -0/+11 |
| | |||||
* | Fix #12868. Use native focus/blur to get event order right. | Dave Methvin | 2012-11-24 | 1 | -0/+44 |
| | |||||
* | Fix #3827. Get the correct checkbox status for a click handler. | Dave Methvin | 2012-11-24 | 1 | -0/+29 |
| | |||||
* | No ticket: update test suite to pass QUnit globals check in most ↵ | Richard Gibson | 2012-11-05 | 1 | -0/+2 |
| | | | | environments. Close gh-1016. | ||||
* | Missing semicolon. | Dave Methvin | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Fix failing tests for beforeunload in Safari 5.0. Close gh-1002. | Oleg | 2012-10-21 | 1 | -12/+28 |
| | |||||
* | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close ↵ | Oleg | 2012-10-20 | 1 | -9/+52 |
| | | | | gh-894. | ||||
* | Fix #12739. Keep namespace when triggering with an Event. Close gh-972. | Allen J Schmidt Jr | 2012-10-19 | 1 | -0/+37 |
| | |||||
* | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵ | Greg Lavallee | 2012-10-16 | 1 | -26/+2 |
| | | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com> | ||||
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -32/+32 |
| | |||||
* | Deprecate fn toggle Closes gh-970 ↵ | David Bonner | 2012-10-15 | 1 | -80/+2 |
| | | | | https://github.com/jquery/2012-dev-summit/issues/24 | ||||
* | Enforce expects in events.js ↵ | James Huston | 2012-10-15 | 1 | -0/+4 |
| | | | | (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-961 |