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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- Missing Info Icon in Development Build Info Box for Web, Android, Meta, and XR Platforms
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
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."