angular/packages/core/primitives/event-dispatch/src
Thomas Nguyen 6d3a2af146 fix(core): Do not bubble capture events. (#57476)
These should only fire if the target is the same as the targetElement. Also, delete an out of date test since capture/non-capture tests are separately covered.

PR Close #57476
2024-08-23 14:46:55 -07:00
..
a11y_click.ts refactor(core): Refactor EarlyEventContract to prepare for using it as a container. (#56900) 2024-07-10 13:53:03 -07:00
action_resolver.ts refactor(core): Remove clickmod support from Angular. (#57201) 2024-08-02 14:20:53 +00:00
attribute.ts refactor(core): Remove attribute, char, and property values for ActionFlow. (#56590) 2024-06-27 18:27:15 +00:00
bootstrap_app_scoped.ts refactor(core): Move logic into early event contract files. (#56994) 2024-07-18 12:05:17 -07:00
bootstrap_global.ts refactor(core): Move logic into early event contract files. (#56994) 2024-07-18 12:05:17 -07:00
cache.ts refactor(core): Refactor EarlyEventContract to prepare for using it as a container. (#56900) 2024-07-10 13:53:03 -07:00
char.ts refactor(core): Remove attribute, char, and property values for ActionFlow. (#56590) 2024-06-27 18:27:15 +00:00
dispatcher.ts fix(core): Fix shouldPreventDefaultBeforeDispatching bug (#56188) 2024-05-30 17:54:55 +00:00
earlyeventcontract.ts refactor(core): Move logic into early event contract files. (#56994) 2024-07-18 12:05:17 -07:00
event.ts refactor(core): Refactor EarlyEventContract to prepare for using it as a container. (#56900) 2024-07-10 13:53:03 -07:00
event_contract_container.ts refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00
event_contract_defines.ts refactor(core): Remove unused A11Y_CLICK_SUPPORT define. (#56901) 2024-07-10 15:50:39 +02:00
event_contract_multi_container.ts refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00
event_dispatcher.ts fix(core): Do not bubble capture events. (#57476) 2024-08-23 14:46:55 -07:00
event_handler.ts feat(core): Synchronize changes from internal JSAction codebase. (#55182) 2024-04-11 17:27:39 +02:00
event_info.ts refactor(core): Add a bit to EventInfo to mark resolution. (#55864) 2024-05-21 12:20:48 -07:00
event_type.ts refactor(core): Switch to using concat rather than spread operator for events. (#57103) 2024-07-23 15:54:23 -07:00
eventcontract.ts refactor(core): Move logic into early event contract files. (#56994) 2024-07-18 12:05:17 -07:00
key_code.ts refactor(core): Remove enums from event-dispatch. (#55421) 2024-05-13 09:12:44 -07:00
property.ts refactor(core): Refactor EarlyEventContract to prepare for using it as a container. (#56900) 2024-07-10 13:53:03 -07:00
restriction.ts refactor(core): Remove enums from event-dispatch. (#55421) 2024-05-13 09:12:44 -07:00