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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
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.