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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
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