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
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
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).