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
- Window preview appears on a different monitor when undocking and dragging a window with a high-resolution monitor set up on the right and a low-resolution monitor on the left.
- Probe Volume Baking Set Reference Documentation is missing
- Crash on RendererScene::NotifyInvisible when entering Play mode after undoing a change within the scene with Ctrl+z
- [iOS] Final Image misaligned when using "ScalableBufferManager.ResizeBuffers" to resize
- GameObjects are not updating when Materials and Cubemaps are updated from Environmental Reflections
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.