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
- 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
Add comment