Search Issue Tracker
By Design
Votes
0
Found in
5.4.0f3
Issue ID
830985
Regression
No
Setting the "isActive" bool to true in "GUIStyle.Draw()" does not make button active
in "GUIStyle.Draw ()" setting "isActive " to true does not make the button active(green) unless you also set "isHover" to true.
Steps to reproduce:
1. Open attached project
2. Open scene view
- Observe that button "active" which has "isActive" set to true and "isHover" set to false is not green(not in active state).
Actual result: Button does not become active when setting "isActive" to true, "isHover" needs to be set to true as well in order for "active" button to work.
Expected result: Button should become active(green) without setting "isHover" to true.
Reproduced on: 5.5.0b2, 5.4.0p4, 5.3.6p4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment