Search Issue Tracker
Duplicate
Votes
1
Found in
2017.2.0b1
2017.3.0f3
Issue ID
984147
Regression
Yes
UI Images get out behind the edges of the Scroll View while scrolling and UI Object with the negative z position is attached
How to reproduce:
1. Open attached Unity project "rectmask2d-bug"
2. Select File -> Build Settings
3. Add "Scene" scene
4. Switch Platform to WebGL
5. Build and Run
6. Scroll or drag images with text
Expected result: Images stay in the range of the Scroll View Gameobject while scrolling (984147_Expected.gif).
Actual result: Images get out behind the edges of the Scroll View Gameobject while scrolling (984147_Actual.gif).
Workaround: Change z position to 0 of the "Bad Z 1 object", located in the Canvas -> Z Positioning Container -> GameObject.
Regression first introduced in: 2017.2.0b1 (8ea65b152036).
Reproducible with: 2018.0b2, 2017.3.0p1, 2017.2.1p2.
Not reproducible with: 2017.1.3f1, 5.6.5f, 5.5.6f1.
Note: This is working properly in the Standalone build and in the Editor.
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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
This is a duplicate of issue #1014187