Search Issue Tracker
Fixed
Fixed in 2021.3.36f1, 2022.3.20f1, 2023.2.11f1, 2023.3.0b8
Votes
0
Found in
2021.3.34f1
2022.3.17f1
2023.2.7f1
2023.3.0b4
Issue ID
UUM-60384
Regression
No
PointerMoveEvent is not called when dragging the cursor over a UI Document
Reproduction steps:
1. Open the attached "UITKTest" project
2. Open the "Assets/Scenes/BootstrapScene" scene
3. Enter the Play Mode
4. Click and hold on the gray rectangle and drag the cursor around the gray/red area
5. Observe the Console logs
Expected results: Console logs with "OnPointerMoveEvent" continue to appear when dragging the cursor
Actual results: Only 0-1 "OnPointerMoveEvent" Console logs appear and then stops
Reproducible with: 2021.3.34f1, 2022.3.17f1, 2023.2.0a5
Not reproducible with: 2023.2.4f1, 2023.3.0a22
Fixed in: 2023.2.0a6
Reproducible on: Windows 11 Pro
Not reproducible on: No other environments tested
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
- Active quality level set on a new Universal 2D project is not the default quality level when creating a new project
- Inspector Open button does nothing when navigating to a different folder with a locked asset
- Pre-generated XML serializers fail to deserialize types that use polymorphism when the Player is built with the IL2CPP scripting backend
- Editor crashes with error "Failed to present D3D11 swapchain due to device reset/removed" and Player freezes when rendering a particle system while using modified URP package on DX11
- Crash on Scripting::LogException when async HTTP callback executes after scripting domain teardown
Resolution Note (fix version 2022.3.20f1):
By design, during pointer capture as is the case with Button elements, neither Pointer events or Mouse events should be propagated to targets other than the capturing element. We fixed the behavior of mouse events to match that of pointer events, which is not what the bug description suggests but is what should really be happening (according to the design).
Resolution Note (fix version 2021.3.36f1):
By design, during pointer capture as is the case with Button elements, neither Pointer events or Mouse events should be propagated to targets other than the capturing element. We fixed the behavior of mouse events to match that of pointer events, which is not what the bug description suggests but is what should really be happening (according to the design).