Search Issue Tracker
By Design
Votes
2
Found in
5.3.4f1
Issue ID
795626
Regression
No
[EventSystem] Not all events are intercepted by Event Trigger
Steps to reproduce:
1. Open attached project
2. Open scene "TestScene"
3. Run it
4. Move mouse over the sphere and notice Pointer Enter event triggered on parent cube as well as child sphere
5. While mouse is hovering sphere, scroll mouse wheel and notice that Scroll event is only triggered on sphere
Expected behavior: no events are called on parent object if child one has Event Trigger component attached
Current behavior: some events are called even if child object has Event Trigger component attached
Reproduced with: 5.1.4f1, 5.2.4f1, 5.3.4p6, 5.4.0b18
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
plucked
Jun 07, 2017 14:56
Why is this by Design when the documentation says its otherwise?
https://docs.unity3d.com/ScriptReference/EventSystems.EventTrigger.html
"NOTE: Attaching this component to a GameObject will make that object intercept ALL events, and no events will propagate to parent objects."