Search Issue Tracker
Fixed
Fixed in 6000.1.0b10, 6000.2.0a7
Votes
0
Found in
6000.1.0b6
6000.2.0a3
Issue ID
UUM-98452
Regression
No
"Wheel Up" interpreted as "Wheel Down" when used with a Shift modifier
How to reproduce (1):
1. Create any new project
2. Open the Shortcuts window (Edit → Shortcuts…)
3. Double click on the Shortcut of the “Analysis/Frame All”
4. Hold Shift and scroll the mouse wheel upwards
5. Observe the Shortcut of the command
Expected result: The Shortcut has been set to “Shift + Wheel Up”
Actual result: The Shortcut has been set to “Shift + Wheel Down”
Reproducible with: 6000.0.38f1, 6000.1.0b6, 6000.2.0a3
Could not test with: 2021.3.48f1, 2022.3.58f1(Wheel Up and Wheel Down Shortcuts do not exist)
How to reproduce (2):
1. Create any new project
2. Add the ShiftWheelTest.cs script attached in the comments.
3. Scroll the wheel of the mouse when focusing the SceneView
Expected result: The events are correctly displayed
Actual result: As soon as the key modifier is pressed, KeyCode are set to WheelDown, even when WheelUp is triggered.
Reproduced on: Windows 11, MacOS
Not reproduced on: No other environment tested
Note: The issue still happens when using Shift with other modifiers in the Shortcut for example “Ctrl + Shift + Wheel Up” or “Alt + Shift + Wheel Up”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment