Search Issue Tracker
Fixed in 2020.2
Votes
0
Found in
2017.1.0a1
2017.4
2018.4
2019.3
2020.1
2020.2
2020.2.0a9
Issue ID
1240815
Regression
No
[IMGUI] Frame Debugger's Enable/Disable button displays the same Tooltip irrespective of its State
The tooltip for Frame Debugger's Enable/Disable button remains the same irrespective of its current state.
Refer to the attached Video.
Steps to Reproduce:
1. Create a New Project
2. Window > Analysis > Frame Debugger > Enable
3. Mouseover 'Enable' button
Actual Result:
Tooltip displays "Enable Frame Debugger" even though it is already enabled
Expected Result:
Tooltip should display "Disable Frame Debugger" once it has been enabled.
Occurring in:
2020.2.0a9, 2020.1.0b7, 2019.3.10f1, 2018.4.19f1, 2017.4.34f1
Environment:
Windows 10 and macOS 10.15
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
- Changes to instanced detail mesh material don't immediately apply
- Undo.RegisterObject or Undo.CreateObject dirties the scene, but no actual changes to Scene are made
- [Profiler] Scrubbing through filtered frames or sorting their data replaces the displayed data with duplicated data entries
- [UI Builder] It is possible to add content to parent document while editing child document in place
- EndChangeCheck is not triggered when clearing the IMGUI search field by pressing the "x" button
Resolution Note (fix version 2020.2):
Editor: The tool-tip for the Disable button now shows the correct text.