Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2020.2.0a20
2020.2.0b7
Issue ID
1283915
Regression
No
Window title tooltip does not disappear after closing Editor window
[Update: This bug was first reported for HDRP/Compositor, but it can be reproduced in any Editor Window with a long title.]
Steps to repro:
1. Add a dummy window with a long title in your project. Example code:
class TestWindow : EditorWindow
{
static TestWindow s_Window;
[MenuItem("Window/Test Window", false, 10400)]
static void Init()
{
s_Window = (TestWindow)EditorWindow.GetWindow(typeof(TestWindow));
s_Window.titleContent = new GUIContent("Really Loooong Title (Preview)");
s_Window.Show();
}
}
2. Windows > Test Window
3. Docked the window > Over the Mouse on the window.
4. Close the Window(Using mouse middle-click).
Actual Result:
Window tooltip does not disappear.
Expected Result:
Window tooltip disappears.
Original text:
Graphics Compositor tooltip is present after closing compositor window.
Steps to repro:
1. Create a new HDRP project.
2. Windows > Render Pipeline > Graphics Compositor.
3. Docked the window > Over the Mouse on the window.
4. Close the Window(Using mouse middle-click).
Actual Result:
Graphics Compositor tooltip does not disappear.
Expected Result:
Graphics Compositor tooltip disappears.
Reproducible in:
2020.2.0b7, 2020.2.0a20 with Package Version 10.0.0-preview.27.
Note: Tooltip is available from Package version 10.0.0-preview.27.
Environment:
Occurring only on Windows 10.
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a1.279