Search Issue Tracker
By Design
Votes
0
Found in
2017.4.11f1
Issue ID
1085819
Regression
No
"GUILayout.BeginScrollView" incorrectly clamps the scroll position value
Reproduction steps:
1. Open "Project Search Pro.zip" project
2. Press "Ctrl" + "K"
3. Write "Om"
4. Press the "Up" or "Down" Arrow once
Expected Result: The window scrolls to the last element as to show it fully
Actual Result: The window scrolls to the last element, but doesn't fully show it
Reproduced with: 2019.1.0a6, 2018.3.0b8, 2018.2.14f1, 2018.1.9f2, 2017.4.14f1
Note:
Works with the scroll wheel
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 warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
The problem must be fixed in user code. I've answered the user directly, but the gist of it is that when skipping IMGUI controls to avoid conflicting events, one must make sure that they still appear in the layout and get their control IDs allocated.