Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.2.18
Issue ID
TB-110
Regression
No
Renaming Track Group instance in Timeline is inconsistent
Steps to repro:
1. Create a new project
2. Open Timeline window (Window -> Sequencing -> Timeline)
3. Click the plus icon in the Timeline window to add a track
4. Add Track Group
5. Double-click the Track Group name to rename it
6. Type something until the name reaches its bounds
Expected result: Name input field either doesn't end (same as the sub-tracks) or gets cut off
Actual result: Input starts to go backwards after hitting a length barrier, which is inconsistent with the behaviour of renaming the sub-item found in the dropdown
Reproducible with: Timeline 1.2.18 (2019.4.37f1), 1.7.1 (2022.2.0a7)
Notes:
- Reproducible both on Mac and Linux
- The issue seems to reproduce only on first rename, on subsequent ones the name field doesn't end
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
This is a cosmetic that's specific to the IMGUI implementation, and we are rewriting the Window to UI Toolkit. We will fix it as part of the rewrite