| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #11049. Let bubbling submit be cancellable in oldIE. | Dave Methvin | 2012-03-06 | 1 | -3/+41 |
* | Fix #11076. If .clone() won't delegate, we must remediate. | Dave Methvin | 2012-01-28 | 1 | -0/+23 |
* | Fix #8165: Ignore events bubbling through disabled elements. | Dave Methvin | 2012-01-19 | 1 | -2/+12 |
* | Fix #11130: Don't neglect the data arg when event-map is passed. | Rick Waldron | 2012-01-12 | 1 | -3/+19 |
* | Fix #11145: Harden dispatch against a form-aliased "disabled" property | Richard Gibson | 2012-01-11 | 1 | -10/+23 |
* | Fix #11021. There should be no mangling of the "hover" namespace. | Dave Methvin | 2011-12-13 | 1 | -1/+5 |
* | Fix #10984. Use origType when unbinding via the event object. | Dave Methvin | 2011-12-13 | 1 | -1/+10 |
* | Fix #10844. Harden quickIs() against form-aliasing of the id property. | Dave Methvin | 2011-11-21 | 1 | -0/+23 |
* | Fix #10791. SVG clamors for special treatment of its class names. | Dave Methvin | 2011-11-16 | 1 | -0/+25 |
* | Allow mapped types to be removed by a namespace-only type name. | Dave Methvin | 2011-11-15 | 1 | -2/+11 |
* | Fix #10794. .triggerHandler() should not .preventDefault(). | Dave Methvin | 2011-11-15 | 1 | -1/+8 |
* | Pre-focus the element so the browser won't fire focus while we're faking it. | Dave Methvin | 2011-11-13 | 1 | -0/+3 |
* | Disable DOM focusin test since it can't really work in the swarm. | Dave Methvin | 2011-11-13 | 1 | -4/+5 |
* | Catch more cases where special events were incorrectly removed. | Dave Methvin | 2011-11-13 | 1 | -7/+24 |
* | Avoid collateral damage when removing bindType/delegateType special events. | Dave Methvin | 2011-11-10 | 1 | -7/+42 |
* | Ensure the hover event doesn't match hovercraft. Witchcraft, maybe. | Dave Methvin | 2011-11-10 | 1 | -0/+3 |
* | Fix #10705. Don't bail too soon in `.off()` event string processing. | Dave Methvin | 2011-11-09 | 1 | -0/+24 |
* | Fix #10712. Deal with focus/blur morphing to focusin/focusout. | Dave Methvin | 2011-11-08 | 1 | -3/+2 |
* | Fix #10717, .trigger("load") on images can't bubble to window. | Dave Methvin | 2011-11-08 | 1 | -0/+19 |
* | Fix #10701, .preventDefault if an inline handler returns false. | Dave Methvin | 2011-11-07 | 1 | -0/+12 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -320/+320 |
* | Add a way to fire native events using dispatchEvent/fireEvent in testinit.js;... | timmywil | 2011-10-28 | 1 | -22/+24 |
* | DRY the hover pseudo-event, get the type right, allow override. | Dave Methvin | 2011-10-27 | 1 | -1/+21 |
* | Pass correct arg list to special._default. Thanks @mikaelkaron! | Dave Methvin | 2011-10-27 | 1 | -5/+5 |
* | Remove attribute match from quickIs | Dave Methvin | 2011-10-24 | 1 | -18/+7 |
* | Fix #10567. Make sure quickIs matches correct class name. | Dave Methvin | 2011-10-24 | 1 | -0/+8 |
* | Fix #10563. Ensure event.currentTarget==this if delegated. | Dave Methvin | 2011-10-24 | 1 | -17/+21 |
* | Make jQuery().off(event) work for delegated events. | Dave Methvin | 2011-10-24 | 1 | -0/+14 |
* | Make event.currentTarget the delegate node, always. | Dave Methvin | 2011-10-24 | 1 | -2/+2 |
* | Don't run direct handlers if delegate did .stopPropagation(). | Dave Methvin | 2011-10-24 | 1 | -0/+16 |
* | Fix #10489. Disconnected elements don't bubble to document. | Dave Methvin | 2011-10-13 | 1 | -13/+38 |
* | Tweak live-blur() test to silence a IE8 swarm fail. | Dave Methvin | 2011-10-11 | 1 | -9/+8 |
* | Fixes #10477. Get `.off(type, null, fn)` right. | Dave Methvin | 2011-10-11 | 1 | -2/+13 |
* | Rename jQuery.event.propHooks to .fixHooks. | Dave Methvin | 2011-10-05 | 1 | -12/+6 |
* | Fix #10375. Don't put `type` in jQuery.event.props | Dave Methvin | 2011-09-29 | 1 | -1/+4 |
* | Restore original click prop hook | Rick Waldron | 2011-09-26 | 1 | -0/+1 |
* | Fixed tests to run in IE9 | Rick Waldron | 2011-09-26 | 1 | -16/+19 |
* | Minor cleanups to code. Futile effort to get IE to pass the unit test. | Dave Methvin | 2011-09-25 | 1 | -3/+2 |
* | propHooks now an object with `props` array and `filter` function. | Dave Methvin | 2011-09-25 | 1 | -68/+32 |
* | Merge branch '8789-fun-with-fix' of https://github.com/rwldrn/jquery into fix... | Dave Methvin | 2011-09-24 | 1 | -4/+63 |
|\ |
|
| * | Adds implementation tests for jQuery.event.propHooks #8789 | Rick Waldron | 2011-09-20 | 1 | -6/+65 |
* | | Remove the rarely-used pseudos from quickis.html | Dave Methvin | 2011-09-21 | 1 | -10/+7 |
|/ |
|
* | Fix #9901, verified by this unit test. | Dave Methvin | 2011-09-20 | 1 | -1/+3 |
* | Rework #1486 patch to avoid `try/catch` and look for hidden elements by `.off... | Dave Methvin | 2011-09-19 | 1 | -0/+25 |
* | Fixes for IE8. Avoid killer recursion in special events during removal. Use q... | Dave Methvin | 2011-09-19 | 1 | -3/+12 |
* | Rework the special events interface to add handle and trigger hooks. Modify I... | Dave Methvin | 2011-09-19 | 1 | -0/+3 |
* | Fixes #8858. Pass the .trigger(..., data) to the event.special._default method. | Dave Methvin | 2011-09-19 | 1 | -5/+6 |
* | Add unit tests for quickIs cases and fix the regexp as a result. | Dave Methvin | 2011-09-19 | 1 | -5/+37 |
* | Cleanup for on/off unit test. | Dave Methvin | 2011-09-19 | 1 | -4/+5 |
* | jQuery 1.7 event work: | Dave Methvin | 2011-09-19 | 1 | -2/+110 |