Search Issue Tracker
By Design
Votes
0
Found in
2021.3.46f1
2022.3.53f1
6000.0.30f1
6000.1.0a6
Issue ID
UUM-90154
Regression
No
Changing the Visual Element size moves it when two visual elements are close to each other
How to reproduce:
1. Open the attached project "MovingReproduction"
2. In the Project window, open the "NewUXMLTemplate" UI Document
3. In the Canvas, select the Slider with the label "SFX Volume"
4. Click and drag to resize the right side of the Slider
5. Observe the results
Expected results: The Slider shrinks on the right side
Actual results: The Slider Moves instead of changing size
Reproducible with: 2021.3.46f1, 2022.3.53f1, 6000.0.30f1, 6000.1.0a6
Reproducible on: Windows 11 Pro (ARM)
Not reproducible on: No other environment tested
Comments (1)
-
Emily60
Nov 30, 2024 13:04
Hi everyone I am Emily Naomi wanna give a big thanks to this wonderful psychic for bringing my husband back to me.. I never really believed in magic spells or anything spiritual but a trusted friend opened my eyes to the truth about life. My marriage was heading to divorce a few months ago. I was so confused and devastated with no clue or help on how to prevent it, till I was introduced to this psychic Priest Ray that did a love spell and broke every spiritual distraction from my marriage. A day later my husband started showing me love and care even better than it used to be, he’s ready to talk things through and find ways for us to stay happy. It’s such a miracle that my marriage can be saved so quickly without stress. You can also contact him for help by email psychicspellshrine@gmail. com
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 RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
This is expected from the flex rules applied to the other VisualElement in the same container. Since it has flex-grow:1, it will grow to take the available space. Changing the width of the slider to the right will cause the slider on the left to take more space, hence pushing the slider on the right to the right. For more details on flex rules, you can look at this guide to flexbox - https://css-tricks.com/snippets/css/a-guide-to-flexbox/