Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0b7
Issue ID
919599
Regression
Yes
Rect position is not allowed to be bigger than the view area when using BeginScrollView
Reproduction Steps:
1. Import attached project.
2. In Menu, select "Bug" -> "Reproduce".
3. In the Bug tab, hold Ctrl and use the mouse wheel to scroll within the tab.
Expected result: The BeginScrollView Rect position can be bigger than the view area. (GIF attached)
Actual result: Rect position is not allowed to be bigger than the view area when using BeginScrollView. (GIF attached)
Reproducible with: 5.6.1p2, 2017.1.0b9, 2017.2.0a3
Not reproducible with: 2017.1.0b6
Regression introduced in: 2017.1.0b7
Comments (3)
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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Seto
Jun 29, 2017 15:29
https://forum.unity3d.com/threads/how-to-scale-the-content-of-scrollview-without-affecting-the-clipping.480340/#post-3126652
Please check my post. The design actually breaks my editor plugin.
Seto
Jun 29, 2017 14:56
It actually breaks my editor plugin.
Seto
Jun 29, 2017 14:55
If it is by design, then how can I scale the content in the scroll view without affecting the clipping.