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
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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- [Linux] Silent crash when generating lighting
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
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.